Murtuza Chhil
Murtuza Chhil
See FAQ https://github.com/j-easy/easy-rules/wiki/faqs#8-how-to-addassign-new-facts-in-rules-written-in-an-expression-language
See FAQ https://github.com/j-easy/easy-rules/wiki/faqs#8-how-to-addassign-new-facts-in-rules-written-in-an-expression-language
If you are getting compiler error you should check your classpath to make sure the right jars are on it. I used gradle to get the jars  Compiles and...
My gradle file has ``` implementation group: 'org.jeasy', name: 'easy-rules-core', version: '4.1.0' // https://mvnrepository.com/artifact/org.jeasy/easy-rules-support implementation group: 'org.jeasy', name: 'easy-rules-support', version: '4.1.0' // https://mvnrepository.com/artifact/org.jeasy/easy-rules-mvel implementation group: 'org.jeasy', name: 'easy-rules-mvel', version: '4.1.0'...
Logback is not needed. Compiler error means your classpath is not setup correctly. I tried java 8 and java 11, both worked fine. Eclipse version  In eclipse, see where...
> Enabled fields are shown in their respective XML elements? Why would you want to dump an interpreted version of the bitmap? Its something the client wanted. > When packager-debug...
> You should add `scheduler.getListenerManager().addTriggerListener(this);` to register the trigger to the scheduler, otherwise the methods are not called. You are correct, for some reason it did not get added in...
What do I need to do to `force push`?
I will make a pull request (next week). Its something I did recently so its been locally tested by me. The problem I usually face is with the code formatting....
There is one more change that would be nice. Jpos has the QuartzJobSupport , I added a new one called QuartzStatefulJobSupport. They are identical, except the stateful one has class...