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] https://lists.sourceforge.net/lists/listinfo/stripes-users
