Sunday, April 19, 2009

Closed Connection with getMetaData in Spring StoredProcedure

When using Spring's StoredProcedure, it runs into the error "Closed Connection" with Connection.getMetaData().

Error while extracting database product name - falling back to empty error codes
org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is java.sql.SQLException: Closed Connection
java.sql.SQLException: Closed Connection


This might have something to do with the networks ports. A detailed description is here. This needs to be revisited.

No comments:

Post a Comment