> But If Application Server called the EjbStore of "a" and Power goes off. What
> happens now?The developer had written the code for persistence in each ejbStore
> But the "b" 's ejbStore was not executed? How the App Servers assure that All
> EjbStore excute or none of them execute? Some type of Out of order execution or
> what? Because the changes made in the "a"'s ejbStore needs to be restored back.
> I know for JDBC that we can use the DataSource Object which can provide the
> common Connection Object to all participants in a transaction. But what we need
> to do If we are storing the data in a custom data Store or Legacy App. Do we
> need to write a custom Resource dispenser (just like the JDBC) based on the
> connectors API (being developed nowadays) or what ?

Exactly.

No other way around it.

arkin

>
> Fareed Ahmad
>
> _________________________________________________________________________
>
> Disclaimer:
>
> "This  message is confidential. It may also be privileged or otherwise protected
> by  legal  rules. If you have received it by mistake please let us know by reply
> and then delete it from your system."
>
> ===========================================================================
> 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