Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EndPointIntercepters do not respect the (Autowired) properties provided in beans XML [SWS-814] #894

Closed
gregturn opened this issue Dec 4, 2012 · 1 comment
Assignees
Milestone

Comments

@gregturn
Copy link
Contributor

gregturn commented Dec 4, 2012

Pieter van der Meer opened SWS-814 and commented

Wehn defining a EndpointIntercepter with the sws:interceptors..</sws:interceptors>
Properties either added with a @Autowired annotation or added in the bean definition with <property... are not respected.

The instances of the interceptors each have a different instance of that property. Even when the property inserted is explicitly decorated with the singleton scope.

The attachment provides a snippet of the code.


Affects: 2.0.5, 2.1.1

Attachments:

Referenced from: commits 8ab2c0b

@gregturn
Copy link
Contributor Author

gregturn commented Apr 9, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants