The moose likes JBoss/WildFly and the fly likes EAR Isolation in Jboss 4.0.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "EAR Isolation in Jboss 4.0.2 " Watch "EAR Isolation in Jboss 4.0.2 " New topic
Author

EAR Isolation in Jboss 4.0.2

JasmineS Saeid
Greenhorn

Joined: Jan 10, 2006
Posts: 18
Hi all,

I am facing with a problem reagrding the deployment of EAR files in Jboss 4.0.2.

I have a java class packaged in a Jar that read xml files and this class is bundled in 3 different EAR files.

The EAR deployment contains a WAR, EJB and the above said JAR. The xml files is also bundled with these 3 EARs respectively.

I want the EAR to be isolated form each other.
Used the load-repository in jboss-app.xml. But in vain...

At run time the EAR cannot distinguish between the xml files that it is reading from. One EAR tries to read it from the EAR which was deployed before it rather than reading it from its own deployment.....


Please help
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: EAR Isolation in Jboss 4.0.2
 
Similar Threads
Same class from different jar loading problem
jboss hot deployment issue / smart solution needed
EAR Isolation in Jboss 4.0.2
JBOSS EJB server
Porting WSAD 5.1.1 to MyEclipse 5.1 with JBOSS 4.0.5