Murtuza Chhil

Results 10 comments of 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 ![image](https://user-images.githubusercontent.com/1119439/144406005-90a31cae-688c-4c5d-bef0-211afaac8442.png) 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 ![image](https://user-images.githubusercontent.com/1119439/144820584-e43e0ad1-82fc-4776-8dac-ca790962b05c.png) 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...