[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

maulinpshah do-not-reply at jboss.com
Wed Oct 11 18:10:43 EDT 2006


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



More information about the jboss-user mailing list