> 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".