-
Mar 29th, 2011, 07:26 AM
#1
Spring Test Framework
I have been facing an issue with spring test framework. My application uses container managed transaction management. I overwrite this transaction management by using my own transaction manager.
I am facing issue when my code calls a third party service. This third party service has got transaction management of its own. They are using websphere UOW transaction management. My code gives an error while loading their Websphere transactionmanagerLookUp class.
It doesn't find the UOW JNDI (which is only available with websphere server) and gives an error
My question is to how can i overwrite third party's transaction manager in spring test framework? I have already defined a transaction manager in my context xml file. Please guide me if this is not right forum to post my question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules