You're right. JBoss5 does not exstract the war file by default, although JBoss 4.2 did. When I use an exploded directory for deployment in my IDE everything works fine. So it seams not a Stripes problem. I'll ask in the JBoss forum...
Gregg Bolinger schrieb: > 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. > > Can you tell JBoss to extract the war and see if it works that way? > > Gregg > > On Sat, Dec 6, 2008 at 3:18 PM, Karsten Strunk > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > I'm experiencing the same problem with JBoss 5.0.0 GA. Have you > found a > solution? > > Rick Reumann schrieb: > > I have a my war deployed in an ear to jboss5. When the server starts > > up I see it trying to read the classpath structure but it complains > > about a package not being a directory (yet it is a directory if it > > were unzipped). The war works on Tomcat standalone. > > > > The relevant log info: > > > > 01:56:53,709 INFO [STDOUT] 01:56:53,709 INFO [ResolverUtil] > Scanning > > for classes in > > [/Users/rick/java/jboss-5.0.0.CR2/server/default/deploy/user-administration.ear/lt-web-1.0-SNAPSHOT.war/WEB-INF/classes/net/learntechnology/web/] > > matching criteria: is assignable to ActionBean > > > > 01:56:53,710 INFO [STDOUT] 01:56:53,710 ERROR [ResolverUtil] Could > > not search jar file > > > > '/Users/rick/java/jboss-5.0.0.CR2/server/default/deploy/user-administration.ear/lt-web-1.0-SNAPSHOT.war/WEB-INF/classes/net/learntechnology/web' > > for classes matching criteria: is assignable to ActionBeandue to an > > IOException: > > /Users/rick/java/jboss-5.0.0.CR2/server/default/deploy/user-administration.ear/lt-web-1.0-SNAPSHOT.war/WEB-INF/classes/net/learntechnology/web > > (Not a directory) > > > > My ActionResolver looks like: > > > > <init-param> > > <param-name>ActionResolver.Packages</param-name> > > <param-value>net.learntechnology.web</param-value> > > </init-param> > > > > and again the same war is working fine with Tomcat standalone. > > > > Any ideas what might be wrong? > > > > > > > > ------------------------------------------------------------------------------ > 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] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/stripes-users > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
