[ https://issues.apache.org/jira/browse/CXF-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549143#comment-14549143 ]
Aymen Alquaiti commented on CXF-6402: ------------------------------------- Causes java.lang.IllegalStateException: STARTED by Jetty Server. Not running the server and leaving it to cxf also causes problems. I played with the code a little. Seems this fixes the problem: {quote} if(contexts == null) { if(server != null) { contexts = (ContextHandlerCollection) server.getHandler(); } } {quote} But that's just a ClassCastException disaster waiting to occur. What do you suggest? > JettyHTTPServerEngine cannot set a provided Jetty Server > -------------------------------------------------------- > > Key: CXF-6402 > URL: https://issues.apache.org/jira/browse/CXF-6402 > Project: CXF > Issue Type: Bug > Components: Transports > Affects Versions: 3.0.4 > Environment: JRE 7 > Reporter: Aymen Alquaiti > Assignee: Sergey Beryozkin > Labels: Jetty, patch > Fix For: 3.1.1, 3.0.6, 2.7.17 > > > JettyHTTPServerEngine cannot accept setting a provided Jetty Server instance. > Such thing will throw NullPointerException in line 460 (CXf 3.0.4) > The exception is thrown because an object (contexts) of class > ContextHandlerCollection is only initialised when no jetty server is > provided. Providing a server will leave the object uninitialised, throwing > exception in runtime. -- This message was sent by Atlassian JIRA (v6.3.4#6332)