When a Java error occurs (class Error instead of Exception) during a service provider processing, nothing is logged and a timeout occurs on service consumer side.
As it's an Error, don't try to return something to the service consumer, but we should log a trace about the error.
Improved in trunk