getName() always returns null items in query result
---------------------------------------------------
Key: CMIS-189
URL: https://issues.apache.org/jira/browse/CMIS-189
Project: Chemistry
Issue Type: Bug
Components: chemistry-jcr
Reporter: Michael Dürig
This always fails (assuming the query result is not empty)
Collection<CMISObject> result = conn.query("select * from [nt:file]", true);
for (CMISObject obj : result) {
assertNotNull(obj.getName());
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.