Sascha Homeier created CMIS-1060:
------------------------------------
Summary: 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
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)