The issue is due to the fact the jdbc driver probably is not supporting Java 1.7 Connection#getSchema() method and for the Sybase Dialect we are not providing an implementation of the fallback Dialect#getCurrentSchemaCommand() method.