[jboss-user] [JBoss Seam] - Re: seam on jboss

jkirsht do-not-reply at jboss.com
Tue Jan 15 12:22:04 EST 2008


Be sure that in the *.ear/META-INF/application.xml you have the following:

(** - is my project name)

        <module>
  |         <web>
  |             <web-uri>jboss-seam-**.war</web-uri>
  |             <context-root>/**</context-root>
  |         </web>
  |     </module>
  |     
  |     <module>
  |         <ejb>jboss-seam-**.jar</ejb>
  |     </module>
  |     
  |     <module>
  |         <java>jboss-seam.jar</java>
  |     </module>
 
I had modified this last entry (jboss-seam.jar) and I was getting the same entry, so make sure you still have this pointing to the seam jar file.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120179



More information about the jboss-user mailing list