Olivier Cailloux

Results 57 comments of Olivier Cailloux

Related: eclipse-ee4j/jsonb-api#251

Just found [this](https://github.com/eclipse-ee4j/metro-jax-ws/issues/41): essentially the same question, with the poster mentioning that Lukas Jungmann told them that the [`eclipse-ee4j/metro-jax-ws`](https://eclipse-ee4j.github.io/metro-jax-ws/jaxws-maven-plugin/) plugin is “the way to go”.

> Not really an issue If you mean that my post is phrased as a request for help rather than as an issue, you are right, and I am sorry...

Thanks for your further answer. > I got into a similar issue the 1st time ever I ran Mesen on debian (…) the default action is running it with wine...

Good news, if someone wonders. The new Debian stable runs mesen-s like a charm. (I had to install `mono-complete`, because I ignore which modules exactly should be present, but this...

``` try { ... } catch (RuntimeException unchecked) { throw unchecked; } catch (Exception checked) { // here we know that checked is of type X X exception = (X)...

> I'd rather be safe than sorry in that situation. Getting a `ClassCastException` because someone did a sneaky throw would be pretty annoying to debug There would be no `ClassCastException`...