I'm using VAJava 3.5.3 in the WebSphere Test Environment.
I'm using a 2.0 JDBC driver - COM.ibm.db2.jdbc.net.DB2Driver
For database type I selected JDBC.
 
ServletClient calls a SLSB's methodA, methodA calls the same SLSB's methodB
 
TRANSACTION ATTRIBUTE on the bean is TRANSACTION_REQUIRED
TRANSACTION ATTRIBUTE on the methodA is TRANSACTION_REQUIRED
TRANSACTION ATTRIBUTE on the methodB is TRANSACTION_REQUIRED
 
methodB is doing two inserts into a DB2 database
I'm trying to get the container to manage the DB2 transactions
The inserts are NOT being committed
 
I implemented the afterBegin(), beforeCompletion(), and afterCompletion(boolean committed)
to see if a transaction was being started. The methods never get called.
 
Does anyone have any ideas?
 
Thanks

Anthony Catalfano      
Information Technology Analyst
Deere & Company
309-748-5201

Reply via email to