Hi
I have a stateless session bean which calls a tuxedo transaction in a synchronous call. Since the tuxedo transaction can take a long time, I want to make sure that my bean's calling method keep waiting for that much period and doesnt get timed out.
Is there any configurable parameter by which I can control the timeout period in the
EJB call ? Can we control the timeout period for weblogic 6.1 ? and if yes, how ?
Actually I am using the method as a business operation in the BPM studio. And I am looking for a confuration based solution rather than a code based solution since I might need to change the timeout period for various services.
Thanks in advance..
Mandar