PersistenceUnitPostProcessor « Glassfish « JPA Q&A





1. JPA PersistenceUnitPostProcessor not being executed on GlassFish    stackoverflow.com

The Spring configuration I am using contains the definition of a persistenceUnitPostProcessor within my entityManagerFactory bean. When I run a JUnit test (i.e. outside of the container) the post processor is ...