Error: Current server is the coordinator and transaction is not found.-
760092Mar 15 2010 — edited Mar 15 2010working on weblogic 9.2
we are gettign one exception while trying to look up the EJB (still not reached the business Method invication )
here is the set up we have:
EAR1 - deployted in the wls Domanin1 -
uses the JTA transaction- Bean Managed txn:
( transaction = new JTATransactionManager();
transaction.beginTransaction();
)
driver is non-XA
in EAR1 there si simple java client that consumes the EJB1 -deployed in EAR2 - deployed in Doamin 2
the transaction attribute defined here is "Required"
driver is XA
javax.transaction.TransactionRolledbackException: Current server is the coordinator and transaction is not found.
it throws error while looking up the remote bean:
It was probably rolled back and forgotten already.
can some one tell me whta there is exception in look up?
Edited by: user6902466 on 14-Mar-2010 22:53