Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-23 Thread Kris Verlaenen
Reto, I just tried this with the latest trunk code and this seems to be working correctly: demo ruleflow started... execute subflow... Which version of Drools are you using? Could you also this with the latest version (the recently released CR1 should be fine: http://www.jboss.org/drools/downloa

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-22 Thread Kris Verlaenen
Reto, This seems to be a conflict with similar actions in different processes overriding each other. I'll take a look at this and try to fix it asap, and keep you updated. Kris Quoting retoy : > > Hi Kris > > Here is a small project which demonstrates a similar problem with > two > actions.

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-22 Thread retoy
Hi Kris Here is a small project which demonstrates a similar problem with two actions. Unfortunately i could not reproduce the noSuchMethodError in this setup yet, but i still think the behavior is not as it should be. http://drools-java-rules-engine.46999.n3.nabble.com/file/n986527/demo.action.

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-21 Thread Kris Verlaenen
behaviour so I can take a look? Kris - Original Message - From: "retoy" To: Sent: Monday, July 19, 2010 12:45 PM Subject: Re: [rules-users] java.lang.NoSuchMethodError on every Action node > > I've been struggling with a NoSuchMethodError as well whenever I adde

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-19 Thread retoy
I've been struggling with a NoSuchMethodError as well whenever I added any simple Action to my ruleflow: java.lang.NoSuchMethodError: my.package.Process_my_package_0.action0(Lorg/drools/spi/KnowledgeHelper;Ljava/lang/Object;Lorg/drools/spi/ProcessContext;)V at my.package.Process_my_packag

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2010-07-16 Thread retoy
I was struggling with the exact same problem just now. Since I manually deleted all the rules and class files in my eclipse bin folder, everything works fine again... and I'm still using version 5.0.1. Reto -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
6379 afla...@pst.com.br www.pst.com.br www.positron.com.br From: Kris Verlaenen To: Rules Users List Date: 14/09/2009 10:59 Subject: Re: [rules-users] java.lang.NoSuchMethodError on every Action node Sent by: rules-users-boun...@lists.jboss.org Whenever you add a Java action in your process, th

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Kris Verlaenen
Whenever you add a Java action in your process, the compiler will generate a Java class in the background that will be used for executing this action. The error seems to indicate that the class generated by the compiler is not what the runtime is expecting. Which version of Drools are you using?

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
Sorry!!! I forgot to mention I'm using Eclipse 3.5 (Galileo) in Windows XP. I even wonder if it would be better to use Ganymede instead, as it's known JBoss Tools in general work better with this Eclipse version, for JBoss Tools' stable version. ANA FLÁVIA FONSECA DOS SANTOS Analista de Desenv

[rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
Hi everyone. I've been trying to use Drools for the past month, and sometimes I have problems I can't guess anymore how to solve. This time, every action I try to insert in a ruleflow, I receive a java.lang.NoSuchMethodError. I'm even trying a really simple ruleflow with just one simple action