[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2838) fireAllRules does not accept AgendaFilter's provided with the distribution

Wolfgang Laun (JIRA) jira-events at lists.jboss.org
Sun Dec 19 13:35:39 EST 2010


    [ https://issues.jboss.org/browse/JBRULES-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571236#comment-12571236 ] 

Wolfgang Laun commented on JBRULES-2838:
----------------------------------------

Since both AgendaFilter interfaces are textually equal, the fix should simply replace the spi-inteface with the other one.


> fireAllRules does not accept AgendaFilter's provided with the distribution
> --------------------------------------------------------------------------
>
>                 Key: JBRULES-2838
>                 URL: https://issues.jboss.org/browse/JBRULES-2838
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-core
>    Affects Versions: 5.1.1.FINAL
>            Reporter: Wolfgang Laun
>            Assignee: Mark Proctor
>             Fix For: 5.2.0.M1
>
>
> org.drools.runtime.rule.StatefulRuleSession defines these calls
>    int fireAllRules( org.drools.runtime.AgendaFilter agendaFilter );
>    public void fireUntilHalt( final org.drools.runtime.AgendaFilter agendaFilter );
> BUT
> org.drools.base.RuleNameEndsWithAgendaFilter implements org.drools.spi.AgendaFilter
> Same for RuleNameStartsWithAgendaFilter, ~Matches~, ~Equals~

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list