JBoss, exploded jar vs compact jar.
Posted
by Win Man
on Stack Overflow
See other posts from Stack Overflow
or by Win Man
Published on 2010-05-04T19:53:00Z
Indexed on
2010/05/04
19:58 UTC
Read the original article
Hit count: 205
Hi,
I am working on Java 1.6, JBoss 5.1, EJB 3, and Hibernate 2. Every time I deploy the ear, if the jar is a compact one (non-exploded), application doesn't work. However when I explode the jar and then add it to the ear, the app works fine. Tried restarting Jboss, doesn't help.
The ear refers to numerous external jars; would the order of loading the jars be an issue? How can I make JBoss load external jars followed by the app jars?
Thx. WM.
© Stack Overflow or respective owner