Alex, I have already tried this property setting. And again tried now. No difference. Ode got the result back from the external web service, and does nothing.
Thank you Raja -----Original Message----- From: Alex Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 5:41 PM To: [email protected] Cc: [EMAIL PROTECTED] Subject: Re: Invoking External Services - Execution Exception Raja, Could you try running with the following system property defined: hibernate.transaction.factory_class=org.hibernate.transaction.JTATransacti onFactory and see if it makes any difference? alex On 2/8/07, Raja Balasubramanian/MAXIMUS <[EMAIL PROTECTED]> wrote: > > Maciej, > > > > After your changes to SoapMessageConverter.java (Version 505031), I'm able > to call the external service with out problem. > > Thanks for the fix. But my deadlock problem still exists. > > When the lock happens, all records related to that transaction got > rollback. No exception thrown. > > > > Raja > > >
