Venkatachalam Ravindran wrote:
>
> Thanks for pointing out the vendors product documentation.
>
> I want CMT where the transaction spans methods.
>
> The built-in examples completes within a method itself. It is too simple.
>
> Please do let me know, where I can see a program like I want.

and Victor Langelo wrote:
>
> You have too options:
>
> 1. Create a session bean method that preforms the entire transaction by calling
> other bean methods.
> 2. Have the ejb client manage the transaction using the UserTransaction object.
>
> --Victor

I don't think this is true. It is perfectly possible to have a transaction that
the client knows nothing about spanning multiple transactions. See pages 164 and
165 of the EJB 1.1 spec for an example.


Ian McCallion
Alexis Systems Limited
Romsey, UK

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