Hi cxf dev! i would like to help migrating openejb to the last version of cxf but some API changed between the version we are using (2.2.10) and the 2.4.1. I wonder the best way to do.
here is the code: https://svn.apache.org/repos/asf/openejb/trunk/openejb3/server/openejb-cxf/ Api we are using and which changed are: - org.apache.cxf.transport.http.AbstractHTTPDestination in org.apache.openejb.server.cxf.HttpDestination - org.apache.cxf.transport.http.AbstractHTTPTransportFactory (removed) in org.apache.openejb.server.cxf.HttpTransportFactory - org.apache.cxf.transport.http.WSDLQueryHandler in org.apache.openejb.server.cxf.WsdlQueryHandler What is the best way to update openejb-cxf? PS: doing some test i had weird exception on AssertionBuilderRegistryImpl: java.lang.IncompatibleClassChangeError: Implementing class - Romain
