Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance --Listeners can't get hold of WorkItem object

2010-07-12 Thread Vijay K Pandey
process event listener. Thanks Vijay From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Salaboy Sent: Friday, July 09, 2010 11:11 AM To: Rules Users List Subject: Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get

Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object

2010-07-09 Thread Salaboy
I would like to take a look on this issue. Can you provide me a test case that show the problem? - CTO @ http://www.plugtree.com - MyJourney @ http://salaboy.wordpress.com - Co-Founder @ http://www.jbug.com.ar - Mauricio "Salaboy" Salatino - On Jul 9, 2010, at 12:43, Vijay K Pandey wrote: > I

Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object

2010-07-09 Thread Vijay K Pandey
I guess this problem was due to a fix done in WorkItemNodeInstance? Is this the correct behavior? If yes how do we get hold of "WorkItem" instance in the attached listeners? http://fisheye.jboss.org/browse/JBossRules/trunk/drools-core/src/main/java/org/drools/workflow/instance/node/WorkItemNodeI

Re: [rules-users] Drools 5.1.0.M2

2010-06-16 Thread Toni Rikkola
19:50 AM: > > > From: > > > > alan.gai...@tessella.com > > > > To: > > > > Rules Users List > > > > Date: > > > > 06/09/2010 07:24 AM > > > > Subject: > > > > Re: [rules-users] Drools 5.1.0.M2 > > > > Sen

Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object

2010-06-15 Thread Vijay K Pandey
Any one on this issue? Any Drools Flow expert? Appreciate your time for taking a look at it. Thanks Vijay From: Vijay K Pandey Sent: Thursday, June 10, 2010 12:03 PM To: 'Rules Users List' Subject: RE: Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object Should

Re: [rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object

2010-06-10 Thread Vijay K Pandey
Should I log this as a JIRA ticket. Thanks Vijay From: Vijay K Pandey Sent: Wednesday, June 09, 2010 9:57 AM To: 'Rules Users List' Subject: Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object Hi, There is a change done in Drools 5.1.0.M2 - org.drools.workflow

[rules-users] Drools 5.1.0.M2 - WorkItemNodeInstance -- Listeners can't get hold of WorkItem object

2010-06-09 Thread Vijay K Pandey
Hi, There is a change done in Drools 5.1.0.M2 - org.drools.workflow.instance.node.WorkItemNodeInstance class in the method public void triggerCompleted(WorkItem workItem) at line 196 which is setting the workItemId as -1 this.workItemId = -1; Due to the above change the listeners which a

Re: [rules-users] Drools 5.1.0.M2

2010-06-09 Thread Steve Ronderos
-boun...@lists.jboss.org wrote on 06/09/2010 07:19:50 AM: > From: > > alan.gai...@tessella.com > > To: > > Rules Users List > > Date: > > 06/09/2010 07:24 AM > > Subject: > > Re: [rules-users] Drools 5.1.0.M2 > > Sent by: > > rules-users-bo

Re: [rules-users] Drools 5.1.0.M2

2010-06-09 Thread Alan . Gairey
to Rules Users List To Rules Users List cc Subject Re: [rules-users] Drools 5.1.0.M2 JBoss recently updated their maven repository. Unfortunately I don't think that the old repository (the one you listed) is going to continue getting new updates. The new repo url is

Re: [rules-users] Drools 5.1.0.M2

2010-06-08 Thread Steve Ronderos
39 AM: > From: > > alan.gai...@tessella.com > > To: > > Rules Users List > > Date: > > 06/08/2010 08:57 AM > > Subject: > > [rules-users] Drools 5.1.0.M2 > > Sent by: > > rules-users-boun...@lists.jboss.org > > Drools 5.1.0.M

Re: [rules-users] Drools 5.1.0.M2 - BPMN2 process issue - Eclipse plugin. -- The method getTextContent() is undefined for the type Node

2010-06-08 Thread Vijay K Pandey
Update::: Issues related to Plugin. When I recompiled the bpmn2 src and put that jar in the plugin lib, it simply didn't took the recompiled version. Then I removed the jar from the plugin lib and simply copied the - bpmn2 classes directly in the org/drools package of the plugin and voila - plug

[rules-users] Drools 5.1.0.M2

2010-06-08 Thread Alan . Gairey
Drools 5.1.0.M2 still isn't available from the JBoss Maven repository (at http://repository.jboss.com/maven2/org/drools/). Any idea when it will be made available? Thanks, Alan___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.

Re: [rules-users] Drools 5.1.0.M2 - BPMN2 process issue - Eclipse plugin. -- The method getTextContent() is undefined for the type Node

2010-06-08 Thread Vijay K Pandey
Update::: On the exception(mentioned below) related to jar "drools-bpmn2-5.1.0.M2.jar", I recreated this jar file from the Drools source (5.1.0.M2) against JDK6 and the exception went away. :) So far so good. Plugin related exception is still there. I replaced the jar "drools-bpmn2.jar" which

Re: [rules-users] Drools 5.1.0.M2 - BPMN2 process issue - Eclipse plugin. -- The method getTextContent() is undefined for the type Node

2010-06-07 Thread Vijay K Pandey
I created a sample project to run a very simple rule flow (BPMN process), I got the similar error which the plugin is reporting. My env is SUN JDK 6. Here is the exception I get? Any clue guys. Exception in thread "main" java.lang.Error: Unresolved compilation problems: The method getTex

[rules-users] Drools 5.1.0.M2 - BPMN2 process issue - Eclipse plugin. -- The method getTextContent() is undefined for the type Node

2010-06-06 Thread Vijay K Pandey
Hi, I just downloaded the Drools 5.1.0.M2 (have been using the snapshot version of around 16th April 2010) - created a sample "rule flow file(start-->user task-->end) - bpmn2 version". But when I clicked the file to open it gave the following error (image attached) "The method getTextContent()