Hi,
Some corrections...
The DML statements do not participate in the txn eventhough I have started a
txn using the UserTransaction().begin() method.
Best Regards,
Vinay
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=416#416
Reply to the post :
h
Hi,
Using JBoss 4.2 GA, MySQL DB 5.0, MySql Connector/J v5.1.5.
Problem:
I am having a client application (POJO) which inserts data into a database and
then invokes an SLSB method by passing the ID of the inserted data. The SLSB
tries to retreive the record from the database using JDBC.
The d