yes, if you have a sepearte working memory instance, you need to set the global seperately in that second WM instance.



On 11/2/06, Trevor Pocock <[EMAIL PROTECTED]> wrote:
A point that Im not definite on after reading the user manual - if I define a
global foo in my drl, and add this to a working memory:

global org.foo.Foo $foo;
...
Foo myFoo = ...;
workingMemory.setGlobal("$foo", myFoo);

then is it as i expect only "global" within the working memory instance?

Trevor


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to