Has anyone been able to get an exploded ear to work?
I am trying to work with JBoss. The .ear file is fine, but when I try
the exploded .ear, the web application does not get the
META-INF/MANIFEST.MF file that has classpath related information. Does
anyone else see this?
Please sign in to leave a comment.
Norris Shelton schrieb:
I'm having the same problem. A J2EE application, EJB module or Web
module does not work with JBoss (here 4.0.2) when deployed as an
exploded directory. Packeged in jar, war or ear does work without any
problems.
Greetings,
Marc Salm
As far as I'm aware, that's always been the case with the exploded deployment. It's the same with exploded EJB jars as well, the manifest information is lost as soon as you explode the directories.
I wish it would change however, because it would make my life a lot easier!
http://www.jetbrains.net/jira/browse/IDEA-4528
Simon Knott wrote:
>As far as I'm aware, that's always been the case with the exploded deployment. It's the same with exploded EJB jars as well, the manifest information is lost as soon as you explode the directories.
>
>I wish it would change however, because it would make my life a lot easier!
>