Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-12-10_18:07:36.967 [RMI TCP Connection(4)-127.0.0.1] ERROR o.s.web.servlet.DispatcherServlet [] - Context initialization failed
  2. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.support.ScheduledMethodRunnable#0': Cannot resolve reference to bean 'smsNotificationTaskSuite' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsNotificationTaskSuite': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.sms.SmsService com.sc.cpgu.schedule.SmsNotificationTaskSuite.smsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderStatusHistoryService com.sc.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService''smsNotificationTaskSuite': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.sms.SmsService com.sc.cpgu.schedule.SmsNotificationTaskSuite.smsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderStatusHistoryService com.sc.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  3.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  4.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  5.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  6.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  7.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  8.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  9.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  10.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  11.     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  12.     ... 69 common frames omitted
  13. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.sms.SmsService com.sc.cpgu.schedule.SmsNotificationTaskSuite.smsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderStatusHistoryService com.sc.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  14.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  15.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  16.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  17.     ... 77 common frames omitted
  18. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderStatusHistoryService com.sc.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  19.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  20.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  21.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  22.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  23.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  24.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  25.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  26.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  27.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  28.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  29.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  30.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  31.     ... 79 common frames omitted
  32. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderStatusHistoryService com.sc.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  33.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  34.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  35.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  36.     ... 90 common frames omitted
  37. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  38.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  39.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  40.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  41.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  42.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  43.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  44.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  45.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  46.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  47.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  48.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  49.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  50.     ... 92 common frames omitted
  51. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  52.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  53.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  54.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  55.     ... 103 common frames omitted
  56. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  57.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  58.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  59.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  60.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  61.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  62.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  63.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  64.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  65.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  66.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  67.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  68.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  69.     ... 105 common frames omitted
  70. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  71.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  72.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  73.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  74.     ... 116 common frames omitted
  75. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  76.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  77.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  78.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  79.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  80.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  81.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  82.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  83.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  84.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  85.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:801) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  86.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  87.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  88.     ... 118 common frames omitted
  89. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.template.TemplateService com.sc.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  90.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  91.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  92.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  93.     ... 129 common frames omitted
  94. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  95.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  96.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  97.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  98.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  99.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  100.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  101.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  102.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  103.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  104.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  105.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  106.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  107.     ... 131 common frames omitted
  108. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.BinaryArchiveService com.sc.cpgu.service.template.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  109.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  110.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  111.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  112.     ... 142 common frames omitted
  113. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  114.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  115.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  116.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  117.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  118.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  119.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  120.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  121.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  122.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  123.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  124.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  125.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  126.     ... 144 common frames omitted
  127. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.service.order.OrderService com.sc.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  128.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  129.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  130.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  131.     ... 155 common frames omitted
  132. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  133.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  134.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  135.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  136.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  137.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  138.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  139.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  140.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  141.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  142.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  143.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  144.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  145.     ... 157 common frames omitted
  146. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.sc.cpgu.form.FormConverterServiceInterface com.sc.cpgu.service.order.OrderService.formConverterService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  147.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:513) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  148.     at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  149.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  150.     ... 168 common frames omitted
  151. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.sc.cpgu.form.FormConverterServiceInterface] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  152.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:948) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  153.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:817) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  154.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  155.     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  156.     ... 170 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement