You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/12/11 06:05:43 UTC

[jira] Created: (CXF-1282) Can't set the excutor from JAXWS API

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.