[jboss-user] [EJB 3.0] - Re: Transaction issue with separate JBoss jars
dtseiler
do-not-reply at jboss.com
Wed Feb 14 11:27:45 EST 2007
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
More information about the jboss-user
mailing list