mule-intellij-plugins icon indicating copy to clipboard operation
mule-intellij-plugins copied to clipboard

Output type application/java is not supported in DataWeave run configuration

Open javaduke opened this issue 7 years ago • 0 comments

When I'm trying to debug DataWeave scripts where output type is application/java, I get this error:

Exception in thread "Thread-1" com.mulesoft.weave.module.InvalidTargetException: Unable to create Java writer out of java.io.FileOutputStream@7f1387eb at com.mulesoft.weave.module.JavaModule.writer(JavaModule.scala:21) at com.mulesoft.weave.engine.Engine.implicitWriter(Engine.scala:258) at com.mulesoft.weave.engine.Engine.execute(Engine.scala:127) at com.mulesoft.weave.engine.Engine.execute(Engine.scala:108) at com.mulesoft.weave.WeaveRunner$$anon$2$$anon$1.run(WeaveRunner.scala:80)

javaduke avatar Jan 10 '18 17:01 javaduke