Hi ,
I want to know if any of the EJB servers support Client-demarcated
transactions
in their current release?
For Example: From the client if I use JNDI to locate UserTransaction
object
Context ctx = new InitialContext();
UserTransaction ut = (UserTransaction)ctx.lookup(...);

and start transactional work
ut.begin();
.... get resources
... make bean calls
ut.commit();

Will the resources(db connections etc) i get associated with the proper
transaction context.

Thanks in advance,
B V Prasad

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to