SmartAxiom / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Drools service.pid #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

In  openhab_default.cfg it's used "rules" to configure drools properties:
################################## Drools 
#############################################
# refresh interval for rule evaluation (in ms) (optional, defaults to 200)
#rules:evalInterval=

But in the last version of drools bundle (0.9.1) the service.pid of RuleService 
is defined like "org.openhab.drools":
<property name="service.pid" type="String" value="org.openhab.drools"/>

Therefore the correct key in config file to evalInterval should be 
"drools:evalInterval".

Original issue reported on code.google.com by hastopen...@gmail.com on 1 Feb 2012 at 12:40

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 1 Feb 2012 at 1:06

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 1 Feb 2012 at 1:06

GoogleCodeExporter commented 8 years ago
Thanks for the report, I have just committed the fix.

Original comment by kai.openhab on 1 Feb 2012 at 7:02