<?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: Throws Exception: taskService.createTaskQuery().taskName in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190078#M143208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding. I will put together the Unit test case and upload it&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 14:26:37 GMT</pubDate>
    <dc:creator>juacosta</dc:creator>
    <dc:date>2014-10-13T14:26:37Z</dc:date>
    <item>
      <title>Throws Exception: taskService.createTaskQuery().taskName</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190075#M143205</link>
      <description>DescriptionWhen invoking taskService.createTaskQuery().taskName("Task Name")‍, an exception is thrown indicating the method "taskName" does not exists.SymptomsIn debug, the value of nameLike passed into public TaskQueryImpl taskNameLike(String nameLike)‍ is set to null‍ConditionsActiviti v5.16.3H2</description>
      <pubDate>Fri, 10 Oct 2014 21:34:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190075#M143205</guid>
      <dc:creator>juacosta</dc:creator>
      <dc:date>2014-10-10T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Throws Exception: taskService.createTaskQuery().taskName</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190076#M143206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 21:35:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190076#M143206</guid>
      <dc:creator>juacosta</dc:creator>
      <dc:date>2014-10-10T21:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Throws Exception: taskService.createTaskQuery().taskName</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190077#M143207</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;I have found plenty of tests in activiti source which are using &lt;/SPAN&gt;&lt;CODE&gt;taksQuery.taskName….&lt;/CODE&gt;&lt;SPAN&gt; (e.g. org.activiti.engine.test.api.task.TaskQueryTest#testQueryByName). Could you reproduce this issue in jUnit test please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/sticky-how-write-unit-test" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/sticky-how-write-unit-test&lt;/A&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>Mon, 13 Oct 2014 06:53:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190077#M143207</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-10-13T06:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Throws Exception: taskService.createTaskQuery().taskName</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190078#M143208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding. I will put together the Unit test case and upload it&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190078#M143208</guid>
      <dc:creator>juacosta</dc:creator>
      <dc:date>2014-10-13T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Throws Exception: taskService.createTaskQuery().taskName</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190079#M143209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To give you an update. I have been working all day today on the repro. I am happy and sad to say that I was not able to repro the issue with the stand a lone Unit Test Project. However, I am now going over my old suite and working thru the dependencies. I imagine that there is something wrong with them and it is pulling the wrong code. Right now, the new Unit Test Project includes fewer dependencies. The only libraries I am using in the new project are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti v5.16.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;H2 v 1.4.181&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Groovy All v2.3.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JUnit v 4.11&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;slf4j-log4j12 v1.7.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will continue tracing the issue and let you know what I find&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 20:31:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/throws-exception-taskservice-createtaskquery-taskname/m-p/190079#M143209</guid>
      <dc:creator>juacosta</dc:creator>
      <dc:date>2014-10-13T20:31:51Z</dc:date>
    </item>
  </channel>
</rss>

