In Weblogic Server cluster environment, if the a serving
thread is in the middle of a database operation (select statement) and weblogic instance went down, is it guaranteed that application will continoue the operation on the second weblogic instance?
Actually I am looking for some documentation that describes exactly what cluster fail over grantee from the application perspective.
Regards