.

Results 28 comments of .

例如1min过期,每59s就去请求下,获取新的token吧,前端自己定时轮训的

> > 您好,我将文件部署在tomcat以后,在IE11上可以正常显示图形,但是在谷歌浏览器什么内容也不显示,调试的时候也没有显示错误内容,请问这是什么原因呢? > > 解决了么 哈哈 遇到同样问题 +1

![image](https://user-images.githubusercontent.com/36124626/117167734-1921b200-adfa-11eb-91b7-bef65c8a0578.png) 你看下 你的环境变量`JAVA_HOME `,可能配的有问题

And a new feature, run fact2 after fact1 has been executed for 5 minutes. The interval between fact1 end of run and fact2 start run is 5min.

`ActivationRuleGroup` is XOR logic, not OR logic. https://github.com/j-easy/easy-rules/blob/ab75210854e06dff39469bd0a42b8c45ebf826ed/easy-rules-support/src/main/java/org/jeasy/rules/support/composite/ActivationRuleGroup.java#L32-L33

https://github.com/j-easy/easy-rules/blob/d4450831533e47a5c0cb361edb80dad43db228a4/easy-rules-mvel/src/test/java/org/jeasy/rules/mvel/MVELActionTest.java#L84-L87 https://github.com/j-easy/easy-rules/blob/d4450831533e47a5c0cb361edb80dad43db228a4/easy-rules-mvel/src/main/java/org/jeasy/rules/mvel/MVELCondition.java#L52-L60 You need to customize the initialization Parameter `parserContext ` of class `MVELAction`.

Expression Language (Like MVEL, SpEL and JEXL) are supported. You can read [wiki](https://github.com/j-easy/easy-rules/wiki/expression-language-support). ```txt example: "person.isAdult() == false" "person.age > 18" ... ```

I found doc, that MVEL language not support assign function to return type. http://mvel.documentnode.com/#function-definition