jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
26 stars 22 forks source link

Expose "no velocity" as a command-line option #85

Closed bfitzpat closed 5 years ago

bfitzpat commented 5 years ago

While trying to wrap the wsdl2rest utility in a VS Code extension written in TypeScript, we have hit a similar issue (https://github.com/jboss-fuse/wsdl2rest/issues/61) to what we hit in Eclipse with the velocity log. I suspect it's a threading issue, but can't tell for sure. In order to avoid it in TS, we will need to expose the "noVelocityLog" option at command line. We didn't do it before because we didn't need to use it in Eclipse.

bfitzpat commented 5 years ago

The issue I'm hitting is here - https://github.com/bfitzpat/vscode-wsdl2rest/issues/4

bfitzpat commented 5 years ago

Closing this as unneeded. Turns out it's an issue with debugging from inside vscode on Windows.