Hi, I am in the process of upgrading code that is current using cxf 2.2.2, to 2.5.9 (we will see if we can upgrade to a more recent version), and discovered two classes used there have gone:
- org.apache.cxf.bus.sprin.BusApplicationListener - org.apache.cxf.transport.http.WSDLQueryHandler These are both being used in a Spring based application. The first class is specified in a bean configuration with no apparent dependant and the second is passed as parameter to QueryHandlerRegistryImpl.setQueryHandlers() Can anyone suggest suitable replacements? Thanks Andre
