Inguyen, I assume you are using Seam2 in your client app. In Seam
2.2.0.CR1 (
http://relation.to/Bloggers/Seam220CR1Released ) we replaced
the Drools 4 jars with Drools 5.0 jars, however the internal integration
was not changed to use the Drools 5 API.
Raise a JBSEAM (
https://jira.jboss.org/browse/JBSEAM) Jira and we can
see what can be done, otherwise now your option is is to pull from
Guvnor 5.0.1 in your Seam applications until Seam3 becomes available as
this will be a non-issue in our Drools module for Seam3
(
http://seamframework.org/Seam3).
Tihomir
On 9/9/10 9:21 AM, lnguyen wrote:
I recently upgraded from drools guvnor 5.0.1 to 5.1.1 but I
haven't seen any
examples on how to change securityRules now that RuleBase has been replaced
with KnowledgeBase.
Originally I had...
<drools:rule-agent
name="securityRules"
url="https://127.0.0.1:7002/drools-guvnor-5.0.1/org.drools.guvnor.Guvnor/package/Security/LATEST"
local-cache-dir="/tmp/"
poll="60"
auto-create="true"/>
<security:rule-based-permission-resolver
security-rules="#{securityRules}"/>
I tried to leave this way but then i get an error but the 5.1.1 guvnor
secures the URL so I get the following: RuleAgent(default) EXCEPTION
Response: '401: Unauthorized' for url: ...
How do configure the application security to use the KnowledgeBase?