[
https://issues.apache.org/jira/browse/CXF-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743953#comment-13743953
]
Thorsten Hoeger commented on CXF-5212:
--------------------------------------
Hi,
I wrote a simple Spring application reproducing the error.
https://github.com/hoegertn/cxf-spring-aop
In this setup "this.context" is null on invocation of class TestAPI
(http://localhost:8080/api/foo)
If you uncomment the implements definition it works.
> Context Injection with Spring AOP
> ---------------------------------
>
> Key: CXF-5212
> URL: https://issues.apache.org/jira/browse/CXF-5212
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 2.7.6
> Reporter: Thorsten Hoeger
> Priority: Minor
> Labels: frontend
> Attachments: 0001-adding-deepscan-of-superclass.patch
>
>
> When using Spring AOP @Context injection using fields is not working. I found
> some threads suggesting the use of interfaces which is working. Now I wanted
> to add the interface to my superclass to avoid implementing it in every REST
> class. The "findContextSetterMethods" doesn't check superclasses. I attached
> a possible patch but I am not sure about side effects.
--
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