[jboss-user] [EJB 3.0 Users] - Re: [JBoss 5.1 GA & EJB 3.0] persistence.xml problem : Canno
jaikiran
do-not-reply at jboss.com
Mon Nov 23 05:05:21 EST 2009
anonymous wrote : at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:76)
| at com.eni.dvtejb.metier.sessions.StockTimerService.verifierStocks(StockTimerService.java:64)
|
anonymous wrote :
| 10:37:22,853 ERROR [JDBCExceptionReporter] Could not enlist in transaction on entering meta-aware ob
| ject!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlis
| t resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -3f57c7ff:cec5:4b0a5793:64 status: ActionStatus.ABORT_ONLY >)
Looks like you are trying to run that query when the transaction is already marked for rollback (probably because of some exception earlier).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266993#4266993
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266993
More information about the jboss-user
mailing list