|
I cannot speak as to why it is logged 3 times. That part seems odd. If this all comes from your single Persistence.createEntityManagerFactory(String) call, that would imply to me that you have somehow managed to load the deprecated org.hibernate.ejb.HibernatePersistence provider multiple times into Persistence.
|