Hi all,
I would like to deploy 2 ears on the same JBoss 3.0 server, each of them
containing a different version of the same package. The issue is that
once the first ear is deployed, the second ear can not retrieve its own
version the package : it retrieves the version of the first ear.
I thought jboss-app.xml was made to resolve this problem by loading the
ears with 2 different class loaders and then, allowing me to use 2
different versions of the same classes. But, it doesn't seem to work.
Could someone just tell me how you configured jboss-app.xml to succeed ?
Many thanks if you can help me.
Olivier
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
- [JBoss-user] jboss classloading David Ward
- [JBoss-user] JBoss classloading olivier monroux
- [JBoss-user] JBoss classloading Olivier MONROUX
- Re: [JBoss-user] JBoss classloading Scott M Stark