[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

mrducnguyen do-not-reply at jboss.com
Thu Jan 17 04:09:18 EST 2008


what I change in persistence.xml is

from
<persistence-unit name="AdminEJB" transaction-type="JTA">
  |   		<jta-data-source>java:/MyDB</jta-data-source>
  | 	</persistence-unit>

to
<persistence-unit name="AdminEJB" transaction-type="RESOURCE_LOCAL">
  |        <non-jta-data-source>java:/MyDB</non-jta-data-source>

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

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



More information about the jboss-user mailing list