I am working with WildFly 9.0.1.Final release and noticed this line in the standalone.xml
:
<subsystem xmlns="urn:jboss:domain:jpa:1.1">
<jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/>
</subsystem>
I know that JPA version thats shipped with WildFly 9 is 2.1, so what does the value jpa:1.1 refer to here?