I did try websocket component with jetty 9 and Apache Camel 2.15.2 and i got same exception due to SslContextFactory class moved in jetty 9 to org.eclipse.jetty.util.ssl.folder and Apache websocket reference to org.eclipse.jetty.http.ssl.SslContextFactory that is only exit in Jetty 8 and below version.
java.lang.ClassNotFoundException > org.eclipse.jetty.http.ssl.SslContextFactory -- View this message in context: http://camel.465427.n5.nabble.com/websocket-with-jetty-9-tp5766712p5767118.html Sent from the Camel - Users mailing list archive at Nabble.com.