<?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: Blog post about accessing aspects via CMIS, feedback needed in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298242#M251372</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;I am using Alfresco 4.2.f which supports cmis 1.1 and for communication I am using latest Apache Chemistry version 0.11.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add a custom property like "my:uuid" with some value "34tggre3" but it give me and error: java.lang.IllegalArgumentException: Property 'my:uuid' is not valid for this type or one of the secondary types!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attachments there is a script from cmisWorkbench console so U can easily reproduce it. For the record I am using new url for connection and workbench repository info tells that it works in cmis 1.1 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only one way to add custom property is to use predefined aspect or create a new one on the alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bartek&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 20:43:27 GMT</pubDate>
    <dc:creator>bartek</dc:creator>
    <dc:date>2014-07-18T20:43:27Z</dc:date>
    <item>
      <title>Blog post about accessing aspects via CMIS, feedback needed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298240#M251370</link>
      <description>Hello all,I have been reading the CMIS 1.1 spec a lot lately, and found a point which is not talked about much on the web, so I decided to write a blog post about it, taking Alfresco as an example:http://aegif-labo.blogspot.jp/2013/04/cmis-what-are-secondary-object-types.htmlQUESTION: Is it accurate</description>
      <pubDate>Wed, 10 Apr 2013 08:33:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298240#M251370</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2013-04-10T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Blog post about accessing aspects via CMIS, feedback needed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298241#M251371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the sentence "Most ECM servers also have a "secondary type" concept" is not accurate. The only server I know of that supports something similar is Alfresco. Everyone else, please chime in if you know of other ECM servers that have an aspect/secondary type concept.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you download the 0.9 beta release of OpenCMIS InMemory Server and the CMIS Workbench, you can actually play with secondary types. The way it works is that there is a property called cmis:secondaryObjectTypeIds. This is a multi-value property that lists the secondary types (aspects) applied to the object. You can add and remove aspects to and from an object simply by changing the value of that property. (Shameless plug: We talk more about this in Chapter 4 of the up-coming CMIS and Apache Chemistry book from Manning).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, yes, when Alfresco supports CMIS 1.1, you will have native support for aspects and the Alfresco OpenCMIS Extension currently required for aspect support with CMIS 1.0 and Alfresco will be obsolete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 19:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298241#M251371</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-04-17T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Blog post about accessing aspects via CMIS, feedback needed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298242#M251372</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;I am using Alfresco 4.2.f which supports cmis 1.1 and for communication I am using latest Apache Chemistry version 0.11.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add a custom property like "my:uuid" with some value "34tggre3" but it give me and error: java.lang.IllegalArgumentException: Property 'my:uuid' is not valid for this type or one of the secondary types!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attachments there is a script from cmisWorkbench console so U can easily reproduce it. For the record I am using new url for connection and workbench repository info tells that it works in cmis 1.1 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only one way to add custom property is to use predefined aspect or create a new one on the alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bartek&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 20:43:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298242#M251372</guid>
      <dc:creator>bartek</dc:creator>
      <dc:date>2014-07-18T20:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Blog post about accessing aspects via CMIS, feedback needed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298243#M251373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think alfresco supports the online definitions of types (i.e. modifying or creating an aspect) over CMIS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 10:56:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298243#M251373</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-07-21T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Blog post about accessing aspects via CMIS, feedback needed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298244#M251374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct, that property must already be defined in one of your types or aspects. Because my:uuid is not a property of either cmis:folder or cm:titled the error is being thrown. If you need to know how to define your own custom content model, see &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;this tutorial&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 00:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blog-post-about-accessing-aspects-via-cmis-feedback-needed/m-p/298244#M251374</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-07-22T00:07:19Z</dc:date>
    </item>
  </channel>
</rss>

