-
My intention was to test #1683 but it seems it is not possible for me to use the trigger to create rules using the Paper UI.
I added two triggers (two item state change triggers on the first try, two…
-
I get this error in make
[ 84%] Building CXX object opencog/rule-engine/CMakeFiles/ruleengine.dir/forwardchainer/FCStat.cc.o
[ 84%] Building CXX object opencog/rule-engine/CMakeFiles/ruleengine.dir/fo…
-
Hello
I have required attribute on a column of a model.
I am overriding AddBusinessRules method and adding a custom rule. When I call Mode.Save in my viewmodel and get the list of broken rules,…
-
Building Eclipse SmartHome using maven failed for me (at least once).
It could be related to #820 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=479215
But perhaps it is also an error in the autom…
-
The following property declaration produces a broken rule: "The E-mail field is not a valid e-mail address" with an empty string as the value.
```
[EmailAddress]
[StringLength(255)]
[Display(Resource…
-
I have a class and in that i have different conditions..based on each condition i have to call a separate method.so how do i configure rule in this case.since we dont have any if then else in easyrule…
-
Related to: #1757, #2054
The last changes shows the error in more details.
The rule itself is using wildcards for the cron job timer.
The rule should be disabled but is not disabled after 10 seconds.…
-
I already described my problem in this [google groups post](https://groups.google.com/forum/#!category-topic/openhab/discussions/hDpcIZC-WKM), short summary is that my openHAB instance is frequently n…
-
Returns the following error:-
Unhandled Exception: Microsoft.RuleEngine.RuleStoreRuleSetDeployedException: Rul
eset "[][]", version 1.4 has already been deployed, and canno
t be deleted.
at Micro…
-
I did not yet provide a PR for this, as it might need to be discussed first. Currently, RuleProviders are polled only once for their Rules (at initialisation), and never again thereafter. In my unders…