Hello, Why does /processRequest /method of /org.apache.openejb.client.Client/ class swallow IOException? Is that a bug or a spec recommandation?
According to source code of version 4.6.0.2, IOException are not nested in a RemoteException : http://grepcode.com/file/repo1.maven.org/maven2/org.apache.openejb/openejb-client/4.6.0.2/org/apache/openejb/client/Client.java#366 I've looked at earlier version like 3.0.2. At this time, IOException were nested in RemoteException : http://grepcode.com/file/repo1.maven.org/maven2/org.apache.openejb/openejb-client/3.0.2/org/apache/openejb/client/Client.java#45 Thank you. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/org-apache-openejb-client-Client-processRequest-swallows-IOException-tp4672072.html Sent from the TomEE Users mailing list archive at Nabble.com.
