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-...
Sent from the Drools - Dev mailing list archive at
Nabble.com.