[rules-users] Keeping Flows in Guvnor

tolitius webakaunt at gmail.com
Sat May 29 14:37:52 EDT 2010


Ok, so it does not seem to work at the moment...

I do not have an access to the source code right now, but does
"DialectRuntimeRegistry" have a "private static final long serialVersionUID"
defined?

The error you are experiencing usually happens when the Java class compiled
by the client is different (have a different serialVersionUID) from the same
Java class compiled by the server. You have two options:

1. To define "private static final long serialVersionUID" with a constant
number in that Java class, this way the client and the server compiled class
will be identical

2. Compile both, the client and the server Java class on the server, and
copy the .class to the client ( dirty option )

/Anatoly
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Keeping-Flows-in-Guvnor-tp831030p854839.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list