Fwd: svn commit: r1666745 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/exception: ./ helper/

2015-03-14 Thread Romain Manni-Bucau
Please revert you just broke all arquillian tests relying on a remote container using OWB (tomee in my case)...and real use cases as well but not yet hit it. Romain Manni-Bucau @rmannibucau | Blog | Github

Re: Fwd: svn commit: r1666745 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/exception: ./ helper/

2015-03-15 Thread Mark Struberg
A summary of what I discussed with Romain on IRC: According to the JavaEE spec only checked Exceptions and RuntimeExceptions which are marked as @ApplicationException must get transfered over @Remote (regardless if this is a real client or even inside the same JVM). For others the Exception get

Re: Fwd: svn commit: r1666745 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/exception: ./ helper/

2015-03-15 Thread Romain Manni-Bucau
Yes, point is only to do our best to not let the client with a string, nothing more Le 15 mars 2015 11:23, "Mark Struberg" a écrit : > A summary of what I discussed with Romain on IRC: > > According to the JavaEE spec only checked Exceptions and RuntimeExceptions > which are marked as @Applicatio