<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CMIS does not seem to care about mandatory custom properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259706#M212836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The integrity checker will be invoked if the&amp;nbsp; "mandatoryness" is enforced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you check what is set on the node via the node browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your property set? What value does it have?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you are getting a default value set via the CMIS API (and the mapping of the dictionary definitions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 09:09:29 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2012-04-24T09:09:29Z</dc:date>
    <item>
      <title>CMIS does not seem to care about mandatory custom properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259703#M212833</link>
      <description>Hi!There is something strange going on when a externals SAP system exports documents to our Alfresco 3.4.6 installation via CMIS SOAP requests.When the SAP system sends createDocument requests and leaves out a mandatory custom property - the documents still get created by Alfresco without any stack</description>
      <pubDate>Wed, 18 Apr 2012 12:15:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259703#M212833</guid>
      <dc:creator>tullo</dc:creator>
      <dc:date>2012-04-18T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS does not seem to care about mandatory custom properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259704#M212834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried adding enforced="true" to your mandatory element in the type definition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;mandatory enforced="true"&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a property is set as mandatory, that indicates to Alfresco that the property is required.&amp;nbsp; By default, this is not enforced.&amp;nbsp; Instead, Alfresco marks content items with empty mandatory properties with the aspect sys:incomplete.&amp;nbsp; This is done so that you can create items in Alfresco that have mandatory properties even if the value of the property is not known at the time of content creation, while still indicating that the property is required (eventually).&amp;nbsp; If you want to enforce the mandatory constraint at the time the content is created, set enforced="true" as in the example above.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 14:27:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259704#M212834</guid>
      <dc:creator>nmcminn</dc:creator>
      <dc:date>2012-04-19T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS does not seem to care about mandatory custom properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259705#M212835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried adding enforced="true" to your mandatory element in the type definition?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I've now added enforced="true" to all the mandatory properties. The result of this is - as expected - that I am no longer able to add test content of that document type via Alfresco Explorer interface. I haven't customized explorer forms to show custom properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the Repository still gladly accepts the CMIS requests and creates the documents. I guess I have to address this with a OnCreateNodePolicy and do the checks myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2012 15:49:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259705#M212835</guid>
      <dc:creator>tullo</dc:creator>
      <dc:date>2012-04-22T15:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS does not seem to care about mandatory custom properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259706#M212836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The integrity checker will be invoked if the&amp;nbsp; "mandatoryness" is enforced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you check what is set on the node via the node browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your property set? What value does it have?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you are getting a default value set via the CMIS API (and the mapping of the dictionary definitions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 09:09:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-does-not-seem-to-care-about-mandatory-custom-properties/m-p/259706#M212836</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-04-24T09:09:29Z</dc:date>
    </item>
  </channel>
</rss>

