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 issues, use Maven to build your project so that you import the correct dependencies. Without that, you're going to keep having these problems. Steve On 8 Apr 2013, at 12:34, abhinay_agarwal <[email protected]> wrote: > 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 Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
