README revision ada1678a4262b208a7b87391f520a7767d25287c
0N/AThis tests the commit logic of transaction. An EJB webservice is invoked by a servlet. This webservice method uses REQUIRED TX_Attribute. It adds a row in the database table(CUSTOMER_cm1) created in the servlet.
5251N/A
0N/AHere is the flow-
0N/A
5251N/A1. Standalone client invokes a servlet
0N/A2. Servlet creates table CUSTOMER_cm1
6283N/A3. Servlet starts a UserTransaction
6283N/A4. Servlet adds a row in the CUSTOMER_cm1 table
6283N/A5. Servlet calls the EJB webservice
0N/A6. EJB webservice adds a row in the CUSTOMER_cm1 table
4479N/A7. Servlet commits the transaction
0N/A8. It is checked whether the data is correctly updated in the table.
0N/A9. Table CUSTOMER_cm1 is dropped
6399N/A