NullPointer @
org.jboss.as.jpa.container.ExtendedPersistenceDeepInheritance
---------------------------------------------------------------------------
Key: WFLY-827
URL:
https://issues.jboss.org/browse/WFLY-827
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JPA / Hibernate
Reporter: Brand Neu
Assignee: Scott Marlow
Fix For: 9.0.0.Beta1
Attachments: JBoss Web_7.2.0.Final - JBWEB000064 Error report.htm
Webproject with ManagedBean contains following PersistenceContext:
@PersistenceContext(unitName = "MyPU", type = PersistenceContextType.EXTENDED)
WebApp run fine under Jboss-7.1, in JBoss-7.2 (EAP-6.1.0) we've got
NulPointer-Exception and therefore further exceptions.