[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1286) Incorrect information in section 2.5.7.3. Agenda Filters
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Mar 12 12:36:58 EDT 2008
[ http://jira.jboss.com/jira/browse/JBRULES-1286?page=all ]
Mark Proctor updated JBRULES-1286:
----------------------------------
Fix Version/s: 4.0.5
5.0.0-M1
Assignee: Isaac Rooskov (was: Mark Proctor)
Isaac please fix for 4.0.x and trunk.
> 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