JDBC connections cached

Hi All

I have noticed while working on a client webMethods system that one of their JDBC Adapter connections is disabled in Production. But when I run the flow code using this connection, there are no errors and the flow code completes with no errors. What could cause this, are the jdbc connections cached??? Or is there another reason?

Regards
Kevin

The service may be hiding the error from the caller by catching it and then returning success. IS does not cache connections for disabled connection pools.