Bugs item #588511, was opened at 2002-07-30 13: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? ---------------------------------------------------------------------- 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: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
