]
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-secu...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: