<?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: Business Rule task not updating Java object in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114309#M80559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your Drools example works fine with some changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code you only claim the user task, which means that the process instance doesn't even reach the business rule task, but still waits for the first user task to complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also a better way to create the process engine would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;ProcessEngine processEngine = ProcessEngineConfiguration.createProcessEngineConfigurationFromResource("activiti.test.xml").buildProcessEngine();&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;And then rename your config file to activiti.test.xml. This is to be sure that the Activiti Engine uses the right Activiti config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the script task you included can be removed, because you also set the variable in the Java service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After making these changes the test runs fine and the Java article object is updated by the business rule task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 09:25:26 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2012-05-02T09:25:26Z</dc:date>
    <item>
      <title>Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114306#M80556</link>
      <description>I have a business rule task that uses a drl file to update a Java object which was created in a Java Service Task prior to the rule taskI have some printlns in the functions that the drl file triggers so I am confident that the rule task is firing AND evaluating correctly.The next step in the proces</description>
      <pubDate>Thu, 19 Apr 2012 14:27:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114306#M80556</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-04-19T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114307#M80557</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;That's strange indeed. I just did a small test myself and that worked as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share your test project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 10:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114307#M80557</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-23T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114308#M80558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is very strange indeed. I'm sure I am doing something fundamentally wrong and just not seeing it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is a zip file with (hopefully) all the relevant info you need&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 09:45:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114308#M80558</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-04-30T09:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114309#M80559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your Drools example works fine with some changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code you only claim the user task, which means that the process instance doesn't even reach the business rule task, but still waits for the first user task to complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also a better way to create the process engine would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;ProcessEngine processEngine = ProcessEngineConfiguration.createProcessEngineConfigurationFromResource("activiti.test.xml").buildProcessEngine();&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;And then rename your config file to activiti.test.xml. This is to be sure that the Activiti Engine uses the right Activiti config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the script task you included can be removed, because you also set the variable in the Java service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After making these changes the test runs fine and the Java article object is updated by the business rule task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 09:25:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114309#M80559</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-02T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114310#M80560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a little confused by your first comment - "In the code you only claim the user task, which means that the process instance doesn't even reach the business rule task, but still waits for the first user task to complete.". (I've done the other bits - improved the ProcessEngine creation and removed the script task) with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I create the process instance, do I have to claim ALL the tasks in the process? My example requires the user task to be completed before running the business rule task as it is dependant on user input values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I claim the things other than the user task to allow the process instance to reach the business rule task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is currently:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;public class DroolsDemo {&lt;BR /&gt;&lt;BR /&gt; public static void main(String[] args){&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; ProcessEngine processEngine = ProcessEngineConfiguration.createProcessEngineConfigurationFromResource("activiti.test.xml").buildProcessEngine();&lt;BR /&gt;&amp;nbsp; RepositoryService repositoryService = processEngine.getRepositoryService();&lt;BR /&gt;&amp;nbsp; RuntimeService runtimeService = processEngine.getRuntimeService();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // Deploy the process definition (and sub processes and rules)&lt;BR /&gt;&amp;nbsp; repositoryService.createDeployment()&lt;BR /&gt;&amp;nbsp; .addClasspathResource("DroolsExample.bpmn20.xml")&lt;BR /&gt;&amp;nbsp; .addClasspathResource("ArticleSize.drl")&lt;BR /&gt;&amp;nbsp; .deploy(); &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // Start a process instance&lt;BR /&gt;&amp;nbsp; String procId = runtimeService.startProcessInstanceByKey("drools").getId();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // Get the first task&lt;BR /&gt;&amp;nbsp; TaskService taskService = processEngine.getTaskService();&amp;nbsp; &lt;BR /&gt;&amp;nbsp; List&amp;lt;Task&amp;gt; tasks = taskService.createTaskQuery().processDefinitionKey("drools").list();&lt;BR /&gt;&amp;nbsp; for (Task task : tasks) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.out.println("ProcID: " + procId + " - Task ID: " + task.getId() + " created on " + task.getCreateTime());&lt;BR /&gt;&amp;nbsp;&amp;nbsp; taskService.claim(task.getId(), "fozzie"); &lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; System.out.println("DROOLS DEMO FINISHED");&lt;BR /&gt; }&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:41:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114310#M80560</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-05-03T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114311#M80561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean is that calling the claim method only changes the state of the task, it doesn't complete it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So instead of claim, you should call the complete method and then the process instance will continue to the next activity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:45:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114311#M80561</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-03T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114312#M80562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So does the user pressing the "Complete task" not do the same thing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the user task to wait (having been claimed by fozzie) so that the user enters the one value, presses the "Complete task" button which will then continue the process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114312#M80562</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-05-03T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114313#M80563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, maybe I didn't understand your test good enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my version of the test, everything happens in that test, so you can get the feedback immediately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use the Activiti Explorer to complete the task, the process instance will run on the Activiti Explorer, and that's a bit strange to my feeling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You then only start the process instance in the test and complete it in the Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 14:44:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114313#M80563</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-03T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114314#M80564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I'm not doing a test, merely creating a new instance via Java then processing it all in Activiti Explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 14:54:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114314#M80564</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-05-03T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114315#M80565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yep. The only thing is that you then have to make sure that the service task classes used in the process definition are available in the Activiti Explorer classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition make sure that the RulesDeployer is activated in the Activiti Engine Spring config of the Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 15:13:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114315#M80565</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-03T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114316#M80566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The applicationContext.xml file in app\apache-tomcat-6.0.32\webapps\activiti-explorer\WEB-INF has the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;- &amp;lt;property name="customPostDeployers"&amp;gt;&lt;BR /&gt;- &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;bean class="org.activiti.engine.impl.rules.RulesDeployer" /&amp;gt; &lt;BR /&gt;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;And the executable jar file that contains the service task classes is present in app\apache-tomcat-6.0.32\webapps\activiti-explorer\WEB-INF\lib\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anything else I could possibly check?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 10:50:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114316#M80566</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-05-08T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114317#M80567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So let's walk through the test steps then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. You deploy a BAR file with the process definition and the rule file to Activiti using the Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You start a new process instance in the Activiti Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You complete the user task in the Activiti Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. You get an error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you get an error in step 4, can you send me the BAR file and the JAR file for the process instance classes (maybe also a copy of the sources to make some changes)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 09:17:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114317#M80567</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-09T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114318#M80568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't deploy via the BAR file into Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My deployment is via the code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt; repositoryService.createDeployment()&lt;BR /&gt;&amp;nbsp; .addClasspathResource("DroolsExample.bpmn20.xml")&lt;BR /&gt;&amp;nbsp; .addClasspathResource("ArticleSize.drl")&lt;BR /&gt;&amp;nbsp; .deploy(); &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be where the problem lies?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The relevant jar files are all in the explorer paths&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 09:30:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114318#M80568</guid>
      <dc:creator>mikepoole</dc:creator>
      <dc:date>2012-05-10T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114319#M80569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That could be the cause of this yes. Could you try to deploy the BAR via the Explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 14:44:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114319#M80569</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-11T14:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114320#M80570</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;SPAN&gt;i m new to activiti explorer and trying to integrate activiti with drool . how to use drl file in activiti diagram?pls help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bala&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:20:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114320#M80570</guid>
      <dc:creator>balu008</dc:creator>
      <dc:date>2013-08-14T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114321#M80571</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;Please take a look at the business rule task example in the Activiti in Action source code you can find here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/activitiinaction/source/browse/trunk/bpmn-examples/src/test/java/org/bpmnwithactiviti/chapter12/SimpleCreditCheckTest.java" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/activitiinaction/source/browse/trunk/bpmn-examples/src/test/java/org/bpmnwithactiviti/chapter12/SimpleCreditCheckTest.java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 08:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114321#M80571</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-08-15T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114322#M80572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Business Rule Task is marked as Experimental in Activiti 5.13 User Guide. Is this task stable now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:15:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114322#M80572</guid>
      <dc:creator>pradnya1</dc:creator>
      <dc:date>2013-09-27T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114323#M80573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can consider it as stable from a functionality point of view. We do want to improve the business rule integration at some point in time and then the attributes in the business rule task might change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 10:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114323#M80573</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-30T10:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114324#M80574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I´ve a problem, i do not use the knowledge base, i only include in a very easy example a business task, and i´ve added a rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The example is getting a name in a user task, later i make an objet that only contains a boolean and i initialize it in false, and the rule says if objects attribute false then object attribute true. This rule is in a drl and i´m referring to it by its name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I´ve added the jars:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; knowledge-api-5.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; drools-compiler-5.3.0.Final&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; drools-core-5.3.0.Final&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; drools-api-5.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; antlr-runtime-3.1.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; mvel2-2.1.0.drools4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; to the explorer, and i´ve modified the activiti-standalone-context.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I´ve deployed de project and the .drl is on the bar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When in activiti explorer i try to charge the bar, the error "org.drools.util.compositeclassloader.clone()Lorg/drools/util/compositeclassloader;" is on and i can´t continue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 20:46:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114324#M80574</guid>
      <dc:creator>valep</dc:creator>
      <dc:date>2014-05-31T20:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule task not updating Java object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114325#M80575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No idea. This is a Drools issue - probably missing some drools dependency.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 09:53:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-rule-task-not-updating-java-object/m-p/114325#M80575</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-06-02T09:53:43Z</dc:date>
    </item>
  </channel>
</rss>

