Hello, I have a problem using a session bean with another entity bean. What happens is, when I try to execute a "find" method on an Entity bean, it throws the following exception: ------------------------------------------------------------------------------------------------------------------------------------------------------------------ Exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0 No; nested exception is: org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No ------------------------------------------------------------------------------------------------------------------------------------------------------------------ My Transaction attribute is "TX_REQUIRED" and the isolation level is "TRANSACTION_REPEATABLE_READ". This problem comes even when only one client connects to the server. Any help would be gratefully acknowledged. Thanks and Regards Amaresh =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
