[seam-issues] [JBoss JIRA] Closed: (JBSEAM-4456) Support for reloading classpath security.drl

Marek Novotny (JIRA) jira-events at lists.jboss.org
Fri Jul 29 15:41:24 EDT 2011


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

Marek Novotny closed JBSEAM-4456.
---------------------------------



closing as clean up

> Support for reloading classpath security.drl
> --------------------------------------------
>
>                 Key: JBSEAM-4456
>                 URL: https://issues.jboss.org/browse/JBSEAM-4456
>             Project: Seam 2
>          Issue Type: Feature Request
>          Components: Drools
>    Affects Versions: 2.2.0.GA
>         Environment: Drools without BRMS
>            Reporter: Miloslav Vlach
>            Assignee: Tihomir Surdilovic
>         Attachments: RuleAgent.java.patch.zip
>
>
> I need to enable reloading *.drl files located in classpath. The attribute files load only files typed in absolute path form.
>     <security:rule-based-permission-resolver security-rules="#{ruleAgent}" />
>     <security:identity authenticate-method="#{authenticator.authenticate}" remember-me="true" />
>     
>     <drools:rule-agent
>         name="ruleAgent"
>         files="classpath:///security.drl classpath:///security2.drl"
>         local-cache-dir="/tmp/"
>         poll="5"/>
>     <drools:managed-working-memory name="policyPricingWorkingMemory" auto-create="true" rule-base="#{ruleAgent}" />
> More info at http://www.bpsolutions.cz/blog/-/blogs/reloadable-drools-jboss-rules-security-drl-in-seam

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

        


More information about the seam-issues mailing list