[jboss-user] [JBoss Seam] - Re: Extract EJBs from jboss-seam.jar
pete.muir@jboss.org
do-not-reply at jboss.com
Thu Jul 12 05:54:30 EDT 2007
This is the recommended application.xml for Seam2
<application>
| <module>
| <web>
| <web-uri>jboss-seam-booking.war</web-uri>
| <context-root>/seam-booking</context-root>
| </web>
| </module>
|
| <module>
| <ejb>jboss-seam-booking.jar</ejb>
| </module>
|
| <module>
| <ejb>jboss-seam.jar</ejb>
| </module>
| </application>
This works correctly in JBoss AS 4.2, OC4J 11 Tech Preview, Glassfish V2 (and is spec compliant)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063385#4063385
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063385
More information about the jboss-user
mailing list