Matthias Wallnöfer
Matthias Wallnöfer
@kicito any news on this one?
> I tried looking for some way to suppress the metro monitor INFOs but [AFAIU](https://javaee.github.io/metro/doc/user-guide/ch20.html) it seems doable only passing the parameter `-Dcom.sun.xml.ws.monitoring.endpoint=false` to the JVM, but I don't know...
Any news here?
Now we should support at least: ``` twice( request )( { result = request * 2 } ) { } ```
Good proposal but I would rather keep these meta-information accessible over the `MetaJolie` package. So I would opt against changing the request types since it could also be `void`. That...
This issue should have been addressed by @bmaschio 's PR #412.
@kicito could this issue have been fixed meanwhile?
I have tested the _mqtt client_server_ example and at least the interface and types get extracted out correctly from the jap (`Server` is a local output port in server.ol). ```...
Maybe get this behaviour documented somewhere? I guess the same applies also for XML-RPC, which has been developed in a similar way, although it follows the _xsom_ codepath. In JSON...