[jboss-user] [EJB 3.0] - Deploy ear problem
yoav200
do-not-reply at jboss.com
Wed Dec 6 08:01:43 EST 2006
Hello all,
I have a problem deploying an EJB 3 inside an ear archive.
I have a WebApp that is made of 3 components: 2 JARs(EJBs) & 1 WAR
One of EJBs is using DB, I have configured persistence.xml file in the META-INF directory.
Any way, when I deploy the JARS and the WAR separately every thing works,
But when I deploy them inside an ear, for some reason the persistence is ignored.
I can perform lookup from the WebApp to the EJB but the relevant tables not created in the data base (I use hsqldb on localDB).
I guess one (or more) of my Jboss configuration file is missing some thing.
any suggestions ?
thanks
Yoav
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991627#3991627
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991627
More information about the jboss-user
mailing list