AFAIK, J-Engine is the same as WLS, T-Engine is the same as WLE, which is a
different EJB engine sitting on top of the Tuxedo core (or rather, the C++
framework built on top of it that also supports the CORBA API). So I would
say that you can have distributed transactions in WLE, but will have to use
the T-Engine to do so. I think the J-Engine - WLS - is include because the
T-Engine doesn't support JSPs, Servlets or JMS, but WLS does. Although BEA
likes to market things differently, WLE and WLS are - again, AFAIK - still
unrelated products that share a version number and, in case of WLE, a box
they're wrapped in.
I have no experience with WLE's EJB performance.
____________________________________________________________________
Stefan Tilkov -- stefan(dot)tilkov(at)innoq(dot)com -- www.innoQ.com
> -----Ursprüngliche Nachricht-----
> Von: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Paul Parsons
> Gesendet: Donnerstag, 10. August 2000 13:57
> An: [EMAIL PROTECTED]
> Betreff: Re: two-phase commit in EJB.
>
>
> Does anyone have any experience of using BEA WLE for distributed
> transactions within EJBs?
>
> According to the BEA website, WLE supports distributed transactions and
> two-phase commit, but it's not at all clear how. I've found
> diagrams showing
> EJBs deployed
> in both WLS and WLE (described in the docs as J-Engine and T-Engine (I'm
> guessing
> that the T-Engine is actually Tuxedo)), but I haven't found any
> explanation
> of what this actually entails. Does it mean I have to deploy my
> beans inside
> Tuxedo
> to use them inside a transaction?
>
> Paul
>
> =======================================================================
> Paul Parsons
> Uno-e Bank S.A. Spain
> [EMAIL PROTECTED]
>
>
> > -----Mensaje original-----
> > De: A mailing list for Enterprise JavaBeans development
> > [mailto:[EMAIL PROTECTED]]En nombre de Stefan Tilkov
> > Enviado el: miércoles 9 de agosto de 2000 18:10
> > Para: [EMAIL PROTECTED]
> > Asunto: AW: two-phase commit in EJB.
> >
> >
> > I'm not sure this answers the question. Of course WLS will
> > coordinate the
> > transaction for multiple beans accessing the same database,
> > running in one
> > VM. But does it support 2-phase-commit when multiple,
> > XA-capable RMs (like
> > DB2, Oracle and MQ Series), all in the same transaction, are
> > used? AFAIK
> > know, it doesn't, but WLE does. Right?
> >
> > ____________________________________________________________________
> > Stefan Tilkov -- stefan(dot)tilkov(at)innoq(dot)com -- www.innoQ.com
> >
> >
> > > -----Ursprüngliche Nachricht-----
> > > Von: A mailing list for Enterprise JavaBeans development
> > > [mailto:[EMAIL PROTECTED]]Im Auftrag von Michael Girdley
> > > Gesendet: Mittwoch, 9. August 2000 17:47
> > > An: [EMAIL PROTECTED]
> > > Betreff: Re: two-phase commit in EJB.
> > >
> > >
> > > > We are using EJB on Weblogic. We are calling Oracle
> > > > SQL statments through EJB. This SQL statements are
> > > > spread over multiple EJBs. We want a transaction
> > > > manager to take care of all the transactions done by
> > > > each Beans.
> > >
> > > Take a look at WebLogic JTS. This will allow you to have
> > multiple EJBs
> > > participate in the same transaction.
> > >
> > > More info is in the docs:
> > >
> > > http://www.weblogic.com/docs51/resources.html
> > >
> > > ----
> > > Michael Girdley
> > > BEA
> > >
> > > ==================================================================
> > > =========
> > > 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".
> >
> >
> >
>
> ==================================================================
> =========
> 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".