Hide Forgot
project_key: SOA In ESB Services Guide, [2.2.4 Configuration|http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_SOA_Platform/5/html/ESB_Services_Guide/chap-rules_services.html#id2769042], there's a remark that rule agent can be configured by referencing a properties file, but there are no instructions on what properties need to be defined in the file. There is a reference to RuleAgent configuration in the next chapter, section [3.4.4.5 RuleAgent|http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_SOA_Platform/5/html/ESB_Services_Guide/chap-content_based_routing.html#id2804478], but this is outdated as KnowledgeAgent is used instead of RuleAgent in ESB 4.9. Namely, user will need to provide these properties to access URLs that are secured with basic authentication: {noformat} username=admin password=admin enableBasicAuthentication=true {noformat} Additionally, the {{poll}} property is unsupported by KnowledgeAgent. To achieve the same effect as with poll property, one needs to set {{org.jboss.soa.esb.services.rules.resource.scanner.interval}} in {{esb.deployer/jbossesb-properties.xml}} file, section rules.
Another change in the {{ruleAgentProperties}} file is: RuleAgent's local cache destination was defined via {{localeCache}} property. KnowledgeAgent uses {{drools.resource.urlcache}} property.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage
This information has now been added to the Services Guide.