[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 5.0.0CR1: deployment error with @PersistenceContext and

jaikiran do-not-reply at jboss.com
Fri Jul 4 04:23:23 EDT 2008


I don't see any mention of the sar being deployed, in the logs. What does your jboss-app.xml look like? I usually package the -ds.xml at the root of the EAR and then place the jboss-app.xml in the META-INF of EAR with the following contents:

<jboss-app>
  |  
  |  <module>
  |    <service>myDS-ds.xml</service>
  |  </module>
  |   
  | </jboss-app>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162471



More information about the jboss-user mailing list