[jira] Closed: (JCR-437) Restoring a node which has OPV=Version children fails if they are not versionable

2006-05-23 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-437?page=all ] Tobias Bocanegra closed JCR-437: Resolution: Fixed fixed in r408873 Restoring a node which has OPV=Version children fails if they are not versionable

[jira] Created: (JCR-438) Improve handling for missing text filter dependency

2006-05-23 Thread Marcel Reutegger (JIRA)
Improve handling for missing text filter dependency --- Key: JCR-438 URL: http://issues.apache.org/jira/browse/JCR-438 Project: Jackrabbit Type: Improvement Versions: 1.0 Environment: svn 408873 Reporter:

[jira] Created: (JCR-439) Workspace.clone() fails the second time, if cloning referenceables

2006-05-23 Thread Tobias Bocanegra (JIRA)
Workspace.clone() fails the second time, if cloning referenceables -- Key: JCR-439 URL: http://issues.apache.org/jira/browse/JCR-439 Project: Jackrabbit Type: Bug Versions: 1.0, 0.9

[jira] Created: (JCR-440) Error Reading Locks

2006-05-23 Thread Joseph Toth (JIRA)
Error Reading Locks --- Key: JCR-440 URL: http://issues.apache.org/jira/browse/JCR-440 Project: Jackrabbit Type: Bug Components: core Versions: 1.0 Environment: Ubuntu Linux, MSSQL2000, JackRabbit 1.0 Reporter: Joseph Toth Using

Re: Getting the score value from the Query NodeIterator results

2006-05-23 Thread Marcel Reutegger
there is a way, but it is not something that will be officially supported. There is an internal interface that exposes a getScore() method: o.a.j.core.query.lucene.ScoreNodeIterator. NodeIterator instances that are returned by jackrabbits QueryResult *currently* implement this interface. so,