This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Migrating to Seam 2.1.1CR2 page.xml NPE on classloaderrend Dec 16, 2008 11:43 PM (in response to rend)It seems that this error is due to the fact that I have multiple WARs deployed inside of my EAR. My application.xml looks like: <application> <module><java>platform.jar</java></module> <module><java>foo.jar</java></module> <module><java>bar.jar</java></module> <module> <web> <web-uri>foo.war</web-uri> <context-root>/foo</context-root> </web> </module> <module> <web> <web-uri>bar.war</web-uri> <context-root>/bar</context-root> </web> </module> <module> <ejb>jboss-seam-2.1.1.CR2.jar</ejb> </module> </application> If I remove bar.war from application.xml, then /foo works as expected.Any ideas how to get this working again (as it did with seam 2.0.2 and jboss 4.2)? 
- 
        2. Re: Migrating to Seam 2.1.1CR2 page.xml NPE on classloaderrend Dec 17, 2008 5:14 PM (in response to rend)
