Constructor injection is not working for JAX-RS Applications
------------------------------------------------------------

                 Key: CXF-3507
                 URL: https://issues.apache.org/jira/browse/CXF-3507
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.3.4, 2.4
            Reporter: Sergey Beryozkin
            Assignee: Sergey Beryozkin
             Fix For: 2.4.1, 2.3.5


At least the limited form of constructor injection should be supported for 
custom Applications:

public CustomApplication(@Context ServletContext sc) {}
public CustomApplication(@Context ServletConfig sc) {}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to