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

2007-08-30 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 SessionF

[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. Duri