Hi, I'm using JBoss 3.2.1 on a Redhat network - I have 7.3, 8.0 and 9 installed on this network.
I've been developing an Enterprise App, an ear consisting of a war and some ejb's in a jar file. The GUI is developed using the Struts framework and recently I've been implementing some validation logic for the jsp pages. This issue is not related to Struts but it does manifest itself when I use custom validation within the Struts framework. The problem I'm experiencing is that I get a NoClassDefFoundError when trying to use some custom validation. So, I decided to create a small web app - just a war file to isolate the code so that I can tweak it to get it right. I've deployed this test war to both standalone Jetty and Tomcat and also both pre-bundled versions of JBoss (version 3.2.1) with Jetty and Tomcat. The testing on this war file shows the following results: Standalone Jetty (v. 4.2.9) - Code works fine. Standalone Tomcat (v. 4.1.24) - Code works fine. Bundled with Jetty - NoClassDefFoundError Bundled with Tomcat - NoClassDefFoundError The testing is consistent with the 3 versions of Redhat stated above. Also, I'm using the exact same war file on all installations without any modifications. Is this possibly a bug in the classloader? This is the only explanation I can come up with at this time. Any insight, or ideas would be greatly appreciated. Thanks, John ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
