You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Michael Spiridonov <ms...@googlemail.com> on 2006/05/01 19:02:26 UTC

Could not create CMP Entity EJB

Hello

Trying to create a Local Entity EJB from within the web-app's servlet.
Everything is packed in single EAR. Local Home is located successfully, but
on calling <home>.createMyEntity(...) get the following:
Caused by: javax.transaction.SystemException: An unknown transaction is
currently associated with the thread: expectedTx=
org.apache.geronimo.transaction.manager.TransactionImpl@1437ab2, currentTx=
org.apache.geronimo.transaction.manager.TransactionImpl@12c45ff
I would appreciate any help. Thanks.

Mike