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.
_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev

Reply via email to