1. JPA PersistenceUnitPostProcessor not being executed on GlassFish stackoverflow.comThe 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 ... |