Hello, I need a bit of help on transactions.I'm trying to insert two records in different tables which are in Oracle database.I have written all the stuff for inserting records in one method.The method has "Required" Transaction attribute. I'm using Stateless Session bean.I 'm having 2 insert statements in my bean class.2 nd insert statement shouldn't insert.because 2 nd insert statement has not proper data.so the transaction should roll back.It shouldn't insert any records in the table even if first insert statement is ok.but in my case it is inserting records with 1 st insert statement.how it is possible? I'm using weblogic 5.1. please help me out if i made any mistakes. Thanx hari =========================================================================== 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".
