It works! Your answer was right, what I did was making a JAR with my classes, and put my JAR in the EBJ. All works fine.
The main difference between a ClassNotFoundException and a NoClassDefFoundError is that in the first case, the classLoader can't find the class. In the second case, the classLoader can find the class, but can't find any other classes used by the first class. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894418#3894418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894418 ------------------------------------------------------- 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
