[rules-users] Auditing for stateless session

Budyanto Himawan budyanto.himawan at gmail.com
Wed Jun 13 11:32:47 EDT 2007


Hi,

I'm using the 4.0 version of the rules engine. In the old version we were
able to enable auditing by doing this

WorkingMemory workingMemory = ruleBase.newWorkingMemory();
// create a new Working Memory Logger, that logs to file.
WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger(workingMemory);

Now if I use a stateful session, I can still do this. StateFulSession
extends WorkingMemory. For StatelessSession, however, this is not possible.
It does not extend WorkingMemory. Is there anyway I can have auditing for
StatelessSession?

Appreciate your help.

Thanks
Budyanto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070613/0e5a668f/attachment.html 


More information about the rules-users mailing list