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 | ... | classes/ | META-INF/ | persistence.xml | | 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 | ... | login.jsp | register.jsp | ... |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122022#4122022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122022 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
