Re: Search with the SQL language and conditions

2006-08-22 Thread Marcel Reutegger
Expressions on the pseudo property jcr:path are very limited and will in general only work in a reasonable way when you limit the nodes to a certain subtree of the workspace. e.g. jcr:path like '/foo/bar/%' XPath might do the job: //element(oliver, nt:file) will return all nt:file nodes

File drops for the lazy

2006-08-22 Thread Robert r. Sanders
I know I could install Maven, then grab the source from subversion and build everything myself; but it would be really nice if there was a jackrabbit-bin-all download that included all the binaries + as much of the generated docs as possible (mainly Javadocs). After lurking on this list for

[jira] Created: (JCR-547) SimpleSelectionTest assumes RowIterator.getSize() not to return -1

2006-08-22 Thread Julian Reschke (JIRA)
SimpleSelectionTest assumes RowIterator.getSize() not to return -1 -- Key: JCR-547 URL: http://issues.apache.org/jira/browse/JCR-547 Project: Jackrabbit Issue Type: Bug