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?

-- 
Rick

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to