我正在尝试在Mule Flow中执行groovy 脚本。
使用版本Mule Server 3.5.1.EE..
我已经在类路径中包含了 groovy-all.jar
Groovy 脚本内容很简单
return "demo payload"
在执行时我得到下面的异常堆栈跟踪
java.lang.NullPointerException
at org.mule.component.AbstractComponent.invokeInternal(AbstractComponent.java:108)
at org.mule.component.AbstractComponent.process(AbstractComponent.java:152)
at org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor.execute(ExceptionToMessagingExceptionExecutionInterceptor.java:24)
at org.mule.execution.MessageProcessorNotificationExecutionInterceptor.execute(MessageProcessorNotificationExecutionInterceptor.java:58)
让我知道是否需要发布更多详细信息。
任何帮助,将不胜感激。