Re: [hibernate-dev] Hibernate as JPA persistence-provider in SAP Netweaver

2007-09-05 Thread Steve Ebersole
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 that way to

Re: [hibernate-dev] Hibernate as JPA persistence-provider in SAP Netweaver

2007-08-31 Thread De Silva Jayasinghe, Robin
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

[hibernate-dev] Hibernate as JPA persistence-provider in SAP Netweaver

2007-08-29 Thread De Silva Jayasinghe, Robin
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.