I am using ServiceMix 5.4.0.  I have a blueprint where I am trying to start a
Jetty Server for use with
CXF and Camel.  I am getting a ClassNotFoundException because
the class:
     
"org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser"
(v 3.0.2)
Is trying to use a couple classes from:
      "org.apache.aries.blueprint.reflect"
 which is not exported from the blueprint-core bundle anymore.

I am using:
    <httpj:engine-factory bus="cxf">
            <httpj:engine port="$[restservices.port]">
            <httpj:sessionSupport>true</httpj:sessionSupport>
        </httpj:engine>
            <httpj:engine port="$[webservices.port]">
            <httpj:sessionSupport>true</httpj:sessionSupport>
        </httpj:engine>
    </httpj:engine-factory>

Is there another way to do this, or why aren't others encountering similar
problems?

Thanks,
-Doug



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/servicemix-5-4-0-cxf-jetty-blueprint-issue-tp5722268.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to