I was able to easily fix this by adjusting the ear file to  the following. 
notice the lib/ before the jboss-seam.jar. 


  | <application>
  |     <display-name>Seam Shell</display-name>
  | 
  |     <module>
  |             <web>
  |                     <web-uri>tutorialWeb.war</web-uri>
  |                     <context-root>/tutorial</context-root>
  |             </web>
  |     </module>
  |     <module>
  |         <java>lib/jboss-seam.jar</java>
  |     </module>       
  |     <module>
  |             <ejb>tutorialEJB.jar</ejb>
  |     </module>       
  |     <module>
  |         <java>lib/jbpm-3.1.1.jar</java>
  |     </module>
  | </application>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977715#3977715

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977715
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to