Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
OpenCMIS 1.1.0
-
None
Description
Just noticed that instead of creationDate createdBy is set in AbstractCmisService#getObjectInfoIntern (which leads to 'null' cause of the not fitting property type):
... info.setCreationDate(getDateTimeProperty(object, PropertyIds.CREATED_BY)); ...