Tests that when a process is called and some error happens during processing, the error is communicated asap back to the client. The client should NOT get a timeout exception which would be confusing.
The test consists in instantiating a process that will try to invoke an dummy service. But the dummy service does NOT exist. So a failure will occur. The client should get that failure back and not a TimeoutException.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.