Details
Description
My application will spawn a child spring application context to do some processing.
However, once the child application context is closed, the CXF services exposed in the parent app context disappeared (I try to see the WSDL using web browser but I can't after the above mentioned action)
Previously I used CXF 2.0.6 and it do not have such problem.