<div dir="ltr"><div><div><div>are there somewhere examples how to:<br><br></div>1. use KieScanner<br></div>2. how to configure following code found on <a href="http://docs.jboss.org/drools/release/6.0.0.CR4/drools-expert-docs/html_single/index.html">http://docs.jboss.org/drools/release/6.0.0.CR4/drools-expert-docs/html_single/index.html</a> with KIE API <br>
<br><pre class="" style="font-size:0.9em;font-family:courrier,monospace;display:block;background-color:rgb(245,245,245);color:rgb(51,51,51);overflow:auto;padding:5px 15px 5px 25px;border:1px solid rgb(204,204,204);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;text-align:justify;text-indent:0px;text-transform:none;word-spacing:0px">
<a id="d0e6254">KnowledgeBuilderConfiguration config = KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration();
          config.setOption(PropertySpecificOption.ALWAYS);
          KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder(config);</a></pre>thank you,<br></div>Martin<br></div>