So awhile ago we migrated from 2.2.12 to the latest of 2.4.* and on the
migration guide is the following statement:

/Faster startup and reduced spring configuration. The Spring support has
been redone to be based on the ExtensionManagerBus. This results in much
faster startup. It also means that all of the imports of
META-INF/cxf/cxf-extension-*.xml are no longer needed and are deprecated./

So this in my head translated to removing the following from my
configurations:

<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> 

So now when we test 2way SSL, I get handshake errors and if I put the 3
imports back in...I don't.

So was the recommendation up above to just remove cxf-extension-soap.xml (it
seems pretty obvious), but in CXF 2.4.1 I should leave the cxf.xml and
cxf-servlet.xml import?  Just looking for confirmation.

Thanks for the help...jay

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-2-4-Migration-removal-of-cxf-xml-2way-SSL-errors-tp5551465p5551465.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to