My .war file works fine in Jetty. In Resin, I can get to the classes in my app - in other words, the classes under WEB-INF/classes. I have also tried telling ResolverUtil about random other package names, and my debug warning message about the empty URI Enumeration is printed for each one when they're supplied by lib/xxx.jar files.
I'm pretty sure this is a Resin thing. I've asked on the Resin list so maybe if I get an answer I'll relay it here. In the meantime, Jetty is so nice to set up and use that I'll be happy with it for the time being :) Thanks! On Thu, Dec 11, 2008 at 10:52 AM, Aaron Porter <[EMAIL PROTECTED]> wrote: > Mike, > Have you tried any other extensions to make sure the problem isn't > limited to the stripersist jar file? Also, did you get the stripersist > jar from sourceforge or did you build it yourself? I've had problems > with the ResolverUtil when directories weren't included as separate > entries in jar files. > > Aaron > > Mike McNally wrote: >> I'm trying to use Stripersist in a project and I'm noticing a basic >> problem. Running under Resin 3.1.6, when the ResolverUtil goes to >> look for classes in org.stripesstuff it gets no URLs back from the >> class loader. (I've added a couple of log messages to be sure.) I >> can find my own classes - that is, classes in WEB-INF/classes - but it >> can't find anything that's in the stripersist .jar file in >> WEB-INF/lib. In fact it can't find anything in any .jar file there >> stored. >> >> I suspect this is some sort of issue with the Resin class loader, but >> I don't know exactly what. >> >> > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > -- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
