Can't set the excutor from JAXWS API
------------------------------------

                 Key: CXF-1282
                 URL: https://issues.apache.org/jira/browse/CXF-1282
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.3, 2.0.2, 2.0.1, 2.0
            Reporter: willem Jiang
            Assignee: willem Jiang
             Fix For: 2.0.4, 2.1


I can't set the executor for the endpoint by using the below code.

Endpoint endpoint = Endpoint.create(implementor);
endpoint.setExecutor(new SomeExecutor());
endpoint.publish(address);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to