[ 
https://issues.apache.org/jira/browse/CXF-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960078#comment-13960078
 ] 

Daniel Kulp commented on CXF-5672:
----------------------------------

If you use Jetty as a Servlet container with a configured webapp for CXF, that 
should work OK.  We do this in a bunch of the JAX-RS system tests. 

You won't be able to use CXF's embedded Jetty transport.  The Jetty folks have 
changes package names for a bunch of classes which is the "pain" part of 
upgrading to Jetty 9.   That's one of the main reasons that supporting both 8 
and 9 will be tough.  We may need to use reflection for a lot of the Jetty code 
to work around the package renaming issues.


> Update to Jetty 9
> -----------------
>
>                 Key: CXF-5672
>                 URL: https://issues.apache.org/jira/browse/CXF-5672
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.0.0-milestone1, 2.7.10
>         Environment: java version "1.7.0_51"
> Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
> Apache Ant(TM) version 1.9.3 compiled on December 23 2013
>            Reporter: Gary Gregory
>              Labels: jetty
>
> We embed CXF and we also embed Jetty which we pick up through CXF, for which 
> I need a fix that was put in Jetty 9.1.1: 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=424398
> Can CXF update Jetty to at least 9.1.1? The current version is 9.1.13 or 
> 9.1.14 depending on where you look.
> I imagine this could be too big a change for 2.7.x but what about for 3.0?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to