You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Julian Reschke <ju...@gmx.de> on 2009/04/29 18:47:38 UTC

new Node methods, was: Trying jackrabbit-code with JCR 2.0 API

Julian Reschke wrote:
> 5) New methods on javax.jcr.Node:
> 
> ...
> 
> jackrabbit-core/src/main/java/org/apache/jackrabbit/core    line 110    
> Java Problem
> The type NodeImpl must implement the inherited abstract method 
> Node.getWeakReferences()    NodeImpl.java 
> jackrabbit-core/src/main/java/org/apache/jackrabbit/core   
> 
> line 110    Java Problem
> The type NodeImpl must implement the inherited abstract method 
> Node.getWeakReferences(String)    NodeImpl.java   
> ...

These I have added to o.a.j.api.jsr283.Node, and added method stubs in 
-core (Revision 769825).

BR, Julian