Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: tomEE required to support EAR/EJB deployment error message

I'm attempting to configure a spring MVC app so it builds a war file when the application is deployed. When I add the examqa:war artifact, I get the following error message (seen at the bottom of image)

Run/debug config

Not sure where to look, didn't find any mention of this error when using google. Any ideas?

like image 607
user771912 Avatar asked Sep 02 '14 18:09

user771912


2 Answers

I got the same problem but solution was different. The problem was with artifact type which had to be changed from Java EE Application exploded to Web Application:Exploded/Archive

like image 111
Vadim Dissa Avatar answered Oct 19 '22 11:10

Vadim Dissa


I changed artifact type from EAR to WAR (deleted the old one and created a new one). This solved the problem. In intellij, this can be done by going to artifacts in project-structure (alt+ctrl+shift+s).

like image 1
nishantbhardwaj2002 Avatar answered Oct 19 '22 12:10

nishantbhardwaj2002