Posted By:
Shirish_Poddar
Posted On:
Thursday, May 31, 2001 06:19 AM
In Weblogic how to initiate a bean managed transaction from the client side using JSP ? What should I write in the deployment descriptor.
We are trying the following:
in the client side we are looking up for a UserTransaction Object as:
lookup("java:comp/UserTransaction");
but this is not working.
Do i have to edit the Deployment Descriptor and add anything more, if no then what is the solution.