1 Reply Latest reply on Dec 21, 2011 7:39 PM by ffang

    How to upgrade jetty version ?

    shamik

      Hi,

       

         I'm trying to upgrade the embedded jetty to version 8. I'm using fuse 4.4.0. I'll appreciate if someone can provide pointers on the same.

       

      - Thanks

       

      Edited by: shamik on Dec 21, 2011 7:57 PM

        • 1. Re: How to upgrade jetty version ?
          ffang

          Hi,

           

          Basically you can edit

          ./system/org/apache/karaf/assemblies/features/standard/${karaf.verison}/standard-${karaf.version}-features.xml

           

          change jetty bundle version in the jetty feature there, you MAY also need upgrade other bundles version which jetty 8 need.

           

          You can try with it but I don't suggest you do it, as other part in FUSE ESB like CXF(I believe camel also) need use jetty 7.x, so cxf-bundle specify the jetty import version range between [7.2,8) accordingly, like

          org.eclipse.jetty.util.component;resolution:=optional;version="[7.2,8)",

          so if you use jetty 8 instead, absolutely CXF won't work  as Jetty 8 package isn't available for cxf-bundle.

           

          Freeman