guestAT

Untitled

Mar 3rd, 2020
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseSmev3MessageSender': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.sc.cpgu.service.smev_3.Smev3ExchangeService com.sc.cpgu.service.guaranteed_delivery.message_sender.BaseSmev3MessageSender.smev3ExchangeService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smev3ExchangeService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List com.sc.cpgu.service.smev_3.Smev3ExchangeService.messageExchangeParseList; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguFormMessageExchangeParse': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  2.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  3.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  4.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  5.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  6.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  7.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  8.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  9.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  10.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  11.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:772) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  12.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  13.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  14.         ... 174 common frames omitted
  15. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.sc.cpgu.service.smev_3.Smev3ExchangeService com.sc.cpgu.service.guaranteed_delivery.message_sender.BaseSmev3MessageSender.smev3ExchangeService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smev3ExchangeService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List com.sc.cpgu.service.smev_3.Smev3ExchangeService.messageExchangeParseList; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguFormMessageExchangeParse': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  16.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  17.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  18.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  19.         ... 185 common frames omitted
  20. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smev3ExchangeService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List com.sc.cpgu.service.smev_3.Smev3ExchangeService.messageExchangeParseList; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguFormMessageExchangeParse': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  21.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  22.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  23.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  24.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  25.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  26.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  27.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  28.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  29.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  30.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  31.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  32.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  33.         ... 187 common frames omitted
  34. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List com.sc.cpgu.service.smev_3.Smev3ExchangeService.messageExchangeParseList; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguFormMessageExchangeParse': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  35.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  36.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  37.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  38.         ... 198 common frames omitted
  39. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguFormMessageExchangeParse': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  40.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  41.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  42.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  43.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  44.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  45.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  46.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  47.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  48.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  49.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:772) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  50.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  51.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  52.         ... 200 common frames omitted
  53. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService com.sc.cpgu.service.smev_3.parser.impl.MkguFormMessageExchangeParse.mkguQuestionnaireFormService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  54.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  55.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  56.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  57.         ... 211 common frames omitted
  58. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mkguQuestionnaireFormService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  59.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  60.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  61.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  62.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  63.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  64.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  65.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  66.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  67.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  68.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  69.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  70.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  71.         ... 213 common frames omitted
  72. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.mkgu.additional.Method com.sc.cpgu.service.mkgu.questionnaire.form.MkguQuestionnaireFormService.method; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  73.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  74.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  75.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  76.         ... 224 common frames omitted
  77. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.sc.cpgu.service.mkgu.additional.Method'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  78.         at org.springframework.beans.SimpleTypeConverter.convertIfNecessary(SimpleTypeConverter.java:58) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  79.         at org.springframework.beans.SimpleTypeConverter.convertIfNecessary(SimpleTypeConverter.java:43) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  80.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:746) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  81.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  82.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  83.         ... 226 common frames omitted
  84. Caused by: java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [com.sc.cpgu.service.mkgu.additional.Method]: no matching editors or conversion strategy found
  85.         at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:247) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  86.         at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:93) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  87.         at org.springframework.beans.SimpleTypeConverter.convertIfNecessary(SimpleTypeConverter.java:49) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  88.         ... 230 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment