I'd like to create a J2EE application which is both a Slide client and a database and jms client. The Slide client will use the WebdavResouce class with its transaction methods (startTransaction, commitTransaction, abortTransaction, etc.). The J2EE client part will use a UserTransaction (or the theadlocal transaction mechanism) to mediate the transactions.
How can I wrap these together to form a single transaction mechanism - doing Slide and database/jms actions all within a single transaction?
Thanks.
Richard
-- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
