Thanks for your answer, but it seems that it didn't solve the problem. I moved one of the shared classes (due to a ClassNotFoundException) from the war file to the jar. Now the war can't find the moved class. If instead of moving I try to copy the file, the problem seems to be solved, but another one arises, the jar ask for another class, but instead of throwing a ClassNotFoundException it throws a NoClassDefFoundError. In this case, the trick of moving/copying classes doesn't work. Any suggest? By the way, can anybody tell me what's the difference between a ClassNotFoundException and a NoClassDefFoundError?
Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894402#3894402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894402 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
