data-weave-intellij-plugin icon indicating copy to clipboard operation
data-weave-intellij-plugin copied to clipboard

An intellij plugin that adds support for DataWeave 2.0

Results 19 data-weave-intellij-plugin issues
Sort by recently updated
recently updated
newest added

IntelliJ IDEA 2018.3.5 (Ultimate Edition) Build #IU-183.5912.21, built on February 26, 2019 JRE: 1.8.0_152-release-1343-b28 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o KUbuntu 18.10 64-bit DataWeave 2.0. v2.0.9 ```...

Desc: Trying to use the Dataweave preview is failing with error "206, The filename or extension is too long" Long paths are enabled in the registry / group policy. Version:...

I use newest version of IntelliJ 2018.2.5 community edition. When I hit button Create New Project I receive an exception as follows: `java.lang.NullPointerException at org.mule.tooling.runtime.sdk.MuleSdkManagerStoreImpl.findFromVersion(MuleSdkManagerStoreImpl.java:94) at org.mule.tooling.runtime.wizard.MuleVersionConfiguration.(MuleVersionConfiguration.java:26) at org.mule.tooling.runtime.wizard.MuleAppModuleBuilder.getCustomOptionsStep(MuleAppModuleBuilder.java:135) at...

Hello, I know that this probably isn't a issue related to this plugin, but i couldn't find help anywhere. If this is inappropriate please feel free to remove and accept...

I just installed the latest dev snapshot of the plugin (mule-esb-plugin-2.0.4-20180912.131237) and created a new mule application. Then I saw this error: ``` org.mule.tooling.client.api.exception.ToolingException: Couldn't create the class loader for...

Once a schema is resolved this one is never updated again, doesn't matter if is a SNAPSHOT. A basic mechanism could evict the schemas once a day The real mechanism...

enhancement

``` fun isSoapVersion12(xml: Object) = do { xml.Envelope.Body.# != null and (xml.Envelope.Body.# as Object).uri == "http://www.w3.org/2003/05/soap-envelope" } ``` Extract `xml.Envelope.Body`

In a recent commit, there was a full dispose that caused the WeavePreviewComponent not being able to be reused. This causes plugin crash in the IDE when opening the Dataweave...

cla:signed