Thanks Edson for the answer. Now I realised that there is no mistake in the
Jboss documentation, the example is exactly as you wrote it.
The problem is that I can`t select EventProcessingOption.STREAM, and when I
was typing the only suggestion I had was EventProcessingMode.STREAM.
Am I missing any
Correct is EventProcessingOption.STREAM, not EventProcessingMode.STREAM.
Where did you saw this in the docs (link)?
Edson
2010/8/17 Nicolás Sanchez
> Hi, I am a Newbie with Drools5.1.0 and I was trying to set a
> KnowledgeBaseConfiguration Option using Drools Fusion.
> I tried the code
Hi, I am a Newbie with Drools5.1.0 and I was trying to set a
KnowledgeBaseConfiguration Option using Drools Fusion.
I tried the code that was in the Documentation part of Drools Fusion:
KnowledgeBaseConfiguration config =
KnowledgeBaseFactory.newKnowledgeBaseConfiguration();
config.setOption(Event