Re: [drools-user] Problem with serializing WorkingMemory

2006-12-22 Thread Michael Suzio
Thank you so much! I checked out the trunk via SVN, and it did build for me. However, when I moved the runtime jars (including the dependencies outlined in the README files) into my project, I started seeing this error when I try to load up some DRL rules: java.lang.NoSuchFieldError:

Re: [drools-user] Problem with serializing WorkingMemory

2006-12-21 Thread Michael Neale
This really rings a bell, but I am not sure what the solution is/was. Surely other people are doing this with success? The problem must be to do with the drools classes not being available to the classloader that is deserializing the WM. On 12/21/06, Michael Suzio [EMAIL PROTECTED] wrote:

Re: [drools-user] Problem with serializing WorkingMemory

2006-12-21 Thread Michael Suzio
It appears to be a bug related (I think) to how the rulebase and working memory interact. They do seem fairly tied to one another when you look at the actual code for the Reteoo implementations of the classes. The fact that there is a JDK bug that seems so similar leads me to believe maybe this