Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Our application running on WebLogic accesses two databases via XADatasource. Now, we need to make calls to a web service in another box (different os, server) that supports (ws-tx/wsat)

If we make a call (or two) to the web service within a given JTA (jdbc) transaction would the web serivce calls automatically enrol this transaction??? (and... will therefore get rolled back if the transaction ifails lets say when commiting to the database???)

Regards, Pablo.

share|improve this question
If you test it, I'm definitively interested into the answer. – snowflake Mar 9 '11 at 9:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.