|
There is a race condition in the CXF quickstart which can lead to a deadlock in the unit test.
A simple workaround is to goose the reference service before invoking the service that uses it. This allows the reference service to be fully initialized before being invoked by the main service.
|