Need to change theOSB timeout, sat at 600 seconds.
956883Aug 21 2012 — edited Sep 8 2012Hi,
My OSB -11gR1 is deployed on weblogic server version 10.3.4 . I am calling a business service from a proxy service. I am using HTTP protocol in both proxy and business service.
I have tried to change the Read & Connection Timeout of business service to 2500 seconds, but every time it times-out in 600 second.
Also I have tried changing the EJB transaction timeout value as 600 seconds for the following EJBs deployed in weblogic container, but didnt succeeded.
1. PolledMessageListenerMDBEJB (of Email Transport Provider)
2. PolledMessageListenerMDBEJB (of file transport provider )
3. ReportingMDB (of JEJB Transport Provider)
4. SBDispatcher (SB Transport Provider )
5. PolledMessageListenerMDBEJB (of sbconsole )
Also I have modified the tag session-timeout of config.xml but no effect found.
when I remove proxy calling and my BPEL hits the actual url, it gives me proper timeout.
Thanks
Vaibhav