Hi All, I have got an EJB with 2 methods ; say methodA() and methodB(). Transaction attribute for methodA() is "Required" and transaction attribute for methodB() is "RequiresNew".
We have implemented a logic such that the methodA() calls methodB() internally. But it seems that even though the transaction attribute for methodB() is "RequiresNew" new transaction is not started at all - the same transaction continues. I have seen that if I put methodB() in the different EJB then a new transaction is started. How do I overcome this problem? Any work-around?? Regards, Milind Kulkarni Skandia - Apollo I Tata Consultancy Services SDF VII IT 11. SEEPZ. Andheri (East), Mumbai 400 096. India. Phone: +91 22 56686482 =========================================================================== 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".