<?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: Trouble adding values to cm:title and cm:description in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294236#M247366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Dotcmis implementation of Alfresco. When I tried to use the Objectfactoryclass as "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl" I faced "forbidden" exception. So, as I am using Dotcmis I have used "DotCMIS.Client.Impl.ObjectFactory" as objectfactoryclass as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; parameters[SessionParameter.ObjectFactoryClass] = "DotCMIS.Client.Impl.ObjectFactory";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eventhough I could not work through P:cm:titled and cannot set values to cm:title and cm:description while creating a document. And as I am using dotcmis Alfrescofolder and Alfrescodocument are not supported in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Oct 2013 04:20:20 GMT</pubDate>
    <dc:creator>sindhu</dc:creator>
    <dc:date>2013-10-05T04:20:20Z</dc:date>
    <item>
      <title>Trouble adding values to cm:title and cm:description</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294234#M247364</link>
      <description>I am facing the same exception as mentioned above such as "not found" exception.properties[PropertyIds.ObjectTypeId] = "sample&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utlook_doc,P:cm:titled";&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; properties["cm:title"] = title;sample&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utlook_doc is my custom content type and I have added mandatory aspects cm:titled in it.</description>
      <pubDate>Fri, 04 Oct 2013 21:10:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294234#M247364</guid>
      <dc:creator>sindhu</dc:creator>
      <dc:date>2013-10-04T21:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding values to cm:title and cm:description</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294235#M247365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sindhu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are getting the CMIS session, are you using the Alfresco object factory, like this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;parameter.put(SessionParameter.OBJECT_FACTORY_CLASS, "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl");&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 21:12:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294235#M247365</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-10-04T21:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding values to cm:title and cm:description</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294236#M247366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Dotcmis implementation of Alfresco. When I tried to use the Objectfactoryclass as "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl" I faced "forbidden" exception. So, as I am using Dotcmis I have used "DotCMIS.Client.Impl.ObjectFactory" as objectfactoryclass as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; parameters[SessionParameter.ObjectFactoryClass] = "DotCMIS.Client.Impl.ObjectFactory";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eventhough I could not work through P:cm:titled and cannot set values to cm:title and cm:description while creating a document. And as I am using dotcmis Alfrescofolder and Alfrescodocument are not supported in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 04:20:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294236#M247366</guid>
      <dc:creator>sindhu</dc:creator>
      <dc:date>2013-10-05T04:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding values to cm:title and cm:description</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294237#M247367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sample&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utlook_doc is your custom content&amp;nbsp; type ,you should write it like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;properties.put(PropertyIds.OBJECT_TYPE_ID, "D:sample&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utlook_doc,P:cm:titled");&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 10:25:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-adding-values-to-cm-title-and-cm-description/m-p/294237#M247367</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-10-06T10:25:36Z</dc:date>
    </item>
  </channel>
</rss>

