[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1286) Incorrect information in section 2.5.7.3. Agenda Filters
Isaac Rooskov (JIRA)
jira-events at lists.jboss.org
Wed Mar 12 19:01:57 EDT 2008
[ http://jira.jboss.com/jira/browse/JBRULES-1286?page=comments#action_12402607 ]
Isaac Rooskov commented on JBRULES-1286:
----------------------------------------
This has now been fixed for the trunk and my docs branch
> Incorrect information in section 2.5.7.3. Agenda Filters
> --------------------------------------------------------
>
> Key: JBRULES-1286
> URL: http://jira.jboss.com/jira/browse/JBRULES-1286
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Manual
> Affects Versions: 4.0.2
> Reporter: Sergey Manukyan
> Assigned To: Isaac Rooskov
> Fix For: 5.0.0-M1, 4.0.5
>
>
> CORRECTION #1
> Manual states :
> To use a filter specify it while calling FireAllRules. The following example will filter out all rules ending with the text "Test":
> workingMemory.fireAllRules( new RuleNameEndsWithAgendaFilter( "Test" ) );
> Should be:
> To use a filter specify it while calling FireAllRules. The following example will only allow activation of rules ending with the text "Test". All others will be filtered out.:
> workingMemory.fireAllRules( new RuleNameEndsWithAgendaFilter( "Test" ) );
> CORRECTION #2
> Manual states :
> RuleNameEndWithAgendaFilter
> Should be :
> RuleNameEndsWithAgendaFilter
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list