Has anyone been able to get an exploded ear to work? - J2EE
This is a discussion on Has anyone been able to get an exploded ear to work? - J2EE ; 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?...
-
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?
-
Re: Has anyone been able to get an exploded ear to work?
Norris Shelton schrieb:
> 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?
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
-
Re: Has anyone been able to get an exploded ear to work?
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!
-
I reported it in jira - please vote to fix this!!!
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!
>
>
Similar Threads
-
By Application Development in forum J2EE
Replies: 3
Last Post: 08-29-2007, 11:39 AM
-
By Application Development in forum J2EE
Replies: 0
Last Post: 07-06-2005, 12:00 PM
-
By Application Development in forum Java-Games
Replies: 1
Last Post: 07-20-2004, 11:18 AM
-
By Application Development in forum Graphics
Replies: 0
Last Post: 07-13-2004, 10:29 AM
-
By Application Development in forum Java
Replies: 0
Last Post: 07-13-2004, 08:46 AM