my WAR looks like :
---------------------------------------------

  | my-application.war/
  |     META-INF/
  |             MANIFEST.MF
  |     WEB-INF/
  |             web.xml
  |             components.xml
  |             faces-config.xml
  |             pages.xml
  |     lib/
  |             jboss-seam.jar
  |             jboss-seam-ui.jar
  |             jboss-el.jar
  |             jsf-facelets.jar
  |             jsf-api.jar
  |             jsf-impl.jar
  |             my-module1.jar/
  |                     META-INF/
  |                             MANIFEST.MF
  |                             components.xml(blank)
  |                     org/
  |                             jboss/
  |                                     module1/
  |                                             User.class
  |                                             Login.class
  |                                             LoginBean.class
  |                                             Register.class
  |                                             RegisterBean.class
  |                     seam.properties
  |                     ...
  |             my-module2.jar/
  |                     META-INF/
  |                             MANIFEST.MF
  |                             components.xml(blank)
  |                     org/
  |                             jboss/
  |                                     module2/
  |                                             Entity2.class
  |                     seam.properties
  |                     ...
  |             ...
  |     classes/
  |             META-INF/
  |                     persistence.xml
  |     login.jsp
  |     register.jsp
  |     ...
  | 

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

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

Reply via email to