<?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: Unable merge documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228948#M182078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, With ";" it works fine… Thanks balsarori for your time… &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2016 06:53:39 GMT</pubDate>
    <dc:creator>shagufta1</dc:creator>
    <dc:date>2016-06-02T06:53:39Z</dc:date>
    <item>
      <title>Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228942#M182072</link>
      <description>I am trying to merge 2 documents in my workflow. I am using documentMergeBean but it doesn't merge the documents. I can see following logs in my tomcat console,INFO&amp;nbsp; com.activiti.runtime.activiti.bean.DocumentMergeBean&amp;nbsp; - fieldIds t1,t2, variable t3 305347INFO&amp;nbsp; com.activiti.runtime.activiti.bean.Doc</description>
      <pubDate>Wed, 18 May 2016 08:08:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228942#M182072</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2016-05-18T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228943#M182073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you calling the merge bean?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:53:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228943#M182073</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-18T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228944#M182074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my service task… Using expression property…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 04:10:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228944#M182074</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2016-05-19T04:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228945#M182075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my service task… Using expression property… And t1 &amp;amp; t2 are my document variable… ${documentMergeBean.mergeDocuments('t1,t2', 't3', execution)}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 04:15:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228945#M182075</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2016-05-19T04:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228946#M182076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any update?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 12:40:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228946#M182076</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2016-05-20T12:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228947#M182077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use semicolon to separate between field ids not a comma (there is a typo in developer guide documentMergeBean example). So, your expression should look as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;${documentMergeBean.mergeDocuments('t1;t2', 't3', execution)}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228947#M182077</guid>
      <dc:creator>balsarori</dc:creator>
      <dc:date>2016-06-01T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable merge documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228948#M182078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, With ";" it works fine… Thanks balsarori for your time… &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 06:53:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-merge-documents/m-p/228948#M182078</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2016-06-02T06:53:39Z</dc:date>
    </item>
  </channel>
</rss>

