You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2018/05/02 12:26:00 UTC

[jira] [Assigned] (CMIS-1060) Creation date is not set properly at ObjectInfo in AbstractCmisService

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

Florian Müller reassigned CMIS-1060:
------------------------------------

    Assignee: Florian Müller

> Creation date is not set properly at ObjectInfo in AbstractCmisService
> ----------------------------------------------------------------------
>
>                 Key: CMIS-1060
>                 URL: https://issues.apache.org/jira/browse/CMIS-1060
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-server
>    Affects Versions: OpenCMIS 1.1.0
>            Reporter: Sascha Homeier
>            Assignee: Florian Müller
>            Priority: Minor
>
> Just noticed that instead of creationDate createdBy is set in AbstractCmisService#getObjectInfoIntern (which leads to 'null' cause of the not fitting property type):
> {code:java}
> ...
> info.setCreationDate(getDateTimeProperty(object, PropertyIds.CREATED_BY));
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)