Re: [rules-users] Abstracting Rules using extends

2013-04-08 Thread Vincent LEGENDRE
May be that the extends problem also comes from the fact that the rules are in separated files, and/or the order which they are given to the kbuilder (base rules must exists prior to rules exntending them). ___ rules-users mailing list

[rules-users] Formula in action column - Guvnor 5.5.1

2013-04-08 Thread abhinay_agarwal
Is formula not available for action column in 5.5.1 ? Abhinay -- View this message in context: http://drools.46999.n3.nabble.com/Formula-in-action-column-Guvnor-5-5-1-tp4023246.html Sent from the Drools: User forum mailing list archive at Nabble.com.

[rules-users] Error using 5.5.1 built with 5.5.0 Final jars

2013-04-08 Thread abhinay_agarwal
M getting the following error when i try to connect to guvnor repository, is this because of the jar conflict or the problem is something else ? Caused by: java.io.InvalidClassException: org.drools.rule.constraint.MvelConstraint; local class incompatible: stream classdesc serialVersionUID =

Re: [rules-users] Error using 5.5.1 built with 5.5.0 Final jars

2013-04-08 Thread Stephen Masters
Your client Drools version does need to be in sync with the Guvnor version. Unless the serialVersionUID that is being shown in the stack trace is in your code. Steve On 8 Apr 2013, at 11:53, abhinay_agarwal abhinay_agar...@infosys.com wrote: M getting the following error when i try to

Re: [rules-users] Error using 5.5.1 built with 5.5.0 Final jars

2013-04-08 Thread abhinay_agarwal
i downloaded the drools-distribution-5.5.1-20130408.101252-201 and applying the jars into the project doesn't help.Shows the same error :( -- View this message in context: http://drools.46999.n3.nabble.com/Error-using-5-5-1-built-with-5-5-0-Final-jars-tp4023247p4023249.html Sent from the

Re: [rules-users] Error using 5.5.1 built with 5.5.0 Final jars

2013-04-08 Thread Stephen Masters
Well, both projects bring in dependencies from other projects, not all of which are Drools projects. In your project (or one of its dependent Jars), there is a class with serialVersionUID: 8537626313322861096. Find it and replace it with the same version that Guvnor is using. To avoid these

Re: [rules-users] Abstracting Rules using extends

2013-04-08 Thread Arul Prashanth
Hi David, Here are the code to reproduce the issue. I have attached the Unit Testcase also along with this. Vehicles.java http://drools.46999.n3.nabble.com/file/n4023252/Vehicles.java Vehicle.java http://drools.46999.n3.nabble.com/file/n4023252/Vehicle.java test1.drl

Re: [rules-users] Abstracting Rules using extends

2013-04-08 Thread Arul Prashanth
Hey Vincent, I am loading the knowledge base in an order so that parent rules exist before the child rules are loaded. Thanks, Arul Prashanth - - Prashanth -- View this message in context: http://drools.46999.n3.nabble.com/Abstracting-Rules-using-extends-tp4023217p4023253.html Sent from

Re: [rules-users] Error using 5.5.1 built with 5.5.0 Final jars

2013-04-08 Thread abhinay_agarwal
I downloaded the guvnor-distribution-5.5.1-SNAPSHOT from https://hudson.jboss.org/hudson/job/guvnor-5.5.x/ which mike provided me. I wrote rules into it, build the package and created a snapshot. Now, i want to fire those rules from my project in eclipse,using changeset, i do understand a drools