Julian Reschke wrote:
4) New methods on javax.jcr.nodetype.NodeDefinitionTemplate:
The type NodeDefinitionTemplateImpl must implement the inherited
abstract method NodeDefinitionTemplate.setDefaultPrimaryTypeName(String)
NodeDefinitionTemplateImpl.java
jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype
line 29 Java Problem
The type NodeDefinitionTemplateImpl must implement the inherited
abstract method
NodeDefinitionTemplate.setRequiredPrimaryTypeNames(String[])
NodeDefinitionTemplateImpl.java
jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype
line 29 Java Problem
Here, the spec changed since the initial implementation. Fixed with
revision 769802.
BR, Julian