Hi, I am a Newbie with Drools5.1.0 and I was trying to set a KnowledgeBaseConfiguration Option using Drools Fusion.<br>I tried the code that was in the Documentation part of Drools Fusion:<br><br><b>KnowledgeBaseConfiguration config = KnowledgeBaseFactory.newKnowledgeBaseConfiguration();<br>
config.setOption(EventProcessingMode.STREAM);</b><br><br>And the next Error appears, and I can`t know why: <br><b><br>Bound mismatch: The generic method setOption(T) of type KnowledgeBaseOptionsConfiguration is not applicable for the arguments <br>
(RuleBaseConfiguration.EventProcessingMode). The inferred type RuleBaseConfiguration.EventProcessingMode is not a valid substitute <br>for the bounded parameter &lt;T extends KnowledgeBaseOption&gt;</b><br><br>Regards,<br>
<br>Nicolas<br><br>