|
What do
you mean by Transaction is not committed? If the
bean is saving the data to the database the transaction is complete. Isn’t it? Anish -----Original
Message----- Hi all, I am
using a CMP to update newpassword specified by the user to the database..the
bean is updating to the table but the transaction is not commited. I am
invoking CMP using findByPrimarykey() and setting the newPassword in my JSP
client using... try { user.setPassword(newPassowrd); }
catch( Exception e) { ..... ... } can any
one please tell me how to commit the transaction. Thanks
in advance Kiran. |
- How to commit a transaction. Kiran MN
- Re: How to commit a transaction. Ashwani Kalra
- Anish Malhotra
