Posted By:
jay_kumar
Posted On:
Wednesday, July 10, 2002 06:26 PM
Does anyone know how to work with multiple databases in VAJ. I created 2 EJB groups(group A and group B). I created the entity beans and one session bean in group A and created some entity beans in group B. Iam trying to access the entity beans created on group B by using a method of session bean in group A. Its able to get the values i need but finally it is throwing an exception like this
Exception is:
javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK:
I used the EJB test client to test it.