Hello world, At least i found a work around that seems to be working in order to use two versions of the same jar in two different webapp.
The solution wasn't obvious even after read those page : http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://www.huihoo.com/jboss/online_manual/3.2.3/Chap9.html and some more threads in some forums ... I set this properties <attribute name="Java2ClassLoadingCompliance">false</attribute> | <attribute name="UseJBossWebLoader">false</attribute> in jboss-3.2.2/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml But i still have a problem : I'm not sure what i'm doing if i set Java2ClassLoadingCompliance to true or false in my webapp in jboss-web.xml <jboss-web> | <!-- isolation class loading needs --> | <attribute name="Java2ClassLoadingCompliance">true</attribute> | </jboss-web> Morever this kind of conf does not work anymore : <jboss-web> | <security-domain>java:/jaas/ref_ce</security-domain | </jboss-web> My env is jboss-3.2.2/jbossweb-tomcat41.sar Any thread, doc, RTFM, link i forgot? thx, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895834#3895834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895834 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
