<opensource>
In the case of Tyrex (the TM for Tomcat and OpenEJB), EJB transactions
are performend natively in JTA which talks directly to XA to cut the
overhead of CosTransaction. However, the CosTransaction interface is
still availble for both transaction propagation and CORBA Resource
enlistment. The overhead of transforming a CosTransaction into a JTA
Transaction is negligible, compared to the overhead of wrapping Resource
over XAResource.

Optimize for the common case, but make everything possible.
</opensource>

arkin

Chris Raber wrote:
>
> <vendor>
> In the case of GemStone/J, EJB transactions Are CORBA transactions! So yes
> we do this all the time as a matter of course. Any XA resource that can be
> wrapped in a CosTransaction Resource interface can participate in our EJB
> and CORBA transactions.
> </vendor>
>
> Regards,
>
> -Chris.
> > -----Original Message-----
> > From: Prashant Jaiswal [SMTP:[EMAIL PROTECTED]]
> > Sent: Saturday, February 05, 2000 2:32 AM
> > To:   [EMAIL PROTECTED]
> > Subject:      Two Phase Commit via EJb Application Server
> >
> > Has anybody tried Two Phase Commit transaction with EJB Application Server
> > and non-EJB Servers like CORBA or CICS Transaction Server?
> >
> > Prashant
> >
> > ==========================================================================
> > =
> > 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".

--
----------------------------------------------------------------------
Assaf Arkin                                           www.exoffice.com
CTO, Exoffice Technologies, Inc.                        www.exolab.org

===========================================================================
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