dromara / liteflow

Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AopInvocationHandler invode空指针异常

zhuoyankun opened this issue · comments

我使用的版本是2.10.6,springboot版本2.7.11,执行到AopInvocationHandler.invoke方法时,入参args为null,导致触发空指针异常

java.lang.ClassCastException: java.lang.NullPointerException cannot be cast to java.lang.reflect.InvocationTargetException
at com.yomahub.liteflow.core.proxy.ComponentProxy$AopInvocationHandler.invoke(ComponentProxy.java:238) ~[liteflow-core-2.10.6.jar:2.10.6]
at com.flow.component.cmp1.ByteBuddy$j$HFDQWR.isAccess(Unknown Source) ~[na:na]
at com.yomahub.liteflow.flow.element.Node.execute(Node.java:135) ~[liteflow-core-2.10.6.jar:2.10.6]