Greetings to everyone!

Could someone please give me a clarification on using OJB ADMG-API in managed environment?

We plan to use ODMG-api in managed environment (JBoss, S1AS) with session beans. As I understand transaction handling in this case should be done via UserTransaction object methods (begin, commit, rollback) in BMT mode.

The question is: who actually commits underlying DB connection? Is it application server's transaction manager or OJB?

Possible consequence: if application server's transaction manager is actial committer, then we are able to achieve clean distributed transactions when using multiple persistence broker instances talking to their own databases during single UserTransaction. Is this right?

Thanks in advance.

Andrew Shevel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to