Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
OpenCMIS 0.3.0
-
None
-
None
Description
When testing the openCMIS TCK against our server we see a great many of errors like this:
FAILURE: Root folder object spec compliance (AbstractCmisTest.java:114)
FAILURE: Property IndexationId (AbstractSessionTest.java:1215)
FAILURE: Property is null! (AbstractSessionTest.java:1215)
INFO: Object is null!
the offending xml element in our response looks like this:
<cmis:propertyId queryName="IndexationId" displayName="Indexation Id" localName="IndexationId" propertyDefinitionId="IndexationId"/>
Since our metadata for this property states that this is not required (required=false), I believe this representation is a valid way to express a 'not set' condition.
Can we change to TCK to accept this form of a 'not set' property?