Hi,
Perhaps you should read the documentation for the version of WebLogic that
you are using.
"... because WebLogic Server does not provide a two-phase commit protocol.
" - WebLogic *5.1* documentation.
http://www.weblogic.com/docs51/classdocs/API_ejb/EJB_environment.html
regards,
-Rob
> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chidambara, Vinoth (CTS)
> Sent: Friday, February 02, 2001 4:12 AM
> To: [EMAIL PROTECTED]
> Subject: Problem in distributed transcation
>
>
> "A distributed transaction is a transaction that updates multiple resource
> managers (such as databases) in a coordinated manner. In contrast, a local
> transaction updates a single resource manager. The two-phase
> commit protocol
> is a method of coordinating a single transaction across two or
> more resource
> manager" --says weblogic 6.0
> documentation
>
> I am having one bean deployed in weblogic server 5.1(WLm) of one
> machine(say
> machine M).Another bean deployed in weblogic server 5.1(WLx) of another
> machine(say machine X).
> Another bean deployed in weblogic server 5.1(WLy) of another machine(say
> machine Y).
>
> The bean deployed on WLm is controlling other two bean which
> is in a different machines(WLx & WLy).This two bean doing
> functnality in database operation(deposit and withdraw).
>
> I am dealing with single database only.
> I cannot able to accomplish the ACID properties, I mean
> dosen't rollback even one fails.
>
> What I have done is distributed transaction or local
> transaction.(Since am dealing with single database).----(1)
>
> But I can able to accomplish the ACID properties, I mean
> rollback even one fails, when beans on two machine(WLx & WLy) on single
> machine.And I keep controller bean is in WLm.
> How this is achieved... ---------------------------------(2)
>
> Thanks in advance
> Regards
> Vinoth.C
>
> This e-mail and any files transmitted with it are for the sole
> use of the intended recipient(s) and may contain confidential and
> privileged information.
> If you are not the intended recipient, please contact the sender
> by reply e-mail and destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination,
> forwarding, printing or copying of this email or any action taken
> in reliance on this e-mail is strictly
> prohibited and may be unlawful.
>
> Visit us at http://www.cognizant.com
>
> ==================================================================
> =========
> 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".