You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在项目中新建了向导式规则集,然后对该规则集进行快速测试时,提示 com.bstek.urule.exception.RuleException: Class [com.ah.entity.DecisionInfo] not exist.
涉及到的异常信息(完整异常信息):
错误发生位置:执行规则[rule01(jcr:/demo/demoRule.rs.xml)]动作>>动作1.变量赋值
com.bstek.urule.exception.RuleException: Class [com.ah.entity.DecisionInfo] not exist.
at com.bstek.urule.action.VariableAssignAction.execute(VariableAssignAction.java:57)
at com.bstek.urule.runtime.agenda.ActivationImpl.a(ActivationImpl.java:87)
at com.bstek.urule.runtime.agenda.ActivationImpl.execute(ActivationImpl.java:63)
at com.bstek.urule.runtime.agenda.ActivationRuleBox.execute(ActivationRuleBox.java:41)
相关截图:
The text was updated successfully, but these errors were encountered:
ArthurHou
changed the title
添加向导式决策集并对该决策集进行快速测试时,提示服务端错误Class [com.ah.entity.DecisionInfo] not exist.
添加向导式决策集并对该决策集进行快速测试时,提示服务端错误Class not exist.
Mar 25, 2021
为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。
当前使用的URule的具体版本号:
3.0.1
遇到的问题详细描述:
在项目中新建了向导式规则集,然后对该规则集进行快速测试时,提示 com.bstek.urule.exception.RuleException: Class [com.ah.entity.DecisionInfo] not exist.
涉及到的异常信息(完整异常信息):
错误发生位置:执行规则[rule01(jcr:/demo/demoRule.rs.xml)]动作>>动作1.变量赋值
com.bstek.urule.exception.RuleException: Class [com.ah.entity.DecisionInfo] not exist.
at com.bstek.urule.action.VariableAssignAction.execute(VariableAssignAction.java:57)
at com.bstek.urule.runtime.agenda.ActivationImpl.a(ActivationImpl.java:87)
at com.bstek.urule.runtime.agenda.ActivationImpl.execute(ActivationImpl.java:63)
at com.bstek.urule.runtime.agenda.ActivationRuleBox.execute(ActivationRuleBox.java:41)
相关截图:
The text was updated successfully, but these errors were encountered: