Hi Tolitius,<div><br></div><div>I&#39;m fixing the issue just like you are saying. ha, that&#39;s what I call synchronization! </div><div>The strange thing is why did this error appear now?<br><br></div><div>I&#39;m going to commit the fix soon.</div>

<div><br></div><div>Thanks!</div><div><br><div class="gmail_quote">On Sat, May 29, 2010 at 3:37 PM, tolitius <span dir="ltr">&lt;<a href="mailto:webakaunt@gmail.com">webakaunt@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Ok, so it does not seem to work at the moment...<br>
<br>
I do not have an access to the source code right now, but does<br>
&quot;DialectRuntimeRegistry&quot; have a &quot;private static final long serialVersionUID&quot;<br>
defined?<br>
<br>
The error you are experiencing usually happens when the Java class compiled<br>
by the client is different (have a different serialVersionUID) from the same<br>
Java class compiled by the server. You have two options:<br>
<br>
1. To define &quot;private static final long serialVersionUID&quot; with a constant<br>
number in that Java class, this way the client and the server compiled class<br>
will be identical<br>
<br>
2. Compile both, the client and the server Java class on the server, and<br>
copy the .class to the client ( dirty option )<br>
<br>
/Anatoly<br>
<font color="#888888">--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Keeping-Flows-in-Guvnor-tp831030p854839.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Keeping-Flows-in-Guvnor-tp831030p854839.html</a><br>


</font><div><div></div><div class="h5">Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>
</div>