<?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: Alfresco OpenCMIS Extension – access to aspects in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251933#M205063</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;In theory using the alfresco opencmis extensions with opencmis 0.3.0 should work, but as we still are dealing with 0.x versions, anything may happen. Thus my question, are there any problems to be expected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Michael.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Apr 2011 17:44:38 GMT</pubDate>
    <dc:creator>mkl</dc:creator>
    <dc:date>2011-04-03T17:44:38Z</dc:date>
    <item>
      <title>Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251925#M205055</link>
      <description>Hi,We have developed an extension for OpenCMIS that provides easy read and write access to aspects and aspect properties:http://cmis.alfresco.com:8080/alfresco-opencmis-extension.htmlIt's a preview at the moment. Feedback is welcome!Cheers,FlorianUpdate: The Alfresco OpenCMIS Extension has moved to</description>
      <pubDate>Mon, 24 Jan 2011 14:55:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251925#M205055</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-01-24T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251926#M205056</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;For some reason the extension as downloaded ran into a NullPointerException in AlfrescoAspectsUtils.findAspect(Collection&amp;lt;ObjectType&amp;gt;, String) here. For some types type.getPropertyDefinitions() seems to be null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After changing the code to check for null here at first, the extension works like a charm. Thanx!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&amp;nbsp; Mikel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:02:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251926#M205056</guid>
      <dc:creator>mkl</dc:creator>
      <dc:date>2011-01-25T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251927#M205057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feeback! It should be fixed now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 13:46:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251927#M205057</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-01-25T13:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251928#M205058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Florian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a problem regarding the Alfresco OpenCMIS Extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When we query a CMIS document, we get a QueryResult object. We use this object to retrieve all values that we need. We use the following code to retrieve a date which is a custom property on a custom aspect on a custom type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;(GregorianCalendar) opencmisDocument.getPropertyValue(EmployeeDocumentProperty.EMPLOYEE_DATE_OF_BIRTH.getName());&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This always worked, but since we use the Alfresco OpenCMIS Extension to use Aspects, we get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;java.lang.ClassCastException: com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl cannot be cast to java.util.GregorianCalendar&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;We assume that this is a bug and that it should return a date of type java.util.GregorianCalendar. Is this correct? If so, could this be fixed in the next version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 15:34:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251928#M205058</guid>
      <dc:creator>geert</dc:creator>
      <dc:date>2011-02-01T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251929#M205059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Geert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have made a quick fix and uploaded a new version. Please check if that works for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 17:31:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251929#M205059</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-02-01T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251930#M205060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Florian, works like a charm!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:50:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251930#M205060</guid>
      <dc:creator>geert</dc:creator>
      <dc:date>2011-02-02T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251931#M205061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this required if I want to use a CMIS query to return a list of documents based on the value of a custom aspect property?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, can you supply an example of how the CMIS query would look for doing the above using the Exension.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:59:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251931#M205061</guid>
      <dc:creator>jabailo</dc:creator>
      <dc:date>2011-03-17T20:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251932#M205062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jabailo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, this extension is not required to query aspect properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS#Aspect_Query" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS#Aspect_Query&lt;/A&gt;&lt;SPAN&gt; for an aspect query example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 09:19:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251932#M205062</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-03-18T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251933#M205063</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;In theory using the alfresco opencmis extensions with opencmis 0.3.0 should work, but as we still are dealing with 0.x versions, anything may happen. Thus my question, are there any problems to be expected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Michael.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 17:44:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251933#M205063</guid>
      <dc:creator>mkl</dc:creator>
      <dc:date>2011-04-03T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251934#M205064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Alfresco OpenCMIS Extension works fine with OpenCMIS 0.3.0 (and 0.4.0 snapshots). We will keep the extension in sync with OpenCMIS releases if this is necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't get confused by the version number. The OpenCMIS code and API are stable for quite a while now and there are no plans to change the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 18:14:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251934#M205064</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-04-03T18:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251935#M205065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This extension works very well and bridges the gap between CMS as viewed by CMIS and Alfresco's notion of aspects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a maven repository for this component anywhere?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 06:59:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251935#M205065</guid>
      <dc:creator>gengstrand</dc:creator>
      <dc:date>2011-04-04T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251936#M205066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Florian, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, that sounds great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just recognized that the extension site moved, too, and the release got its own release version, 0.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a Maven repo hosting the extension somewhere? Currently I push it locally…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&amp;nbsp; Michael.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 07:16:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251936#M205066</guid>
      <dc:creator>mkl</dc:creator>
      <dc:date>2011-04-04T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251937#M205067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not available from a Maven repository at the moment but we are looking into it. We will keep you up-to-date on the &lt;/SPAN&gt;&lt;A href="http://groups.google.com/group/alfresco-opencmis-extension" rel="nofollow noopener noreferrer"&gt;mailing list&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 09:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251937#M205067</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-04-04T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251938#M205068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's now also available via Maven. See &lt;/SPAN&gt;&lt;A href="http://apache-extras.org/p/alfresco-opencmis-extension/wiki/Maven" rel="nofollow noopener noreferrer"&gt;this page&lt;/A&gt;&lt;SPAN&gt; for instructions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use the &lt;/SPAN&gt;&lt;A href="http://groups.google.com/group/alfresco-opencmis-extension" rel="nofollow noopener noreferrer"&gt;mailing list&lt;/A&gt;&lt;SPAN&gt; for further discussions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 13:36:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251938#M205068</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-04-04T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251939#M205069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great, thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I upgraded to opencmis 0.3.0 and the extensions 0.2, all now directly received via Maven, everything is running really smooth now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 06:49:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251939#M205069</guid>
      <dc:creator>mkl</dc:creator>
      <dc:date>2011-04-05T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco OpenCMIS Extension – access to aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251940#M205070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;For some reason the extension as downloaded ran into a NullPointerException in AlfrescoAspectsUtils.findAspect(Collection&amp;lt;ObjectType&amp;gt;, String) here. For some types type.getPropertyDefinitions() seems to be null.&lt;BR /&gt;&lt;BR /&gt;After changing the code to check for null here at first, the extension works like a charm. Thanx!&lt;BR /&gt;&lt;BR /&gt;Regards, Mikel.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I heard that this is fixed in later versions. But I am using &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-opencmis-extension-0.3.jar&lt;/STRONG&gt;&lt;SPAN&gt;, still getting the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that this to be fix in coming versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Naresh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 07:02:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-opencmis-extension-access-to-aspects/m-p/251940#M205070</guid>
      <dc:creator>narithota</dc:creator>
      <dc:date>2013-01-11T07:02:54Z</dc:date>
    </item>
  </channel>
</rss>

