Ok, you had me worried for a few minutes there. The examples app uses all classes in /WEB-INF/classes, so this isn't well tested! But I just modified it to look for classes in the package net.sourceforge.stripes and it scanned all the classes in the stripes.jar that is held in /WEB-INF/lib.
I tested with both Tomcat 5.5.17 and 5.5.20....both worked... -t ps. replying on dev list since this isn't really suitable for the user list On Oct 18, 2006, at 8:34 PM, Aaron Porter wrote: > The latest version of ResolverUtil won't check inside of jar files in > /WEB-INF/lib/ on Tomcat 5.5.17. Is that the correct behavior? > > Took me a while to figure out what was going on. Setting > ActionResolver.Packages to the package name wasn't working. > Changing it > to an empty string revealed that loader.getResources() isn't returning > any jar files, just directories. to After extracting the classes to > /WEB-INF/classes/ everything was fine. > > Aaron > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Stripes-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
