Our problem seems to be with how JBoss/Tomcat is loading the classes. The first WAR to be loaded has the oldest version of the JAR inside it. When the last application gets loaded (which unfortunately has the newest version of the JAR) and subsequently run, I am getting a NoSuchMethodError on a class in the JAR, when I know that it is there.
Is there a way to configure JBoss/Tomcat to load each WAR separately so that I can have multiple instances of the JAR across several WAR's?
Thank you for any help anyone can give.
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
