Here are two logs that should help track down the problem if it is in Hibernate:
- org.hibernate.engine.jdbc.internal.JdbcResourceRegistryImpl (trace)
- org.hibernate.SQL (debug).
Gail
- Original Message -
> From: "Scott Marlow"
> To: hibernate-dev@lists.jboss.org, "Jeremy Whiting"
> Se
Turns out there might be an even easier solution.
Emmanuel suggested:
public interface FieldNameReportingBridge {
Iterable getGeneratedFieldNames(String baseFieldName);
}
In this approach we are actually passing the field name to get
getGeneratedFieldNames
which means we don't have to m
This went away for a while but Jeremy is now recreating this
(http://pastie.org/2563226).
Can anyone tell us how long Hibernate 4.0.0 can hold onto a
PreparedStatement? And whether its possible that Hibernate may be
holding onto a PreparedStatement for reuse after Hibernate has called
the Pre
.. http://rolet-drouffe.fr/index74ww--.php?agoogleid=7yol4
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev