You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Dominique Pfister (JIRA)" <ji...@apache.org> on 2010/04/09 11:01:51 UTC

[jira] Resolved: (CMIS-189) getName() always returns null items in query result

     [ https://issues.apache.org/jira/browse/CMIS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominique Pfister resolved CMIS-189.
------------------------------------

    Resolution: Fixed

Fixed in revision 932306.

> 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.