Transaction Timeout using Weblogic when working with Oracle
Hello everyone,
I use a stateless session bean which has 30 seconds time out.
My bean is type of CMP.
My bean calls a procedure in Oracle 9i.
This action takes more than 30 seconds, but timeOutException
does not thrown!
A timeOutException is finally thrown only after the procedure ended -after 5 minutes.
How can I set the application server to throw a timeOutException on time?
thanks.

