I fixed the problem by Setting the UseJbossWebLoader back to true: attribute name="UseJBossWebLoader">true
which is located at: jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml This is happening because util.jar is defined in the EAR, and some of the WEB classes (Servlets) are using classes defined at the EAR level. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878503#3878503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878503 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
