You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: