I was already using lucene 2.0. Since our application needed 2.0, and the earlier version of jackrabbit used 1.4.3, I applied the patch mentioned in the jira link and it was working fine.
I am confused as to why I get a null string for the qm.getSupportedQueryLanguages() call. On 2/6/07, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
Sridhar Raman wrote: > I am moving from Jackrabbit 1.1.1 to 1.2.1. Is there any specific change > that I need to make in the code to make it work? > > I have put these 3 jars as part of the buildpath. > jackrabbit-core-1.2.1.jar > jackrabbit-api-1.2.1.jar > jackrabbit-jcr-commons-1.2.1.jar > And the project builds properly. jackrabbit now uses lucene 2.0. you must therefor also replace the previous version 1.4.3 with the new one. See also release notes: http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.1/RELEASE-NOTES.txt regards marcel
