Hi Tolitius, I'm fixing the issue just like you are saying. ha, that's what I call synchronization! The strange thing is why did this error appear now?
I'm going to commit the fix soon. Thanks! On Sat, May 29, 2010 at 3:37 PM, tolitius <[email protected]> wrote: > > 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. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > -- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Esteban Aliverti
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
