You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Amit Patel (JIRA)" <ji...@apache.org> on 2015/05/21 19:28:17 UTC

[jira] [Created] (CAMEL-8789) Websocket with jetty 9 is not working due to class name and package name changes

Amit Patel created CAMEL-8789:
---------------------------------

             Summary: Websocket with jetty 9 is not working due to class name and package name changes 
                 Key: CAMEL-8789
                 URL: https://issues.apache.org/jira/browse/CAMEL-8789
             Project: Camel
          Issue Type: Bug
          Components: camel-websocket
    Affects Versions: 2.15.2
         Environment: Mac/Window on Jetty 9.x 
            Reporter: Amit Patel


http://camel.465427.n5.nabble.com/websocket-with-jetty-9-tp5766712p5767217.html

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  exist in Jetty 8 and below version. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)