|
According to JPA 2.1 schema (http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd) the Named Attribute Nodes are identified by the 'name' attribute.
However, JPAOverriddenAnnotationReader.java:1952 requires the 'value' attribute instead, and then fails as there can be no such attribute.
|