<?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: query error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245648#M198778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the jUnit with version 5.18 and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This issue seems to occur only with version 5.17.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 12:04:07 GMT</pubDate>
    <dc:creator>r3dge</dc:creator>
    <dc:date>2016-06-23T12:04:07Z</dc:date>
    <item>
      <title>query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245641#M198771</link>
      <description>Hello,I'm trying to perform a query with the Activiti 5.17 API. I don't understand why the "includeProcessVariable" change the number of result : the same query with "includeProcessVariables" does not retrieve the same number of results.Here is the JUnit test case : public void test() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Process</description>
      <pubDate>Tue, 21 Jun 2016 11:20:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245641#M198771</guid>
      <dc:creator>r3dge</dc:creator>
      <dc:date>2016-06-21T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245642#M198772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share the whole jUnit test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 12:43:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245642#M198772</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-21T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245643#M198773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the whole JUnit test : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;package tests;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import static org.junit.Assert.assertEquals;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.engine.ProcessEngine;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.engine.ProcessEngineConfiguration;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.engine.TaskService;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.junit.Test;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public class TestQuery {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; public void test() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ProcessEngineConfiguration pec = ProcessEngineConfiguration.createProcessEngineConfigurationFromResourceDefault();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ProcessEngine pe = pec.buildProcessEngine();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; TaskService taskService = pe.getTaskService();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; assertEquals(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; taskService.createTaskQuery().includeProcessVariables().active().list().size()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; taskService.createTaskQuery().active().list().size());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&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>Tue, 21 Jun 2016 14:55:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245643#M198773</guid>
      <dc:creator>r3dge</dc:creator>
      <dc:date>2016-06-21T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245644#M198774</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;works fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/activiti-unit-test-template/tree/forum/query_error" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/activiti-unit-test-template/tree/forum/query_error&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create failing jUnit test. (it can depend on the engine configuration too)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 06:44:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245644#M198774</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-22T06:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245645#M198775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wich configuration parameter could be involved ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 07:51:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245645#M198775</guid>
      <dc:creator>r3dge</dc:creator>
      <dc:date>2016-06-22T07:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245646#M198776</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;try to reproduce the issue in the jUnit test&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/activiti-unit-test-template/tree/forum/query_error" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/activiti-unit-test-template/tree/forum/query_error&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and create a pull request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 14:30:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245646#M198776</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-22T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245647#M198777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The pull request is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if i have to upgrade to 5.21.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:27:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245647#M198777</guid>
      <dc:creator>r3dge</dc:creator>
      <dc:date>2016-06-23T09:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245648#M198778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the jUnit with version 5.18 and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This issue seems to occur only with version 5.17.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:04:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245648#M198778</guid>
      <dc:creator>r3dge</dc:creator>
      <dc:date>2016-06-23T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: query error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245649#M198779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not see any pull request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For me query test works fine with 5.17.0 too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 06:39:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-error/m-p/245649#M198779</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-24T06:39:21Z</dc:date>
    </item>
  </channel>
</rss>

