|
Initially I had actually dropped `org.hibernate.ejb.HibernatePersistence` from our service file, but added it back at the behest of Scott Marlow because it caused some problem in WildFly if that entry was not there. Scott, do you remember the details?
Really the best course of action is to remove that line. Our new provider (`org.hibernate.jpa.HibernatePersistenceProvider`) already recognizes `org.hibernate.ejb.HibernatePersistence` as naming that it should be used (after warning, of course).
|