Hi,
Is it possible to access drools object in drools function ?
eg:
function void doSomething(MyObject obj) {
//do something first
drools.insert(obj);
}
When trying to do this, drools object is not recognized.
Is there other way ?
Thanks
--
View this message in context:
http://www.nabble.com/Accessing-drools-object-in-function-tp16266293p1626...
Sent from the drools - user mailing list archive at
Nabble.com.