You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/06/21 02:49:06 UTC

[GitHub] ascrutae commented on issue #1375: Fix #1361: Remove the SkywalkingDynamicField property from the spring bean

ascrutae commented on issue #1375: Fix #1361: Remove the SkywalkingDynamicField property from the spring bean
URL: https://github.com/apache/incubator-skywalking/pull/1375#issuecomment-398959336
 
 
   The root cause about issue #1361 is the one of spring framework inject rule is that it according to the get/set method, and Skywalking Agent add the `getSkywalkingDynamicField/setSkywalkingDynamicField` method to each enhance class. So it will cause the spring framework attempt to inject the bean named `skywalkingDynamicField`, Definitely it will failed, because of no one will define that bean. 
   
   To resolve this issue , We need to remove the `skywalkingDynamicField` property filed from the bean.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services