Re: Re: JESS: Serializing facts

2001-11-27 Thread ejfried
I think [EMAIL PROTECTED] wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Sorry Ernest, Here's the drill :) > > 1> 5.0a6 This is a old and unsupported version of Jess. Please upgrade to 5.2 (or 6.0bx) and see if things don't improve. > 2>I have a listener on the server sid

RE: Re: JESS: Serializing facts

2001-11-27 Thread dheerajkakar
Sorry Ernest, Here's the drill :) 1> 5.0a6 2>I have a listener on the server side which captures the jess event and in case of FACT, get the Fact object from event object. With this object and some more information creates another event object and tries to call methods on its listeners. Some

Re: JESS: Serializing facts

2001-11-26 Thread ejfried
You know the drill: 1) What version of Jess 2) What exactly did you do 3) What actually happened 4) What did you expect to happen? In general, Jess 6 is more serialization-friendly than Jess 5; but Jess really isn't going to work right if you serialize bits and pieces of working memory or th

Re: JESS: Serializing facts

2001-11-26 Thread Chad Loder
Sure, I've had problems with serialization before. To solve my problems, I fixed them! :) c At Monday 11/26/2001 06:11 PM -0500, you wrote: >Hi all, > >Trying to pass Fact objects across RMI and I'm having some issues with >Serialization. Has anyone else come across anything similar. >