Some more information from one of my devs:

anonymous wrote : We inject the entity manager like we do everywhere else.
  | 
  |   | @PersistenceContext(unitName="EJBDS") protected EntityManager manager;
  | 
  | Where ejbds is defined as.
  | 
  | <persistence>
  |   |    <persistence-unit name="EJBDS">
  |   |       <jta-data-source>java:/OracleXcedeDS</jta-data-source>
  |   |    </persistence-unit>
  |   | </persistence>
  | 
  | Which just points back to our oracle-ds.xml inside the deploy directory.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016447
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to