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