org.hibernate.cfg.SettingsFactory
throws a NullPointerException and hides the underlying exception @
169 : properties.putAll( dialect.getDefaultProperties() );
This condition is caused by a
@
116 : DatabaseMetaData meta = conn.getMetaData();
at which time the dialect has not yet been set.
|