We want a bean from one sub system to invoke a method on another bean on a different sub system . What we want is that the transaction in system 1 should not abort if the transaction in system 2 aborts. So when the method in system 2 is invoked , we want the first transaction to be suspended , the method in system2 to execute and then when the method is done - successfully or unsuccessfully the transaction one in system 1 should resume. If the method in system 2 is set up with TX_REQUIRED_NEW - I think we should get the required result. Is that correct ? I read that ejb's don't support embedded transactions but I guess this is not really an embedded transaction right ? Can the sub systems have seperate databases since 1 transaction is not really spanning both the sub systems. Sachin. =========================================================================== 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".
