[
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)