Re: EntityManager not picking up Map properties

2008-10-09 Thread David Blevins
On Sep 18, 2008, at 10:28 PM, rde8026 wrote: I'm using Hibernate as my JPA provider in a Stateless EJB. I need to add the hibernate.default_catalog property to the EntityManager based on the dialect being used (i.e. SQL Server = dbo). I'm injecting the EntityManagerFactory and trying to

EntityManager not picking up Map properties

2008-09-18 Thread rde8026
"dbo"); em = emf.createEntityManager(props); Thanks for any advice! -- View this message in context: http://www.nabble.com/EntityManager-not-picking-up-Map-properties-tp19565672p19565672.html Sent from the OpenEJB User mailing list archive at Nabble.com.