|
When envers module is deployed in Wildfly 9 org.hibernate.envers.boot.internal.EnversIntegrator throws a NPE when a JPA application is deployed at enversService.getEntitiesConfigurations().hasAuditedEntities() and deployment fails
There is no check to see if enversService.getEntitiesConfigurations() is null
|