When a DBE Service throws an Exception during an
invocation at client side is not thrown the correct
Exception. This was caused because
java.lang.Method.invoke throws an
InvocationTargetException whith contains the exception
thrown. This InvocationTargetException was not being
caught, and thus the exception thrown by the method
passed through, causing an
java.lang.reflect.UndeclaredThrowableException to be
thrown. That exception was not caught either, so it in
turn passed through to the caller.
The provided servent-impl-0.1.6.p1.jar is a direct
replacement of servent-impl-0.1.6.jar, which comes with
the servent installation. Replace and restart the servent.
Replacement os servent-impl-0.1.6.jar