are there somewhere examples how to:

1. use KieScanner
2. how to configure following code found on
http://docs.jboss.org/drools/release/6.0.0.CR4/drools-expert-docs/html_single/index.htmlwith
KIE API

KnowledgeBuilderConfiguration config =
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration();
          config.setOption(PropertySpecificOption.ALWAYS);
          KnowledgeBuilder kbuilder =
KnowledgeBuilderFactory.newKnowledgeBuilder(config);

thank you,
Martin
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to