Hello, I have a requirement to define a custom XAResource (for our application specific DB operations) and to club it in the same transaction as the operations defined by Slide. For e.g. Creating a Collection + updating some tables in my DB.
I am wrapping Slide's APIs in my server code. Inside my code I want hold of current SlideTransaction to enlist/delist my custom XAResource. I looked into the slide implementation and the SlideTransactionManager instance is held by the Namespace, which is not accessible to my application. Is there a way to meet my requirement without locally modifying the Slide Code? Any help would be greatly appreciated. I have an urgent requirement. Regards, Ritu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
