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)
詳細を投稿する必要がある場合はお知らせください。
どんな助けでも大歓迎です。