Note that each Rete instance has its own separate storage table; this is likely to be the explanation for your problem. You can't store something in one Rete instance and retrieve it from another.
I think [EMAIL PROTECTED] wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I'm sorry.. I meant.. when I serialize the requests everything works fine... > when I run the parallel threads, I see this exception where jess scripts > can't find store objects in jess engine. > > Thanks > > -----Original Message----- > From: Vageesh Setty > Sent: Friday, February 13, 2004 2:59 AM > To: '[EMAIL PROTECTED]' > Subject: Jess fetch getting mixed when there are multiple instances of Rete > > > Any help on this would be really appreciated.. > > I'm using a pool of Rete instances (using EJB pool). Each thread using 1 > instance of Rete instance, is setting Jess store objects using Rete store( ) > method. But when the JESS scripts tries to access them... often it throws > exception saying it could not find the store object with that name!!.. When > I serialize the request instead of running parallel threads... it fails once > in a while with this exception. > > Thanks in advance > > > --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
