posted 22 years ago
Hi,
In a BMT session bean, why I can use java.sql.Connection.commit() method between UserTransaction.begin and UserTransaction.commit on Weblogic Server6.1:
1)UserTransaction.begin()
2)...
3)java.sql.Connection.commit()
4)UserTransaction.commit()
Is it because the JTA transaction isn't begin yet? If this is the case, how to check whether the JTA transaction begin and why it doesn't begin?
Thank you,
Tom
[ January 15, 2003: Message edited by: Tom Chen ]
Sun Certified Java Programmer