"greywind" wrote : | Solution for the moment (as the jboss guys do not seem to fix it)
Fix what? JBoss has parsed the ra.xml using the xml parser and the w3c classes you told it to use. These classes are not compatible with the JDK classes that the RAR deployer uses. Why are you trying to override JDK classes? That isn't the intention of turning off spec defined classloading "java2ParentDelegation=false" There are plans to install a global filer on the classloading to stop people shooting themselves in the foot by adding JDK classes and JBoss classes to their isolated classloaders. e.g. the Tomcat deployer already has this: | <attribute name="FilteredPackages">javax.servlet,org.apache.commons.logging</attribute> | since people generally break their web apps by bunding the servlet jar (amongst other things) in their WEB-INF/lib "dumping ground" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912524#3912524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912524 ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
