[rules-users] AssertBehaviour.IDENTITY on Drools5.0

Shigeaki Wakizaka waki41 at gmail.com
Thu Mar 12 18:35:06 EDT 2009


Hi.

I'm just wondering how I can change an assertBehaviour with Drools5.0.
Documentation is the same as 4.0 as follows:

RuleBaseConfiguration conf = new RuleBaseConfiguration();
conf.setAssertBehaviour( AssertBehaviour.IDENTITY );
conf.setRemoveIdentities( true );
RuleBase ruleBase = RuleBaseFactory.newRuleBase( conf );

I may be missing something.

Please tell me how, thanks.

waki





More information about the rules-users mailing list