More information: The structure of my project:
| -App.EAR | --META-INF | ---MANIFEST.MF | ---application.xml | ---jboss-app.xml | --Facade.jar (EJB) | ---META-INF | ----MANIFEST.MF | ----jboss.xml | ---com | ----app | -----facade | ------ElementFacade.class | ------ElementFacadeLocal.class | --DAO.jar(EJB) | ---META-INF | ----MANIFEST.MF | ----jboss.xml | ----persistence.xml | ---com | ----app | -----model | ------Entity.class | ----app | -----dao | ------IDAO.class | ------IEntityDAO.class | ------EntityDAOImpl.class | ----app | -----ejb | ------DAOFactory.class | ------DAOFactoryImpl.class | --web.war(war) | ---META-INF | ----MANIFEST.MF | ---WEB-INF | ----jboss-web.xml | ----web.xml | ----classes | -----app | ------web | -------ServletTest.class | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102495#4102495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102495 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
