You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Torgeir Veimo <to...@pobox.com> on 2008/11/24 05:55:00 UTC

1.4.6 including lucene 2.3.2 fix 696653?

I just tried jackrabbit 1.4.5 with lucene 2.3.2 and it fails with the

org.apache.lucene.store.AlreadyClosedException: this IndexReader is  
closed

exception. According to https://issues.apache.org/jira/browse/JCR-1363  
this was fixed in commit 696653. Is that commit not part of jr 1.4.6?  
It doesn't seem to be according to my limited testing.

Also, is jr 1.4.6 and 1.5.0pre both supposed to work with lucene 2.4.0?

-- 
Torgeir Veimo
torgeir@pobox.com





Re: 1.4.6 including lucene 2.3.2 fix 696653?

Posted by Marcel Reutegger <ma...@gmx.net>.
Torgeir Veimo wrote:
> I just tried jackrabbit 1.4.5 with lucene 2.3.2 and it fails with the
> 
> org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
> 
> exception. According to https://issues.apache.org/jira/browse/JCR-1363
> this was fixed in commit 696653. Is that commit not part of jr 1.4.6?

no, it is not. see the 'fix versions' in JCR-1363.

> It doesn't seem to be according to my limited testing.
> 
> Also, is jr 1.4.6 and 1.5.0pre both supposed to work with lucene 2.4.0?

2.4.0 will definitively not work with jackrabbit 1.4.6. I quickly ran the unit
tests on jackrabbit-core trunk with lucene 2.4.0 and all tests ran successfully,
however there are some assertion errors the were thrown in lucene. I guess this
indicates that there is some work that needs to be done first before we can use
2.4.0.

regards
 marcel