This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Class not found: org.jboss.seam.servlet.SeamResourceServletchris.simons Aug 28, 2009 9:47 PM (in response to chris.simons)Actually, I may have just fixed my own issue by changing application.xml from: <module> <java>jboss-seam.jar</java> </module> To: 
 <module> <ejb>jboss-seam.jar</ejb> </module> 
- 
        2. Re: Class not found: org.jboss.seam.servlet.SeamResourceServletnorman Aug 29, 2009 12:21 AM (in response to chris.simons)Yes, module/java is not correct. I think some of our very old examples used that by mistake, but it is definitely not right. 
- 
        3. Re: Class not found: org.jboss.seam.servlet.SeamResourceServletchris.simons Aug 31, 2009 10:11 PM (in response to chris.simons)Exactly, we still have some artifacts leftover from when our project was created using seam-gen for Seam 1.1. Thanks. 
- 
        4. Re: Class not found: org.jboss.seam.servlet.SeamResourceServlettausuahmed Jan 6, 2010 3:16 PM (in response to chris.simons)Hi, Did you fix the problem? 
- 
        5. Re: Class not found: org.jboss.seam.servlet.SeamResourceServletchris.simons Jan 6, 2010 3:18 PM (in response to chris.simons)Yes, changing the module from java to ejb did resolve this particular problem, best I recall. 
 
     
    