Re: [rules-users] [rules-user] Setting Configuration Option in KnowledgeBase

2010-08-17 Thread Nicolás Sanchez
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

Re: [rules-users] [rules-user] Setting Configuration Option in KnowledgeBase

2010-08-17 Thread Edson Tirelli
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

[rules-users] [rules-user] Setting Configuration Option in KnowledgeBase

2010-08-17 Thread 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 that was in the Documentation part of Drools Fusion: KnowledgeBaseConfiguration config = KnowledgeBaseFactory.newKnowledgeBaseConfiguration(); config.setOption(Event