<?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: Error on joining moderated site in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305077#M258207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I succeeded in debugging my platform but I didn't find my answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found where the problem takes place. Two QName are compared : the answer should be true but is not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first is got on a WorkflowTask : the task definition name is "moderatedInvitationSubmitTask", prefix "imwf". This workflowTask is apparently started at the beginning of the action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second is a static value, WorkflowModelModeratedInvitation.WF_ACTIVITI_REVIEW_TASK, which contains "activitiModeratedInvitationReviewTask".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that the workflow tasks is not created as a activiti workflow ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How is it possible ? Is it configurable ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—- EDIT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, that was a configuration problem. Activiti was disabled into my alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the value "system.workflow.engine.activiti.enabled" to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It fixed the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 12:39:00 GMT</pubDate>
    <dc:creator>amandine_b</dc:creator>
    <dc:date>2015-03-31T12:39:00Z</dc:date>
    <item>
      <title>Error on joining moderated site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305074#M258204</link>
      <description>Hi,When I try to join a moderated site, I have an error and the request is not registered.With the catalina.out and the sources files, I understood that the problem is caused by an object "Invitation" that is not well instantiated.The object has an unknown type. I don't understand how is it possible</description>
      <pubDate>Fri, 27 Mar 2015 16:50:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305074#M258204</guid>
      <dc:creator>amandine_b</dc:creator>
      <dc:date>2015-03-27T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error on joining moderated site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305075#M258205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was the invitation send out programatically OR through the share interface?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 04:40:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305075#M258205</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2015-03-28T04:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error on joining moderated site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305076#M258206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The invitation is send through the Share interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I search the moderated site via Share and I click on the "Request to join" button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 08:04:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305076#M258206</guid>
      <dc:creator>amandine_b</dc:creator>
      <dc:date>2015-03-30T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error on joining moderated site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305077#M258207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I succeeded in debugging my platform but I didn't find my answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found where the problem takes place. Two QName are compared : the answer should be true but is not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first is got on a WorkflowTask : the task definition name is "moderatedInvitationSubmitTask", prefix "imwf". This workflowTask is apparently started at the beginning of the action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second is a static value, WorkflowModelModeratedInvitation.WF_ACTIVITI_REVIEW_TASK, which contains "activitiModeratedInvitationReviewTask".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that the workflow tasks is not created as a activiti workflow ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How is it possible ? Is it configurable ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—- EDIT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, that was a configuration problem. Activiti was disabled into my alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the value "system.workflow.engine.activiti.enabled" to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It fixed the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:39:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-on-joining-moderated-site/m-p/305077#M258207</guid>
      <dc:creator>amandine_b</dc:creator>
      <dc:date>2015-03-31T12:39:00Z</dc:date>
    </item>
  </channel>
</rss>

