On 07-12-2008 at 18:52, Gregg Bolinger wrote: > Is it possible that JBoss isn't extracting the WAR? I know that you can > tell tomcat not to extract the WAR file but my guess is that Stripes' > ActionResolver won't work correctly if the WAR is not extracted.
Recently I read through the code of the ResolverUtil class (the one responsible for finding ActionBean implementations) to learn something. As far as I understand, a URL to a package in a .WAR file is a 'jar:' URL and should be treated as such. Maybe this is not the case? Oscar -- ,-_ /() ) Oscar Westra van holthe - Kind http://www.xs4all.nl/~kindop/ (__ ( =/ () Don't let your boss fuck you; that's anti-capitalist. ------------------------------------------------------------------------------ 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
