Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error: Current server is the coordinator and transaction is not found.-

760092Mar 15 2010 — edited Mar 15 2010
working 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2010
Added on Mar 15 2010
0 comments
1,331 views