You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/13 19:32:37 UTC

[jira] [Resolved] (CXF-4175) CXF2.5.3 not compatible with jetty7.6.x

     [ https://issues.apache.org/jira/browse/CXF-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-4175.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.7
         Assignee: Daniel Kulp


I'd appreciate it if you can test with tomorrows snapshots to make sure it completely works for you.  I kind of hate having to resort to reflection, but  not much else could be done.
                
> CXF2.5.3 not compatible with jetty7.6.x 
> ----------------------------------------
>
>                 Key: CXF-4175
>                 URL: https://issues.apache.org/jira/browse/CXF-4175
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.5.2
>            Reporter: jerryscott2012
>            Assignee: Daniel Kulp
>              Labels: patch
>             Fix For: 2.4.7, 2.5.3
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> When I update the jetty jar from 7.5.4 to 7.6.2(the latest stable) and publish the web service interface under ssl enviroment,my application throw the exception :
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector.getSslContextFactory()Lorg/eclipse/jetty/http/ssl/SslContextFactory;
> 	at org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector.setClientAuthentication(CXFJettySslSocketConnector.java:90)
> 	at org.apache.cxf.transport.https_jetty.JettySslConnectorFactory.decorateCXFJettySslSocketConnector(JettySslConnectorFactory.java:84)
> 	at org.apache.cxf.transport.https_jetty.JettySslConnectorFactory.createConnector(JettySslConnectorFactory.java:70)
> 	at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.addServant(JettyHTTPServerEngine.java:291)
> 	at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.activate(JettyHTTPDestination.java:168)
> 	at org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:48)
> 	at org.apache.cxf.binding.AbstractBaseBindingFactory.addListener(AbstractBaseBindingFactory.java:97)
> 	at org.apache.cxf.binding.soap.SoapBindingFactory.addListener(SoapBindingFactory.java:837)
> 	at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:131)
> 	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:204)
> 	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:207)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira