[
https://issues.apache.org/jira/browse/CMIS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominique Pfister reassigned CMIS-189:
--------------------------------------
Assignee: Dominique Pfister
> 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
> Assignee: Dominique Pfister
>
> 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.