JBoss Community

Re: Running Seam 2 archives on Jboss 7

created by Ales Justin in JBoss AS7 Development - View the full discussion

Sorry, it doesn't seem to work.  This is what I get when deploying my app to your AS7 version  (after working around another unrelated problem):

 

 

15:21:15,168 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ccp]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.IllegalArgumentException: Null path
    at org.jboss.vfs.VFS.getChild(VFS.java:207) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
    at org.jboss.vfs.VFS.getChild(VFS.java:193) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
    at org.jboss.vfs.VFS.getChild(VFS.java:174) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
    at org.jboss.seam.integration.jbossas.vfs.VFSScanner.getRoot(VFSScanner.java:64) [jboss-seam-int.jar:6.0.0.GA]
    at org.jboss.seam.integration.jbossas.vfs.VFSScanner.scanResources(VFSScanner.java:151) [jboss-seam-int.jar:6.0.0.GA]
    at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.2.2.Final.seam2jsf2-no-timer-service-dispatcher.jar:6.0.0.GA]

Are you sure you have all commits from my "https://github.com/alesj/jboss-as/commits/vfs-rl-941" branch?

Specially the last two:

* https://github.com/alesj/jboss-as/commit/2e118ee78070be94da3adf1d539fe19473373a7e

* https://github.com/alesj/jboss-as/commit/04745e3575fd124414930be0691965dd48141b99

 

As this is what I used to get as well, before changing to VFS ResourceLoader.

And this is what's still in the main (and hence my) master.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community