|
Which tells me that WildFly is still using the deprecated provider (org.hibernate.ejb.HibernatePersistence) over the replacement (org.hibernate.jpa.HibernatePersistenceProvider) even though you explicitly ask it to use the correct one.
Scott Marlow Maybe this is a bug in Seam/CDI rather than WildFly/Jipijapa proper?
|