Hi On Wed, Jun 22, 2011 at 9:55 PM, Romain Manni-Bucau <[email protected]> wrote: > 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
HTTPTransportFactory class is available now and I think you probably do not need your own factory now, Christian - can you please help here... > - org.apache.cxf.transport.http.WSDLQueryHandler in > org.apache.openejb.server.cxf.WsdlQueryHandler > That one is implemented as CXF interceptor now... Cheers, Sergey > > 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 >
