[jboss-user] [EJB 3.0] - Re: My EJB don't access the database

LeandroSeverino do-not-reply at jboss.com
Wed Nov 7 07:07:23 EST 2007


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



More information about the jboss-user mailing list