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 2019/03/05 10:29:37 UTC

[GitHub] [incubator-skywalking] candyleer edited a comment on issue #2308: [agent]java.lang.NullPointerException: null with apm-spring-annotation-plugin-6.0.0-GA.jar

candyleer edited a comment on issue #2308: [agent]java.lang.NullPointerException: null with apm-spring-annotation-plugin-6.0.0-GA.jar
URL: https://github.com/apache/incubator-skywalking/issues/2308#issuecomment-469616717
 
 
   I found the reason, the spring plugin remove the annotation when enhance the method, let me think and fix the issue
   ```
     cachedValue$enuaW9Jm$6e6svp1 = ProducerSchemaFactory.class.getMethod("getOrCreateProducerSchema", String.class, Class.class, Object.class);
           cachedValue$enuaW9Jm$u2pnf53 = ProducerSchemaFactory.class.getMethod("setSwaggerEnv", SwaggerEnvironment.class);
           cachedValue$enuaW9Jm$hf4k4j3 = AbstractSchemaFactory.class.getMethod("setSchemaLoader", SchemaLoader.class);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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