[rules-dev] slight inconsistency in org\drools\audit

jschmied nabble at juergenschmied.de
Wed Oct 6 09:17:53 EDT 2010


Hi!

I need some trivial fixes:

- the WorkingMemoryInMemoryLogger is not exposed by
KnowledgeRuntimeLoggerProviderImpl

- the XML produced by the WorkingMemoryInMemoryLogger differs from the
WorkingMemoryFileLogger because:

WorkingMemoryFileLogger:
            for (LogEvent event : eventsToWrite) {
                fileWriter.write(xstream.toXML(event) + "\n");
            }

WorkingMemoryInMemoryLogger:

        	out.writeObject( this.events );

this logger needs to write with a loop too, then it's ok.

Could somebody fix this in trunk?

Thanks!!

juergen











-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/slight-inconsistency-in-org-drools-audit-tp1642362p1642362.html
Sent from the Drools - Dev mailing list archive at Nabble.com.


More information about the rules-dev mailing list