Hello, I have two web applications deployed on JBoss 4.0.1SP1 with the following container configuration in jboss-web.xml file :
| <class-loading java2ClassLoadingCompliance="true"> | <loader-repository> | c-w.com:loader=cwsoft-cwx1 | <looader-repository-config> | java2ParentDelegation=true | </looader-repository-config> | </loader-repository> | </class-loading> | These webapps share classes through their session. So, I put these classes in a common package put in the lib directory of my jboss server configuration. But I have a ClassNotFoundException that occured, as if the ClassLoader of my webapp can't have access to the parent ClassLoader, although I set the paremeter java2ClassLoadingCompliance to true. Could someone help me please ? Thanks in advance. _____________________ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922222#3922222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922222 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
