Bugs item #588511, was opened at 2002-07-30 12:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=588511&group_id=22866
Category: JBossServer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gerald Benischke (beny23) Assigned to: Nobody/Anonymous (nobody) Summary: NoClassDefFoundError class searches Initial Comment: While playing around with JBoss3.0.1RC and catalina 4.0.4 (I downloaded the bundle) and playing with struts 1.1beta I came across the following problem: when loading a form-bean, the JBoss classloaders would not find the ActionForm base class and throw a java.lang.NoClassDefFoundError (the struts library Jars are in WEB-INF/lib). I investigated the problem and fixed (?) it by modifying: jmx/src/main/org/jboss/mx/loading BasicLoaderRepository.java HeirarchicalLoaderRepository.java HeirarchicalLoaderRepository2.java UnifiedLoaderRepository.java UnifiedLoaderRepository2.java to add catch blocks for NoClassDefFoundError after all catch blocks for ClassNotFoundException. this solved my problem as the dynamic classloader is not interrupted by NoClassDefFoundErrors anymore. any thoughts? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=588511&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
