Bugs item #588511, was opened at 2002-07-30 13:21 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=588511&group_id=22866
Category: JBossServer Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Gerald Benischke (beny23) >Assigned to: Laurent Etiemble (letiemble) 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? ---------------------------------------------------------------------- Comment By: Elton Plath (eplath) Date: 2002-09-06 16:01 Message: Logged In: YES user_id=145731 I am also experiencing this problem. Is anyone looking at a fix for this? ---------------------------------------------------------------------- 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: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
