On Friday 31 August 2007 01:27:24 am De Silva Jayasinghe, Robin wrote:
> Hi Steve!
>
> > We are aware that the Hibernate SessionFactory attempts to obtain a
> > Connection during its construction in order to query the JDBC metadata,
> > yes.
> >
> > I think you may be slightly confused (it seems th
Hi Steve!
> We are aware that the Hibernate SessionFactory attempts to obtain a
> Connection
> during its construction in order to query the JDBC metadata, yes.
> I think you may be slightly confused (it seems that way to me anyway). The
> connection obtained during construction of a SessionF
We are aware that the Hibernate SessionFactory attempts to obtain a Connection
during its construction in order to query the JDBC metadata, yes.
I think you may be slightly confused (it seems that way to me anyway). The
connection obtained during construction of a SessionFactory has absolutely
Hi!
I am member of the team that develops JPA in SAP's Netweaver Server.
Recently we had an issue with Hibernate as a persistence provider for
JPA.
During injection of EM/EMF into stateless session bean, our
ORPersistenceObjectFactory creates a new instance of Hibernate
EntityManagerFactory. Duri