Yes, I know Weblogic does and I think most others do too. > -----Original Message----- > From: A mailing list for Enterprise JavaBeans development > [mailto:[EMAIL PROTECTED]]On Behalf Of B V Prasad > Sent: Tuesday, June 22, 1999 10:07 PM > To: [EMAIL PROTECTED] > Subject: Support for client demarcated transactions > > > 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". > > =========================================================================== 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".
