From: <kea...@na...> - 2003-02-27 23:12:06
|
Jason, All the classes listed below have been either moved or removed from WM long ago. This most likely means that your application is picking up and old version of the WebMacro.properties file. Check your classpath and blow away any old copies of this file. Good luck. Keats > -----Original Message----- > From: Jason Chodakowski [mailto:ja...@hy...] > Sent: Thursday, February 27, 2003 3:07 PM > To: web...@li... > Subject: [Webmacro-devel] Webmacro and Resin - upgrade issues > > > After some minor changes, it would seem I've gotten my upgrade working > pretty tidy, but... > > It would seem I'm throwing all kinds of class loader > exceptions at runtime. > Here are a few - > > 11:56:05 AM broker ERROR Provider > (org.webmacro.resource.HandlerProvider) > failed to load > java.lang.ClassNotFoundException: > org.webmacro.resource.HandlerProvider > > 11:56:05 AM broker ERROR Provider > (org.webmacro.engine.DirectiveProvider) > failed to load > java.lang.ClassNotFoundException: > org.webmacro.engine.DirectiveProvider > > 11:56:05 AM engine ERROR Could not load parser: > org.webmacro.engine.WMParser > org.webmacro.engine.IntrospectionException: No class > org.webmacro.engine.WMParser > > 11:56:05 AM directive WARNING Exception loading directive > org.webmacro.engine.IncludeDirective > org.webmacro.engine.IntrospectionException: No class > org.webmacro.engine.IncludeDirective > java.lang.ClassNotFoundException: org.webmacro.engine.IncludeDirective > > > The list goes on and on... all this from a call to new.WM() > > Does anyone have any experience with this, or seen something > similar before? > > Thanks. > > J -- > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Webmacro-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webmacro-devel > |