Ivan Vasiliev created CMIS-588:
----------------------------------
Summary: Xpath query Errors
Key: CMIS-588
URL: https://issues.apache.org/jira/browse/CMIS-588
Project: Chemistry
Issue Type: Sub-task
Components: opencmis-server-jcr
Affects Versions: OpenCMIS 0.9.0
Reporter: Ivan Vasiliev
FAILURE: The query should return exactly one result but returned 0!
(QueryRootFolderTest.java:89)
INFO: expected: 1 / actual: 0
FAILURE: The query should return the root folder but does not!
(QueryRootFolderTest.java:134)
{code}
UNEXPECTED_EXCEPTION: Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException:
The xpath query
"/jcr:root//element(*,nt:file)[(@jcr:mixinTypes = 'mix:simpleVersionable')
and jcr:like(fn:name(), 'a%')]order by jcr:content/@jcr:created ascending"
is not well-formed: Multiple XPath expressions are not supported
(AbstractSessionTest.java:153)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira