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:16:03 UTC

Trying jackrabbit-core with JCR 2.0 API

Julian Reschke wrote:
> 3) New methods on javax.jcr.observation.EventIterator:
> 
> The type EventJournalImpl must implement the inherited abstract method 
> EventIterator.getDate()    EventJournalImpl.java   
> 
> jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation 
> line 52    Java Problem
> The type FilteredEventIterator must implement the inherited abstract 
> method EventIterator.getDate()    FilteredEventIterator.java   
> 
> jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation 
> line 32    Java Problem

Fixed with revision 769811 (JCR-2086) by adding the missing extension 
interface, and adding a stub impl.

I guess nobody wanted to implement this because it uses a *Calendar* for 
a timestamp (instead of a long); I have raised this issue on th EG's 
issue tracker :-)

BR, Julian