[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2049) org.drools.runtime.rule StatefulRuleSession.fireAllRules(org.drools.runtime.rule.AgendaFilter af) has no AgendaFilter implementations
Lumbroso Bernard (JIRA)
jira-events at lists.jboss.org
Fri Nov 6 13:22:06 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12493605#action_12493605 ]
Lumbroso Bernard commented on JBRULES-2049:
-------------------------------------------
the StatefulRuleSession has the method :
public abstract int fireAllRules(org.drools.runtime.rule.AgendaFilter arg0);
and
RuleNameEndsWithAgendaFilter implements org.drools.spi.AgendaFilter
RuleNameEndsWithAgendaFilter has to implement org.drools.runtime.rule.AgendaFilter.
in Drools V5 We can't use predefined filters anymore...
> org.drools.runtime.rule StatefulRuleSession.fireAllRules(org.drools.runtime.rule.AgendaFilter af) has no AgendaFilter implementations
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBRULES-2049
> URL: https://jira.jboss.org/jira/browse/JBRULES-2049
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-api, drools-core
> Affects Versions: 5.0.0.CR1
> Environment: Java 1.5
> Reporter: Bob Shanahan
> Assignee: Mark Proctor
>
> StatefulSession.fireAllRules(org.drools.spi.AgendaFilter af) has several implementations of AgendaFilter for filtering rules. Why aren't the AgendaFilters common? Even the Activation class between them is different, so it is not simple to workaround by wrapping org.drools.spi.AgendaFilter impls. It would be handy if there were out-of-the-box AgendaFilters for implementations of StatefulRuleSession.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list