<?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: Connecting OpenWorkdesk to OpenCMIS test repository in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/connecting-openworkdesk-to-opencmis-test-repository/m-p/274104#M227234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rmf2490,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the errors which are mentioned are normal, most of them are thrown because the CMIS repository is not working correct or the app is trying to do something which is not allowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the exceptions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OwInvalidOperationException When performing any kind of search (Example error text is: Invalid search field. The field cmis:document.cmis:name can not be queried)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Just telling you that the search is configured to search for cmis:document.cmis:name, but the repository does not allow it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the provided searchtemplates, define a search regarding your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;CmisConstraintException when trying to add a file to the repository (Error text is: The versioning state flag is incompatible to the type definition)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating an object which is not versionable, by default the app supports only versionable document creation. There are two create functions available for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;document or basic object creation, see the owplugins.xml "create folder"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it can be configured to work also for documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And last:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OwInvalidOperationException when navigating to a folder that has files in it (Error text is: Invalid Property!)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That check was introduced into OpenWorkdesk to avoid class cast exceptions,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;explaining that the property which is provide does not match the definition of type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more accurate/exact descriptions see the log file - if one was configured -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or in your console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps&amp;nbsp; you a little bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D.evil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 09:01:44 GMT</pubDate>
    <dc:creator>d_evil</dc:creator>
    <dc:date>2012-10-23T09:01:44Z</dc:date>
    <item>
      <title>Connecting OpenWorkdesk to OpenCMIS test repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/connecting-openworkdesk-to-opencmis-test-repository/m-p/274103#M227233</link>
      <description>Hi, I'm currently testing out OpenWorkdesk for use by my employer, and to get an idea of the functionality, wanted to test it against the OpenCMIS In-memory repository. I followed the instructions in the quick-start guide, including setting the relevant WSDL URLs. While OpenWorkdesk can connect to t</description>
      <pubDate>Fri, 19 Oct 2012 18:23:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/connecting-openworkdesk-to-opencmis-test-repository/m-p/274103#M227233</guid>
      <dc:creator>rmf2490</dc:creator>
      <dc:date>2012-10-19T18:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting OpenWorkdesk to OpenCMIS test repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/connecting-openworkdesk-to-opencmis-test-repository/m-p/274104#M227234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rmf2490,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the errors which are mentioned are normal, most of them are thrown because the CMIS repository is not working correct or the app is trying to do something which is not allowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the exceptions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OwInvalidOperationException When performing any kind of search (Example error text is: Invalid search field. The field cmis:document.cmis:name can not be queried)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Just telling you that the search is configured to search for cmis:document.cmis:name, but the repository does not allow it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the provided searchtemplates, define a search regarding your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;CmisConstraintException when trying to add a file to the repository (Error text is: The versioning state flag is incompatible to the type definition)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating an object which is not versionable, by default the app supports only versionable document creation. There are two create functions available for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;document or basic object creation, see the owplugins.xml "create folder"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it can be configured to work also for documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And last:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OwInvalidOperationException when navigating to a folder that has files in it (Error text is: Invalid Property!)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That check was introduced into OpenWorkdesk to avoid class cast exceptions,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;explaining that the property which is provide does not match the definition of type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more accurate/exact descriptions see the log file - if one was configured -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or in your console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps&amp;nbsp; you a little bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D.evil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:01:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/connecting-openworkdesk-to-opencmis-test-repository/m-p/274104#M227234</guid>
      <dc:creator>d_evil</dc:creator>
      <dc:date>2012-10-23T09:01:44Z</dc:date>
    </item>
  </channel>
</rss>

