Daniel Kulp created CXF-5271:
--------------------------------

             Summary: Event.CLIENT_CREATED fired too soon
                 Key: CXF-5271
                 URL: https://issues.apache.org/jira/browse/CXF-5271
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.7.6
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.7.7



The Event.CLIENT_CREATED event is fired immediately after the call to new 
ClientImpl.  However, at this stage, the features have not been applied, or the 
@Interceptor annotations and stuff have not been applied, etc... Basically, the 
client is not ready.   The even should be moved to after those to match the 
SERVER_CREATED where it's fired immediately after the applyFeatures() call.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to