[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4326) Allow to specify a directory with rule resources to Seam RuleBase
Norman Richards (JIRA)
jira-events at lists.jboss.org
Fri Jul 31 16:30:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards updated JBSEAM-4326:
------------------------------------
Fix Version/s: 2.2.1.CR1
> Allow to specify a directory with rule resources to Seam RuleBase
> -----------------------------------------------------------------
>
> Key: JBSEAM-4326
> URL: https://jira.jboss.org/jira/browse/JBSEAM-4326
> Project: Seam
> Issue Type: Feature Request
> Affects Versions: 2.2.0.CR1
> Reporter: Tihomir Surdilovic
> Assignee: Tihomir Surdilovic
> Fix For: 2.2.1.CR1
>
>
> Currently org.jboss.seam.drools.RuleBase allows to add a list of rule resources individually, for example:
> <drools:rule-base name="policyPricingRules" dsl-file="policyPricing.dsl">
> <drools:rule-files>
> <value>/my/rules/dir/policyPricingRules.drl</value>
> <value>/my/rules/dir/policyPricingRules2.drl</value>
> </drools:rule-files>
> </drools:rule-base>
> However when you have a large number of rules it would be easier if we could specify the directory where RuleBase can find rule resources and register them, for example:
> <drools:rule-base name="policyPricingRules" dsl-file="policyPricing.dsl">
> <drools:rule-files-dir>
> <value>/my/rules/dir<value>
> </drools:rule-files>
> </drools:rule-base>
--
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 seam-issues
mailing list