[ 
https://issues.jboss.org/browse/JBSEAM-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marek Novotny closed JBSEAM-4326.
---------------------------------



closing as clean up

> Allow to specify a directory with rule resources to Seam RuleBase
> -----------------------------------------------------------------
>
>                 Key: JBSEAM-4326
>                 URL: https://issues.jboss.org/browse/JBSEAM-4326
>             Project: Seam 2
>          Issue Type: Feature Request
>    Affects Versions: 2.2.0.CR1
>            Reporter: Tihomir Surdilovic
>            Assignee: Tihomir Surdilovic
>             Fix For: The future
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to