GithubHelp home page GithubHelp logo

Comments (9)

artembilan avatar artembilan commented on May 18, 2024

Share, please, more StackTrace. Your expception complains about 'producerMetadata_test2, but you - prodFactory_topic2

from spring-integration-extensions.

rahulmaindargi avatar rahulmaindargi commented on May 18, 2024

sorry for confusion , it was typo error. the exception is the correct one.
Here is complete Exception trace.

Log4j 2014-11-10 23:35:56 WARN  ClassPathXmlApplicationContext:489 - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'greeterServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    at com.rahul.springintegration.App.main(App.java:28)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
    ... 13 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:336)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1115)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck(AbstractAutowireCapableBeanFactory.java:846)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:776)
    at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:541)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:387)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:362)
    at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:187)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1006)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
    ... 15 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
    ... 30 more
Caused by: java.lang.reflect.MalformedParameterizedTypeException
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.validateConstructorArguments(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.<init>(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.make(Unknown Source)
    at sun.reflect.generics.factory.CoreReflectionFactory.makeParameterizedType(Unknown Source)
    at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source)
    at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source)
    at sun.reflect.generics.repository.ConstructorRepository.getParameterTypes(Unknown Source)
    at java.lang.reflect.Method.getGenericParameterTypes(Unknown Source)
    at java.beans.FeatureDescriptor.getParameterTypes(Unknown Source)
    at java.beans.MethodDescriptor.setMethod(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.Introspector.getTargetMethodInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:284)
    at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:188)
    at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:327)
    at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:335)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1344)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1323)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1181)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    ... 36 more
Log4j 2014-11-10 23:35:56 ERROR NIOServerCnxnFactory:44 - Thread Thread[main,5,main] died
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'greeterServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    at com.rahul.springintegration.App.main(App.java:28)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
    ... 13 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:336)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1115)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck(AbstractAutowireCapableBeanFactory.java:846)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:776)
    at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:541)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:387)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:362)
    at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:187)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1006)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
    ... 15 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
    ... 30 more
Caused by: java.lang.reflect.MalformedParameterizedTypeException
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.validateConstructorArguments(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.<init>(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.make(Unknown Source)
    at sun.reflect.generics.factory.CoreReflectionFactory.makeParameterizedType(Unknown Source)
    at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source)
    at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source)
    at sun.reflect.generics.repository.ConstructorRepository.getParameterTypes(Unknown Source)
    at java.lang.reflect.Method.getGenericParameterTypes(Unknown Source)
    at java.beans.FeatureDescriptor.getParameterTypes(Unknown Source)
    at java.beans.MethodDescriptor.setMethod(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.Introspector.getTargetMethodInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:284)
    at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:188)
    at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:327)
    at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:335)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1344)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1323)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1181)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    ... 36 more

And the Main Method

ClassPathXmlApplicationContext applicationContext = new ClassPathXmlApplicationContext("applicationContext.xml");

    GreeterService greeterService = applicationContext.getBean("greeterServiceImpl", GreeterService.class);
    for (int i = 0; i < 10; i++) {
        greeterService.greet("Rahul "+i);
    }
    applicationContext.close();


and GreeterService is 
@Service
public class GreeterServiceImpl implements GreeterService {
    @Autowired
    private MessageChannel inputToKafka;

    @Override
    public void greet(String name) {
    inputToKafka.send(MessageBuilder.withPayload(name).setHeader("topic", "test2").build());
    }
}

Please let me know if you need any additional details.

from spring-integration-extensions.

artembilan avatar artembilan commented on May 18, 2024

The version of Spring Integration you use? As well as Spring Framewrok version?

As we see by StackTrace the issue is really around ProducerMetadata bean. And lloking further this class is genric:

public class ProducerMetadata<K,V> implements InitializingBean {

Not sure still why we see this issue...

from spring-integration-extensions.

rahulmaindargi avatar rahulmaindargi commented on May 18, 2024

I am using JDK1.7
spring-integration 4.0.4
Spring -integration-kafka 1.0.0.M1

Spring core version loaded from integration pom dependencies 4.0.7
Here is my pom file with all dependencies and version I am using.
Let me know if you need anything more.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.rahul</groupId>
    <artifactId>SpringIntegration</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <repositories>
        <repository>
            <id>spring-milestones</id>
            <url>http://repo.springsource.org/libs-milestone/</url>
        </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>org.apache.zookeeper</groupId>
            <artifactId>zookeeper</artifactId>
            <version>3.4.6</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-core</artifactId>
            <version>4.0.4.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-file</artifactId>
            <version>4.0.4.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-stream</artifactId>
            <version>4.0.4.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka_2.10</artifactId>
            <version>0.8.1.1</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-stream</artifactId>
            <version>4.0.4.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-kafka</artifactId>
            <version>1.0.0.M1</version>
        </dependency>

    </dependencies>
</project>

from spring-integration-extensions.

artembilan avatar artembilan commented on May 18, 2024

OK. Thanks for the current state. However it isn't all.
Your environment? How do you run your app?
Looking to the Internet the MalformedParameterizedTypeException is caused when you have a mix of Spring jars in your CLASSPATH. That is tipical for Application Servers, when they have built-in Spring options, but those jars aren't appropriate for us and we decide to use fresher version in the our app.

OK, let's try to run your app (java) with -verbose option. With that we'll see from which jars classes are loaded.

from spring-integration-extensions.

rahulmaindargi avatar rahulmaindargi commented on May 18, 2024

I am at work now, I will run with -verbose once I reach home.

I am not using it on any server.
I am working on Windows 8, Elcipse, JDK 1.7.

Running it as Simple Maven based java Application.
in Eclipse I have run Configuration for Java application with Main class having below code

ClassPathXmlApplicationContext applicationContext = new ClassPathXmlApplicationContext("applicationContext.xml");

    GreeterService greeterService = applicationContext.getBean("greeterServiceImpl", GreeterService.class);
    for (int i = 0; i < 10; i++) {
        greeterService.greet("Rahul "+i);
    }
    applicationContext.close();

All Other part of code I already shared to you.
I don't have any other dependent jar added to Classpath, except onces coming from Maven POM( already shared in above comments. )

I will check, if Maven resolved dependeincies add some Older Spring Versioned jars to Class path than what I have imported, and get back to you.

Thanks for all the Help you are giving.

from spring-integration-extensions.

rahulmaindargi avatar rahulmaindargi commented on May 18, 2024

I Created same Project on My Office machine (Windows7) and was able to reporduce the Issue.
below is the -verbose output . Sorry I am not allowed to attach it as a file.
I removed some of initial part of it (related to java.lang and sun package) as comment size is restricted


[Loaded org.springframework.beans.factory.Aware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanNameAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.InitializingBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.EnvironmentCapable from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.ListableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.HierarchicalBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.MessageSource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ApplicationEventPublisher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.ResourceLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.ResourcePatternResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.Lifecycle from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ConfigurableApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.DisposableBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.DefaultResourceLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.AbstractApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.AbstractRefreshableApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.AbstractRefreshableConfigApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.AbstractXmlApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.ClassPathXmlApplicationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.InputStreamSource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.Resource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.io.IOException from shared objects file]
[Loaded java.net.MalformedURLException from shared objects file]
[Loaded java.lang.IllegalStateException from shared objects file]
[Loaded org.springframework.beans.factory.config.AutowireCapableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.LifecycleProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertyResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.Environment from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.ConfigurablePropertyResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.ConfigurableEnvironment from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanExpressionResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyEditorRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SmartClassLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.DecoratingClassLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.ContextTypeMatchClassLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.util.EventObject from shared objects file]
[Loaded org.springframework.context.ApplicationEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ApplicationContextEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ContextRefreshedEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ContextClosedEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ApplicationEventMulticaster from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ContextStartedEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.ContextStoppedEvent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.AbstractApplicationContext$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.NestedRuntimeException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeansException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.FatalBeanException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ApplicationContextException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.SingletonBeanRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.ConfigurableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.ConfigurableListableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.AliasRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.xml.sax.EntityResolver from shared objects file]
[Loaded org.springframework.util.ClassUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.NoSuchMethodException from shared objects file]
[Loaded java.lang.SecurityException from shared objects file]
[Loaded java.util.HashMap$Values from shared objects file]
[Loaded java.util.HashMap$ValueIterator from shared objects file]
[Loaded java.util.Arrays$ArrayList from shared objects file]
[Loaded java.util.AbstractList$Itr from shared objects file]
[Loaded java.util.HashMap$KeySet from shared objects file]
[Loaded java.util.HashMap$KeyIterator from shared objects file]
[Loaded org.apache.commons.logging.LogFactory from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded java.io.UnsupportedEncodingException from shared objects file]
[Loaded org.apache.commons.logging.LogConfigurationException from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded java.lang.reflect.InvocationTargetException from shared objects file]
[Loaded java.lang.IllegalAccessException from shared objects file]
[Loaded org.apache.commons.logging.LogFactory$6 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.impl.WeakHashtable from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.LogFactory$1 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded java.lang.Thread$State from shared objects file]
[Loaded java.lang.InterruptedException from shared objects file]
[Loaded sun.reflect.NativeMethodAccessorImpl from shared objects file]
[Loaded sun.reflect.DelegatingMethodAccessorImpl from shared objects file]
[Loaded org.apache.commons.logging.impl.WeakHashtable$Referenced from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.impl.WeakHashtable$WeakKey from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.LogFactory$4 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded sun.misc.Launcher$BootClassPathHolder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.Launcher$BootClassPathHolder$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.URLClassPath$2 from shared objects file]
[Loaded java.lang.ClassLoader$2 from shared objects file]
[Loaded sun.misc.URLClassPath$1 from shared objects file]
[Loaded java.net.URLClassLoader$3 from shared objects file]
[Loaded sun.misc.CompoundEnumeration from shared objects file]
[Loaded java.io.FileNotFoundException from shared objects file]
[Loaded java.net.URLClassLoader$3$1 from shared objects file]
[Loaded org.apache.commons.logging.LogFactory$3 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded java.net.URLClassLoader$2 from shared objects file]
[Loaded org.apache.commons.logging.LogFactory$2 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.impl.LogFactoryImpl from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded java.io.StringWriter from shared objects file]
[Loaded java.lang.ExceptionInInitializerError from shared objects file]
[Loaded org.apache.commons.logging.impl.LogFactoryImpl$2 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.impl.LogFactoryImpl$1 from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.Log from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.commons.logging.impl.Log4JLogger from file:/C:/Users/XBBKQYW/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar]
[Loaded org.apache.log4j.spi.AppenderAttachable from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.Category from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.Logger from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.Priority from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.Level from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded java.lang.InstantiationError from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.UnsafeFieldAccessorFactory from shared objects file]
[Loaded sun.reflect.UnsafeQualifiedStaticFieldAccessorImpl from shared objects file]
[Loaded sun.reflect.UnsafeQualifiedStaticObjectFieldAccessorImpl from shared objects file]
[Loaded java.util.MissingResourceException from shared objects file]
[Loaded org.apache.log4j.LogManager from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.RootLogger from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.LoggerRepository from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.RepositorySelector from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.RendererSupport from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.ThrowableRendererSupport from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.Hierarchy from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.ProvisionNode from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.LoggerFactory from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.or.RendererMap from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.or.ObjectRenderer from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.or.DefaultRenderer from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.DefaultCategoryFactory from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.DefaultRepositorySelector from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.helpers.OptionConverter from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.spi.Configurator from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded java.lang.InstantiationException from shared objects file]
[Loaded java.lang.NumberFormatException from shared objects file]
[Loaded org.apache.log4j.helpers.Loader from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.helpers.LogLog from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.apache.log4j.CategoryKey from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
[Loaded org.springframework.util.ObjectUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.LinkedHashSet from shared objects file]
[Loaded org.springframework.core.io.support.PathMatchingResourcePatternResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.net.JarURLConnection from shared objects file]
[Loaded org.springframework.util.PathMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.net.URISyntaxException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.Assert from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.AntPathMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.regex.Pattern from shared objects file]
[Loaded java.util.regex.Pattern$Node from shared objects file]
[Loaded java.util.regex.Pattern$4 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$LastNode from shared objects file]
[Loaded java.util.regex.Pattern$GroupHead from shared objects file]
[Loaded java.util.regex.Pattern$CharProperty from shared objects file]
[Loaded java.util.regex.Pattern$BmpCharProperty from shared objects file]
[Loaded java.util.regex.Pattern$Single from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$BitClass from shared objects file]
[Loaded java.util.regex.Pattern$CharProperty$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$Curly from shared objects file]
[Loaded java.util.regex.Pattern$SliceNode from shared objects file]
[Loaded java.util.regex.Pattern$Slice from shared objects file]
[Loaded java.util.regex.Pattern$Begin from shared objects file]
[Loaded java.util.regex.Pattern$First from shared objects file]
[Loaded java.util.regex.Pattern$Start from shared objects file]
[Loaded java.util.regex.Pattern$TreeInfo from shared objects file]
[Loaded org.springframework.core.env.AbstractEnvironment from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.StandardEnvironment from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.security.AccessControlException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.env.PropertySources from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.EnumerablePropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.MapPropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.SystemEnvironmentPropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.Collections$SingletonSet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Collections$1 from shared objects file]
[Loaded org.springframework.core.env.MutablePropertySources from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.AbstractSequentialList from shared objects file]
[Loaded java.util.LinkedList from shared objects file]
[Loaded org.springframework.core.env.AbstractPropertyResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertySourcesPropertyResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.MissingRequiredPropertiesException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.ConversionService from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.ConverterRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ConfigurableConversionService from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.ConversionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertySourcesPropertyResolver$ClassConversionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.DefaultConversionService from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.GenericConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.ConverterNotFoundException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.ConversionFailedException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.ConverterFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.Converter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService$NoOpConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService$Converters from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.ConditionalConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.NumberToNumberConverterFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.misc.Cleaner from shared objects file]
[Loaded org.springframework.core.ResolvableType from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.IndexOutOfBoundsException from shared objects file]
[Loaded org.springframework.core.SerializableTypeWrapper$TypeProvider from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.ResolvableType$VariableResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Task from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$5 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$4 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$2 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$3 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$ReferenceType from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Segment from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Entries from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Segment$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$ReferenceManager from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Reference from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Restructure from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$TaskOption from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.EnumSet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.Class$4 from shared objects file]
[Loaded java.util.RegularEnumSet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$Entry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrentReferenceHashMap$SoftEntryReference from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.reflect.generics.scope.Scope from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.scope.AbstractScope from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.scope.ClassScope from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.factory.GenericsFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.factory.CoreReflectionFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.repository.AbstractRepository from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.repository.GenericDeclRepository from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.repository.ClassRepository from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.parser.SignatureParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.Tree from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.TypeTree from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.FormalTypeParameter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.TypeArgument from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.ReturnType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.TypeSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.BaseType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.FieldTypeSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.SimpleClassTypeSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.ClassTypeSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.ArrayIndexOutOfBoundsException from shared objects file]
[Loaded sun.reflect.generics.tree.Signature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.ClassSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.visitor.TypeTreeVisitor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.visitor.Reifier from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.ArrayList$Itr from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.reflect.ParameterizedType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.reflect.TypeVariable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.reflectiveObjects.TypeVariableImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.SerializableTypeWrapper from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.reflect.GenericArrayType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.reflect.WildcardType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.ReflectionUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.reflect.UndeclaredThrowableException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.ReflectionUtils$MethodCallback from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.sql.SQLException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.ReflectionUtils$FieldCallback from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$FieldFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$MethodFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.regex.Pattern$GroupTail from shared objects file]
[Loaded java.util.regex.Pattern$Dot from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$Ctype from shared objects file]
[Loaded org.springframework.util.ReflectionUtils$4 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$5 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$6 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.CloneNotSupportedException from shared objects file]
[Loaded org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.Class$MethodArray from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$DefaultTypeProvider from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$2 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$TypeProxyInvocationHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.misc.ProxyGenerator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.security.action.GetBooleanAction from shared objects file]
[Loaded sun.misc.ProxyGenerator$ConstantPool from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$ProxyMethod from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$MethodInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$ConstantPool$Entry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$ConstantPool$ValueEntry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.io.DataOutput from shared objects file]
[Loaded java.io.DataOutputStream from shared objects file]
[Loaded sun.misc.ProxyGenerator$ConstantPool$IndirectEntry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$FieldInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$PrimitiveTypeInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.misc.ProxyGenerator$ExceptionTableEntry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.$Proxy0 from sun.misc.Launcher$AppClassLoader]
[Loaded org.springframework.core.ResolvableType$DefaultVariableResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$MethodInvokeTypeProvider from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.ConditionalGenericConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService$ConverterFactoryAdapter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.converter.GenericConverter$ConvertiblePair from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService$ConvertersForPair from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.LinkedList$Node from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.convert.support.StringToNumberConverterFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.ListIterator from shared objects file]
[Loaded java.util.AbstractList$ListItr from shared objects file]
[Loaded org.springframework.core.convert.support.ObjectToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.GenericConversionService$ConverterAdapter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToCharacterConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.NumberToCharacterConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.reflect.ClassFileConstants from shared objects file]
[Loaded sun.reflect.AccessorGenerator from shared objects file]
[Loaded sun.reflect.MethodAccessorGenerator from shared objects file]
[Loaded sun.reflect.ByteVectorFactory from shared objects file]
[Loaded sun.reflect.ByteVector from shared objects file]
[Loaded sun.reflect.ByteVectorImpl from shared objects file]
[Loaded sun.reflect.ClassFileAssembler from shared objects file]
[Loaded sun.reflect.UTF8 from shared objects file]
[Loaded sun.reflect.Label from shared objects file]
[Loaded sun.reflect.Label$PatchInfo from shared objects file]
[Loaded sun.reflect.MethodAccessorGenerator$1 from shared objects file]
[Loaded sun.reflect.ClassDefiner from shared objects file]
[Loaded sun.reflect.ClassDefiner$1 from shared objects file]
[Loaded sun.reflect.GeneratedMethodAccessor1 from __JVM_DefineClass__]
[Loaded org.springframework.core.convert.support.CharacterToNumberFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToBooleanConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.reflect.GeneratedMethodAccessor2 from __JVM_DefineClass__]
[Loaded org.springframework.core.convert.support.StringToEnumConverterFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.EnumToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToLocaleConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToPropertiesConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.PropertiesToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToUUIDConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.UUID from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.convert.support.ArrayToCollectionConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.CollectionToArrayConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ArrayToArrayConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.CollectionToCollectionConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.MapToMapConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ArrayToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.CollectionToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToArrayConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ArrayToObjectConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ObjectToArrayConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.StringToCollectionConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.CollectionToObjectConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ObjectToCollectionConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.ByteBufferConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.TypeDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.annotation.Annotation from shared objects file]
[Loaded java.util.Collections$UnmodifiableSet from shared objects file]
[Loaded java.util.Collections$UnmodifiableCollection$1 from shared objects file]
[Loaded org.springframework.core.convert.support.ObjectToObjectConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.IdToEntityConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.convert.support.FallbackObjectToStringConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertySource$StubPropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertySource$ComparisonPropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.StringUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.Formatter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$Ques from shared objects file]
[Loaded java.util.regex.Pattern$BranchConn from shared objects file]
[Loaded java.util.regex.Pattern$Branch from shared objects file]
[Loaded java.util.regex.Pattern$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$5 from shared objects file]
[Loaded java.util.Locale$Category from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Locale$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.MatchResult from shared objects file]
[Loaded java.util.regex.Matcher from shared objects file]
[Loaded java.util.regex.ASCII from shared objects file]
[Loaded java.util.Formatter$FormatString from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Formatter$FixedString from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Formatter$FormatSpecifier from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Formatter$Flags from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Formatter$Conversion from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Formattable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.apache.log4j.spi.LoggingEvent from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[Loaded org.springframework.core.SpringProperties from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.lang.ProcessEnvironment from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.ProcessEnvironment$NameComparator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.ProcessEnvironment$EntryComparator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Collections$UnmodifiableMap from shared objects file]
[Loaded java.util.SortedMap from shared objects file]
[Loaded java.util.NavigableMap from shared objects file]
[Loaded java.util.TreeMap from shared objects file]
[Loaded java.lang.ProcessEnvironment$CheckedEntrySet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.ProcessEnvironment$CheckedEntrySet$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.ProcessEnvironment$CheckedEntry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TreeMap$Entry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.PropertyPlaceholderHelper from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.AbstractPropertyResolver$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.Date from shared objects file]
[Loaded sun.util.calendar.CalendarSystem from shared objects file]
[Loaded sun.util.calendar.AbstractCalendar from shared objects file]
[Loaded sun.util.calendar.BaseCalendar from shared objects file]
[Loaded sun.util.calendar.Gregorian from shared objects file]
[Loaded java.util.TimeZone from shared objects file]
[Loaded sun.util.calendar.ZoneInfo from shared objects file]
[Loaded sun.util.calendar.ZoneInfoFile from shared objects file]
[Loaded sun.util.calendar.ZoneInfoFile$1 from shared objects file]
[Loaded java.nio.file.FileSystems from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.FileSystems$DefaultFileSystemHolder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.FileSystems$DefaultFileSystemHolder$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.DefaultFileSystemProvider from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.spi.FileSystemProvider from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.AbstractFileSystemProvider from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsFileSystemProvider from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.FileSystem from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsFileSystem from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsPathParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsPathType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsPathParser$Result from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.Util from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.net.URI from shared objects file]
[Loaded java.net.URI$Parser from shared objects file]
[Loaded java.nio.file.Watchable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.Path from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.AbstractPath from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsPath from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.OpenOption from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.CopyOption from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.LinkOption from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsLinkSupport from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$FirstFile from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$FirstStream from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$VolumeInformation from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$DiskFreeSpace from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$Account from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$AclInformation from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$CompletionStatus from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsNativeDispatcher$BackupResult from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.NativeBuffers from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.NativeBuffer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.NativeBuffer$Deallocator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.attribute.BasicFileAttributes from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.nio.file.attribute.DosFileAttributes from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.nio.fs.WindowsFileAttributes from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.util.calendar.ZoneInfoFile$2 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TimeZone$1 from shared objects file]
[Loaded sun.util.calendar.CalendarDate from shared objects file]
[Loaded sun.util.calendar.BaseCalendar$Date from shared objects file]
[Loaded sun.util.calendar.Gregorian$Date from shared objects file]
[Loaded sun.util.calendar.CalendarUtils from shared objects file]
[Loaded java.util.TimeZone$DisplayNames from shared objects file]
[Loaded sun.util.TimeZoneNameUtility from shared objects file]
[Loaded sun.util.resources.LocaleData from shared objects file]
[Loaded sun.util.resources.LocaleData$1 from shared objects file]
[Loaded java.util.ResourceBundle$Control from shared objects file]
[Loaded sun.util.resources.LocaleData$LocaleDataResourceBundleControl from shared objects file]
[Loaded java.util.ResourceBundle$Control$CandidateListCache from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.ResourceBundle from shared objects file]
[Loaded java.util.ResourceBundle$1 from shared objects file]
[Loaded java.util.ResourceBundle$RBClassLoader from shared objects file]
[Loaded java.util.ResourceBundle$RBClassLoader$1 from shared objects file]
[Loaded java.util.ResourceBundle$CacheKey from shared objects file]
[Loaded java.util.ResourceBundle$CacheKeyReference from shared objects file]
[Loaded java.util.ResourceBundle$LoaderReference from shared objects file]
[Loaded java.util.ResourceBundle$SingleFormatControl from shared objects file]
[Loaded sun.util.LocaleDataMetaInfo from shared objects file]
[Loaded sun.util.resources.OpenListResourceBundle from shared objects file]
[Loaded sun.util.resources.TimeZoneNamesBundle from shared objects file]
[Loaded sun.util.resources.TimeZoneNames from shared objects file]
[Loaded java.util.ResourceBundle$BundleReference from shared objects file]
[Loaded sun.util.resources.TimeZoneNames_en from shared objects file]
[Loaded java.util.spi.LocaleServiceProvider from shared objects file]
[Loaded java.util.spi.TimeZoneNameProvider from shared objects file]
[Loaded sun.util.LocaleServiceProviderPool from shared objects file]
[Loaded sun.util.locale.LocaleExtensions from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.Character$CharacterCache from shared objects file]
[Loaded sun.util.locale.Extension from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.util.locale.UnicodeLocaleExtension from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Collections$SingletonMap from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.util.LocaleServiceProviderPool$1 from shared objects file]
[Loaded java.util.ServiceLoader from shared objects file]
[Loaded java.util.ServiceLoader$LazyIterator from shared objects file]
[Loaded java.util.ServiceLoader$1 from shared objects file]
[Loaded java.util.LinkedHashMap$LinkedHashIterator from shared objects file]
[Loaded java.util.LinkedHashMap$EntryIterator from shared objects file]
[Loaded java.util.LinkedHashMap$KeyIterator from shared objects file]
[Loaded org.springframework.core.SimpleAliasRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.DefaultSingletonBeanRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.FactoryBeanRegistrySupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.DefaultListableBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanCreationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanCreationNotAllowedException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanCurrentlyInCreationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.FactoryBeanNotInitializedException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.AttributeAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanMetadataElement from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.NoSuchBeanDefinitionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanDefinitionStoreException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyEditorRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.TypeConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.CannotLoadBeanClassException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.ErrorCoded from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyAccessException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.TypeMismatchException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.ObjectFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanNotOfRequiredTypeException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanIsAbstractException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanIsNotAFactoryException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.NamedThreadLocal from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionValidationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.ConfigurablePropertyAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanWrapper from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyValues from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.AttributeAccessorSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanMetadataAttributeAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.RootBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.DependencyDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$AutowireByTypeDependencyDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.UnsatisfiedDependencyException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.InstantiationStrategy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.ParameterNameDiscoverer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.NoUniqueBeanDefinitionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AutowireCandidateResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.io.ObjectStreamException from shared objects file]
[Loaded java.io.NotSerializableException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.concurrent.ConcurrentHashMap$KeySet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.support.SimpleInstantiationStrategy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.lang.UnsupportedOperationException from shared objects file]
[Loaded org.springframework.beans.BeanInstantiationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.PrioritizedParameterNameDiscoverer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.DefaultParameterNameDiscoverer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.JdkVersion from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.LocalVariableTableParameterNameDiscoverer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.ClassVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanFactoryAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanClassLoaderAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.SimpleAutowireCandidateResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractBeanDefinitionReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.XmlBeanDefinitionReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanNameGenerator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.ProblemReporter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.util.EventListener from shared objects file]
[Loaded org.springframework.beans.factory.parsing.ReaderEventListener from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.SourceExtractor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.DocumentLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.xml.sax.SAXException from shared objects file]
[Loaded org.xml.sax.SAXParseException from shared objects file]
[Loaded javax.xml.parsers.ParserConfigurationException from shared objects file]
[Loaded org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.NamespaceHandlerResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.xml.sax.ErrorHandler from shared objects file]
[Loaded org.springframework.core.Constants from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.ConstantException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.reflect.UnsafeQualifiedStaticIntegerFieldAccessorImpl from shared objects file]
[Loaded sun.reflect.GeneratedMethodAccessor3 from __JVM_DefineClass__]
[Loaded org.springframework.beans.factory.support.DefaultBeanNameGenerator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.BeanDefinitionDocumentReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.FailFastProblemReporter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.BeanDefinitionParsingException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.EmptyReaderEventListener from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.NullSourceExtractor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.DefaultDocumentLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.xml.SimpleSaxErrorHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.xml.XmlValidationModeDetector from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.io.CharConversionException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.xml.DelegatingEntityResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.ResourceEntityResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.BeansDtdResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.PluggableSchemaResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded sun.reflect.GeneratedConstructorAccessor1 from __JVM_DefineClass__]
[Loaded sun.reflect.BootstrapConstructorAccessorImpl from shared objects file]
[Loaded org.springframework.core.io.ContextResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.AbstractResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.AbstractFileResolvingResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.ClassPathResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.DefaultResourceLoader$ClassPathContextResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.NestedIOException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.CollectionUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.MultiValueMap from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.LinkedList$ListItr from shared objects file]
[Loaded org.springframework.core.io.support.EncodedResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.net.ProgressMonitor from shared objects file]
[Loaded sun.net.ProgressMeteringPolicy from shared objects file]
[Loaded sun.net.DefaultProgressMeteringPolicy from shared objects file]
[Loaded org.xml.sax.InputSource from shared objects file]
[Loaded javax.xml.parsers.DocumentBuilderFactory from shared objects file]
[Loaded javax.xml.parsers.FactoryFinder from shared objects file]
[Loaded javax.xml.parsers.SecuritySupport from shared objects file]
[Loaded javax.xml.parsers.SecuritySupport$2 from shared objects file]
[Loaded javax.xml.parsers.SecuritySupport$5 from shared objects file]
[Loaded javax.xml.parsers.SecuritySupport$1 from shared objects file]
[Loaded javax.xml.parsers.SecuritySupport$4 from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.jaxp.JAXPConstants from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded javax.xml.parsers.DocumentBuilder from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLDTDHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.XMLParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.DOMParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLPullParserConfiguration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.XML11Configurable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.XML11Configuration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.SymbolTable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.SymbolTable$Entry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLComponent from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityManager from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.Augmentations from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.AugmentationsImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.XMLEntityStorage from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLLocator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityScanner from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.io.EOFException from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityScanner$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLErrorReporter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.XMLBufferListener from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLScanner from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLString from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLStringBuffer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ElementStack from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.QName from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ElementStack2 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Driver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$ContentDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XMLAttributes from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLAttributesImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.NamespaceContext from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.NamespaceSupport from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDriver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.XMLDTDDescription from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDTDScanner from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDTDFilter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDTDContentModelFilter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDProcessor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLEntityDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentFilter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidatorFilter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.RevalidationHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.ValidationContext from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.validation.ValidationState from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLElementDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLSimpleType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.XMLAttributeDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammarBucket from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.ObjectFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$4 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$2 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$3 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.DTDDVFactoryImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.DatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.StringDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.IDDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.IDREFDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.ListDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.ENTITYDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.NOTATIONDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.dtd.NMTOKENDatatypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.validation.ValidationManager from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLVersionDetector from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.MessageFormatter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.FeatureState from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.Status from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.PropertyState from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.xml.sax.DTDHandler from shared objects file]
[Loaded org.xml.sax.ContentHandler from shared objects file]
[Loaded org.xml.sax.helpers.DefaultHandler from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.jaxp.DefaultValidationErrorHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$8 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityManager from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.xml.sax.ext.EntityResolver2 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.EntityResolverWrapper from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.ExternalSubsetResolver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.io.UTF8Reader from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.util.BufferAllocator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.Entity from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.xml.internal.stream.Entity$ScannedEntity from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLChar from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.identity.FieldActivator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.ItemPSVI from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.ElementPSVI from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSDDescription from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSObject from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSTerm from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSElementDeclaration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.Grammar from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.XSGrammar from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSNamespaceItem from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSTypeDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.TypeInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$XSAnyType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSModelGroupDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.SchemaDVFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.BaseSchemaDVFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.SchemaDVFactoryImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.SymbolHash from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.SymbolHash$Entry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.TypeValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.AnySimpleDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.StringDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.BooleanDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DurationDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded javax.xml.datatype.DatatypeFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$7 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.datatypes.XSDateTime from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV$DateTimeData from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DateTimeDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.TimeDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DateDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.YearDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDayDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DayDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.HexBinaryDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.Base64BinaryDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.AnyURIDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.URI from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.IDDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.IDREFDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.EntityDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.IntegerDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.ListDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.UnionDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDurationDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DayTimeDurationDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.AnyAtomicDV from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$4 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.XSFacets from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.datatypes.XSDecimal from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV$XDecimal from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.REUtil from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.RegexParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.ParserForXMLSchema from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.SecuritySupport$7 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.PropertyResourceBundle from shared objects file]
[Loaded java.util.ResourceBundle$Control$1 from shared objects file]
[Loaded sun.net.www.protocol.jar.JarURLConnection from shared objects file]
[Loaded sun.net.www.protocol.jar.URLJarFile$URLJarFileCloseController from shared objects file]
[Loaded sun.net.www.protocol.jar.JarFileFactory from shared objects file]
[Loaded sun.net.www.protocol.jar.URLJarFile from shared objects file]
[Loaded sun.net.www.protocol.jar.URLJarFile$URLJarFileEntry from shared objects file]
[Loaded sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream from shared objects file]
[Loaded java.util.Properties$LineReader from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.Token from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$CharToken from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.RangeToken from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ClosureToken from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ParenToken from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$UnionToken from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.ExtendedSchemaDVFactoryImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinAttrDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.CMNodeFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSEmptyCM from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarLoader from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSLoader from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.DOMConfiguration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.DefaultErrorHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.io.PrintWriter from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSParticle from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.Node from shared objects file]
[Loaded org.w3c.dom.Element from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultXMLDocumentHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser$BooleanStack from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSNotationDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.IntStack from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ValueStoreCache from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.XMLSymbols from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredNode from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.traversal.DocumentTraversal from shared objects file]
[Loaded org.w3c.dom.events.DocumentEvent from shared objects file]
[Loaded org.w3c.dom.ranges.DocumentRange from shared objects file]
[Loaded org.w3c.dom.Document from shared objects file]
[Loaded org.w3c.dom.NodeList from shared objects file]
[Loaded org.w3c.dom.events.EventTarget from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.dom.NodeImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.ChildNode from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.ParentNode from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DocumentImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl$RefCount from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.Constants from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.ArrayList$SubList from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.ArrayList$SubList$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.Constants$ArrayEnumeration from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.io.support.PropertiesLoaderUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.PropertiesPersister from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ResourceUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded com.sun.org.apache.xerces.internal.util.DOMInputSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.SAXInputSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.StAXInputSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.XSInputSource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSDKey from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.XNIException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultNode from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.NodeImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultDocument from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOM from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultElement from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.ElementImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.Attr from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.AttrImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.util.DOMUtil from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.XInt from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.OneAttr from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.Container from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.SmallContainer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.LargeContainer from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeGroupTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSIDCDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDKeyrefTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDNotationTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDSimpleTypeTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDUniqueOrKeyTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDWildcardTraverser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.SchemaNamespaceSupport from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.NamedNodeMap from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.opti.NamedNodeMapImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSAnnotation from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSAttributeGroupDefinition from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSAttributeUse from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.datatypes.XSQName from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV$XQName from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSObjectList from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSWildcard from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.XSModelGroup from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser$FacetInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.ShortList from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSConstraints from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSCMUniOp from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSCMBinOp from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.AttributePSVI from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.xs.datatypes.ObjectList from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.dv.xs.ListDV$ListData from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.impl.xs.util.ShortListImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.BeanUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.ComponentDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.ReaderContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.XmlReaderContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.io.StringReader from shared objects file]
[Loaded org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.ElementImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.ElementNSImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.AttributeMap from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.AttrImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.AttrNSImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredAttrNSImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.xml.BeanDefinitionParserDelegate from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.DefaultsDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.ParseState$Entry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.MethodOverride from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.LookupOverride from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ReplaceOverride from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyValue from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.Mergeable from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ManagedProperties from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.DocumentDefaultsDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.ParseState from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.w3c.dom.CharacterData from shared objects file]
[Loaded org.w3c.dom.Text from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.TextImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredTextImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.w3c.dom.Comment from shared objects file]
[Loaded com.sun.org.apache.xerces.internal.dom.CommentImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.DeferredCommentImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.org.apache.xerces.internal.dom.NodeListCache from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.xml.NamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.NamespaceHandlerSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.TaskNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.BeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.AbstractBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.ExecutorBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.SchedulerBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.xml.ParserContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanDefinitionHolder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.BeanComponentDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.AbstractComponentDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.CompositeComponentDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionBuilder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ChildBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.GenericBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.MethodOverrides from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.ConstructorArgumentValues from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.MutablePropertyValues from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanReference from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.ContextNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.PropertyOverrideBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ComponentScanBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.filter.TypeFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.SpringConfiguredBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.MBeanExportBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.config.MBeanServerBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.AnnotationConfigUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.AnnotatedTypeMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded javax.annotation.Resource from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.OrderComparator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotationAwareOrderComparator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.TargetClassAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.TargetSource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.Value from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.Qualifier from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.BeanFactoryPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.Ordered from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.PriorityOrdered from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ResourceLoaderAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.EnvironmentAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.CommonAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ClassPathBeanDefinitionScanner from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.MetadataReaderFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.AnnotatedBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ScopeMetadataResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConflictingBeanDefinitionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.SimpleMetadataReaderFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.CachingMetadataReaderFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.MetadataReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.CachingMetadataReaderFactory$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.filter.AnnotationTypeFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.stereotype.Component from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.lang.annotation.Inherited from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.annotation.AnnotationParser from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.annotation.Target from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.annotation.AnnotationType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.annotation.RetentionPolicy from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.annotation.AnnotationType$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.annotation.ElementType from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.annotation.Retention from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.annotation.Documented from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.annotation.AnnotationInvocationHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.proxy.$Proxy1 by instance of java.lang.reflect.Proxy]
[Loaded sun.reflect.annotation.ExceptionProxy from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.proxy.$Proxy2 by instance of java.lang.reflect.Proxy]
[Loaded com.sun.proxy.$Proxy3 by instance of java.lang.reflect.Proxy]
[Loaded org.springframework.beans.factory.support.BeanDefinitionDefaults from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.AnnotationBeanNameGenerator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.AnnotationScopeMetadataResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Scope from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ScopedProxyMode from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.ResourcePatternUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.UrlResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.AntPathMatcher$AntPathStringMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.regex.Pattern$Loop from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$LazyLoop from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$Prolog from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$BnM from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.regex.Pattern$SliceS from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.io.WritableResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.FileSystemResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.SimpleMetadataReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.ClassMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.AnnotationMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.ClassMetadataReadingVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.ClassReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.AnnotationVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.EmptyAnnotationVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.FieldVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.EmptyFieldVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.MethodVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.EmptyMethodVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.MethodMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.MethodMetadataReadingVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.LinkedMultiValueMap from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.Attribute from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.Context from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.MethodWriter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.Label from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.ClassWriter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.AnnotationWriter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.FieldWriter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.Opcodes from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.asm.Type from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.LinkedHashMap$ValueIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotationAttributes from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.stereotype.Service from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded com.sun.proxy.$Proxy4 from sun.misc.Launcher$AppClassLoader]
[Loaded org.springframework.core.annotation.AnnotationUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConditionEvaluator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConditionContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Conditional from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ScannedGenericBeanDefinition from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ScopeMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.classreading.AnnotationReadingVisitorUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.beans.Introspector from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.WeakCache from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.FeatureDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.EventSetDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.context.annotation.Lazy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Primary from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.DependsOn from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Role from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Description from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionReaderUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.IntegrationNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler$NamespaceHandlerDelegate from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractChannelParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PointToPointChannelParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PublishSubscribeChannelParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractConsumerEndpointParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractDelegatingConsumerEndpointParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ServiceActivatorParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.TransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.EnricherParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.FilterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.DefaultRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.HeaderValueRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PayloadTypeRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ErrorMessageExceptionTypeRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.RecipientListRouterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SplitterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractCorrelatingMessageHandlerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AggregatorParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ResequencerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.HeaderEnricherParserSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.StandardHeaderEnricherParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.HeaderFilterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ObjectToStringTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ObjectToMapTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.MapToObjectTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ObjectToJsonTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.JsonToObjectTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PayloadSerializingTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PayloadDeserializingTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ClaimCheckInParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SyslogToMapTransformerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ClaimCheckOutParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.DefaultInboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ResourceInboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.DefaultOutboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.LoggingChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.GatewayParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.context.annotation.ImportBeanDefinitionRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.MessagingGatewayRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.DelayerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.BridgeParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ChainParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SelectorParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SelectorChainParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PollerParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.AnnotationConfigParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ApplicationEventMulticasterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.PublishingInterceptorParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.GlobalChannelInterceptorParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ConverterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.IntegrationConfigurationInitializer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.IntegrationConverterInitializer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.MessageHistoryParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.MessageHistoryRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.ControlBusParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.GlobalWireTapParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.TransactionSynchronizationFactoryParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SpelFunctionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.SpelPropertyAccessorsParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ManagedMap from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.RetryAdviceParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.IntegrationRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.context.IntegrationProperties from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.FactoryBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.PropertiesLoaderSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.PropertiesFactoryBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.DefaultPropertiesPersister from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.ChannelInitializer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.ChannelInitializer$AutoCreateCandidatesCollector from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ManagedSet from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.ConstructorArgumentValues$ValueHolder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.lang.Integer$IntegerCache from shared objects file]
[Loaded org.springframework.integration.config.IntegrationConfigurationBeanFactoryPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.context.ApplicationContextAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.IntegrationEvaluationContextFactoryBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.expression.IntegrationEvaluationContextAwareBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanFactoryUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.support.channel.HeaderChannelRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.context.Phased from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.SmartLifecycle from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.support.context.NamedComponent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.context.IntegrationObjectSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.channel.DefaultHeaderChannelRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.GlobalChannelInterceptorProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.converter.MessageConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.support.converter.DefaultDatatypeChannelMessageConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.support.MessageBuilderFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.support.DefaultMessageBuilderFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.MessageChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.messaging.SubscribableChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.history.TrackableComponent from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.channel.ChannelInterceptorAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.channel.AbstractMessageChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.channel.AbstractSubscribableChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.channel.PublishSubscribeChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.xml.IntegrationNamespaceUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.core.Conventions from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.io.Externalizable from shared objects file]
[Loaded org.springframework.beans.factory.config.TypedStringValue from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.xml.DomUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.channel.FixedSubscriberChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ManagedList from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.kafka.config.xml.KafkaNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.kafka.config.xml.ZookeeperConnectParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.config.xml.KafkaInboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.config.xml.KafkaOutboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.config.xml.KafkaProducerContextParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.config.xml.KafkaConsumerContextParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.config.ConsumerEndpointFactoryBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.MessageHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.context.Orderable from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.handler.AbstractMessageHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.kafka.outbound.KafkaProducerMessageHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.beans.factory.config.RuntimeBeanReference from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.stream.config.StreamNamespaceHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-stream/4.0.4.RELEASE/spring-integration-stream-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-stream/4.0.4.RELEASE/spring-integration-stream-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-stream/4.0.4.RELEASE/spring-integration-stream-4.0.4.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.BeanEntry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.PropertyEntry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.kafka.support.KafkaProducerContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.support.ProducerConfiguration from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.support.ProducerMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.integration.kafka.support.ProducerFactoryBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-kafka/1.0.0.M1/spring-integration-kafka-1.0.0.M1.jar]
[Loaded org.springframework.context.expression.StandardBeanExpressionResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.ExpressionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.ParserContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.PropertyAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.BeanResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.TypeLocator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.TypeConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.EvaluationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanExpressionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.common.TemplateAwareExpressionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.standard.SpelExpressionParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.Expression from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.ExpressionException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.ParseException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.common.TemplateAwareExpressionParser$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.SpelParserConfiguration from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.StandardBeanExpressionResolver$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.support.ResourceEditorRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.PropertyEditor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.context.support.ApplicationContextAwareProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.StringValueResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ApplicationEventPublisherAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.MessageSourceAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.PostProcessorRegistrationDelegate from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.framework.ProxyConfig from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.EmbeddedValueResolverAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.ApplicationListener from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded com.rahul.springintegration.GreeterService from file:/C:/Data/ZEROMQ/Maven-POC/KAFKAProducerConsumerDemo/target/classes/]
[Loaded com.rahul.springintegration.GreeterServiceImpl from file:/C:/Data/ZEROMQ/Maven-POC/KAFKAProducerConsumerDemo/target/classes/]
[Loaded org.springframework.integration.stream.CharacterStreamWritingMessageHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-stream/4.0.4.RELEASE/spring-integration-stream-4.0.4.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$2 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.BeanInitializationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.messaging.MessagingException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.messaging.MessageHandlingException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.messaging.Message from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.TaskScheduler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractBeanFactory$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.PassThroughSourceExtractor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassPostProcessor$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyEditorRegistrySupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.TypeConverterSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.AbstractPropertyAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanWrapperImpl from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.ConversionNotSupportedException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.InvalidPropertyException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.NotWritablePropertyException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.NullValueInNestedPathException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.PropertyBatchUpdateException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.NotReadablePropertyException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.MethodInvocationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.TypeConverterDelegate from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.PropertyEditorSupport from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.io.ResourceEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.InputStreamEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.InputSourceEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.FileEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.URLEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.URIEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.ClassEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.propertyeditors.ClassArrayEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.ResourceArrayPropertyEditor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$2 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.DisposableBeanAdapter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassPostProcessor$EnhancedConfigurationBeanPostProcessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Configuration from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Import from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.Bean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.StandardClassMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.type.StandardAnnotationMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotatedElementUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotatedElementUtils$Processor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotatedElementUtils$3 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.Collections$EmptyIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.PropertyDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.annotation.InjectionMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanMetadataAttribute from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.util.Objects from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.expression.spel.support.StandardEvaluationContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.messaging.MessageHeaders from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.support.AbstractIntegrationMessageBuilder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.support.MessageBuilder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.MessageDeliveryException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.MessageDispatchingException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.core.DestinationResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ErrorHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.Executor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.integration.dispatcher.MessageDispatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.dispatcher.AbstractDispatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.dispatcher.BroadcastingDispatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.endpoint.AbstractEndpoint from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.endpoint.EventDrivenConsumer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.endpoint.AbstractPollingEndpoint from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.endpoint.PollingConsumer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.scheduling.PollerMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded kafka.serializer.Encoder from file:/C:/Users/XBBKQYW/.m2/repository/org/apache/kafka/kafka_2.10/0.8.1.1/kafka_2.10-0.8.1.1.jar]
[Loaded kafka.producer.Partitioner from file:/C:/Users/XBBKQYW/.m2/repository/org/apache/kafka/kafka_2.10/0.8.1.1/kafka_2.10-0.8.1.1.jar]
[Loaded kafka.producer.async.EventHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/apache/kafka/kafka_2.10/0.8.1.1/kafka_2.10-0.8.1.1.jar]
[Loaded kafka.javaapi.producer.Producer from file:/C:/Users/XBBKQYW/.m2/repository/org/apache/kafka/kafka_2.10/0.8.1.1/kafka_2.10-0.8.1.1.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser$ImportRegistry from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.PropertiesPropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.ResourcePropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.env.CompositePropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser$ImportStack from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.parsing.Problem from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser$CircularImportProblem from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ComponentScanAnnotationParser from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClass from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClass$FinalConfigurationProblem from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationCondition$ConfigurationPhase from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassParser$SourceClass from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.PropertySources from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.PropertySource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ComponentScan from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ImportResource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.util.Arrays$LegacyMergeSort from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TimSort from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$InvalidConfigurationImportProblem from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.io.support.SpringFactoriesLoader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.config.GlobalChannelInterceptorInitializer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.GlobalChannelInterceptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.IntegrationConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.handler.LoggingHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.core.task.TaskExecutor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.task.AsyncTaskExecutor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.task.AsyncListenableTaskExecutor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.SchedulingTaskExecutor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.ThreadFactory from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.CustomizableThreadCreator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.concurrent.CustomizableThreadFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.concurrent.ExecutorConfigurationSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.RejectedExecutionHandler from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.integration.channel.MessagePublishingErrorHandler from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.messaging.PollableChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-messaging/4.0.7.RELEASE/spring-messaging-4.0.7.RELEASE.jar]
[Loaded org.springframework.integration.channel.NullChannel from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.integration.config.IdGeneratorConfigurer from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/integration/spring-integration-core/4.0.4.RELEASE/spring-integration-core-4.0.4.RELEASE.jar]
[Loaded org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.Autowired from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.Required from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded javax.xml.ws.WebServiceRef from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.jndi.JndiAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.jndi.JndiLocatorSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.jndi.support.SimpleJndiBeanFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded javax.naming.NamingException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded javax.naming.NameNotFoundException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.jndi.TypeMismatchNamingException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.jndi.JndiTemplate from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded javax.naming.Context from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.jndi.JndiCallback from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded javax.annotation.PostConstruct from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded javax.annotation.PreDestroy from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.ArrayList$ListItr from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.aop.Advisor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.annotation.AnnotatedElementUtils$4 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.BridgeMethodResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.CachedIntrospectionResults from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.IntrospectionException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.GenericTypeAwarePropertyDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.BeanInfoFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.ExtendedBeanInfoFactory from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.BeanInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.ExtendedBeanInfo from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.IndexedPropertyDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.SimpleIndexedPropertyDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.SimplePropertyDescriptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.ThreadGroupContext from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.WeakIdentityMap from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.ThreadGroupContext$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.WeakIdentityMap$Entry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.finder.InstanceFinder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.finder.BeanInfoFinder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.finder.ClassFinder from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.BeanDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.MethodDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.scope.MethodScope from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.repository.ConstructorRepository from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.repository.MethodRepository from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.BottomSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.Wildcard from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.tree.MethodTypeSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.TypeResolver from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded sun.reflect.generics.reflectiveObjects.WildcardTypeImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded com.sun.beans.WildcardTypeImpl from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.Transient from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TreeMap$Values from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TreeMap$PrivateEntryIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.TreeMap$ValueIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.SimpleBeanInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.GenericBeanInfo from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.beans.PropertyVetoException from shared objects file]
[Loaded sun.reflect.generics.tree.VoidDescriptor from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.support.AutowireUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.MethodParameter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.GenericTypeResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$MethodParameterTypeProvider from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.SerializableTypeWrapper$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfiguration from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.PointcutAdvisor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.AbstractPointcutAdvisor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.AsyncAnnotationAdvisor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.aopalliance.aop.Advice from file:/C:/Users/XBBKQYW/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar]
[Loaded org.springframework.aop.Pointcut from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.task.SimpleAsyncTaskExecutor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.Future from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.util.concurrent.ListenableFuture from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ConcurrencyThrottleSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.Async from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.aopalliance.intercept.Interceptor from file:/C:/Users/XBBKQYW/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar]
[Loaded org.aopalliance.intercept.MethodInterceptor from file:/C:/Users/XBBKQYW/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar]
[Loaded org.springframework.aop.interceptor.AsyncExecutionAspectSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.interceptor.AsyncExecutionInterceptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.Callable from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.aop.support.annotation.AnnotationMatchingPointcut from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.ClassFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.MethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.annotation.AnnotationClassFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.TrueMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.TrueClassFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.StaticMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.annotation.AnnotationMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.ComposablePointcut from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.MethodMatchers from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.IntroductionAwareMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.MethodMatchers$UnionMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.MethodMatchers$ClassFilterAwareUnionMethodMatcher from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.ClassFilters from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.ClassFilters$UnionClassFilter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.annotation.ImportAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.config.ScheduledTaskRegistrar from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.Scheduled from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.ReflectionUtils$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.ApplicationContextAwareProcessor$EmbeddedValueResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded sun.reflect.GeneratedMethodAccessor4 from __JVM_DefineClass__]
[Loaded org.springframework.aop.framework.AopInfrastructureBean from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.framework.Advised from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.support.AopUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.AopInvocationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.IntroductionInfo from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.IntroductionAdvisor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.aop.SpringProxy from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-aop/4.0.7.RELEASE/spring-aop-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.scheduling.annotation.Schedules from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.PostProcessorRegistrationDelegate$ApplicationListenerDetector from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.HierarchicalMessageSource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.MessageSourceSupport from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.support.DelegatingMessageSource from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.NoSuchMessageException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded java.text.Format from shared objects file]
[Loaded java.text.MessageFormat from shared objects file]
[Loaded org.springframework.context.event.AbstractApplicationEventMulticaster from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.SimpleApplicationEventMulticaster from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.SmartApplicationListener from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.event.AbstractApplicationEventMulticaster$ListenerRetriever from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.weaving.LoadTimeWeaverAware from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded com.sun.proxy.$Proxy5 from sun.misc.Launcher$AppClassLoader]
[Loaded org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.DependencyDescriptor$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.SimpleTypeConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1Holder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.support.StandardTypeConverter from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.EvaluationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.SpelEvaluationException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ConstructorResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.BeanDefinitionValueResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1 from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.beans.factory.config.BeanExpressionContext from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.common.LiteralExpression from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.TypeComparator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.OperatorOverloader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.support.StandardTypeComparator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.support.StandardOperatorOverloader from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.TypedValue from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.BeanExpressionContextAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.AccessException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.support.ReflectivePropertyAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.BeanFactoryAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.MapAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.MapAccessor$MapAccessException from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.EnvironmentAccessor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.context.expression.BeanFactoryResolver from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-context/4.0.7.RELEASE/spring-context-4.0.7.RELEASE.jar]
[Loaded org.springframework.expression.spel.support.StandardTypeLocator from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-expression/4.0.7.RELEASE/spring-expression-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.config.RuntimeBeanNameReference from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ManagedArray from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.AutowireUtils$1 from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ConstructorResolver$ConstructorPropertiesChecker from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded java.beans.ConstructorProperties from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.LocalVariableTableParameterNameDiscoverer$LocalVariableTableVisitor from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded org.springframework.beans.factory.support.ConstructorResolver$ArgumentsHolder from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-beans/4.0.7.RELEASE/spring-beans-4.0.7.RELEASE.jar]
[Loaded org.springframework.util.MethodInvoker from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded sun.reflect.generics.tree.TypeVariableSignature from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.reflect.MalformedParameterizedTypeException from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.springframework.core.NestedExceptionUtils from file:/C:/Users/XBBKQYW/.m2/repository/org/springframework/spring-core/4.0.7.RELEASE/spring-core-4.0.7.RELEASE.jar]
[Loaded java.util.concurrent.ConcurrentHashMap$EntrySet from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.concurrent.ConcurrentHashMap$HashIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.concurrent.ConcurrentHashMap$EntryIterator from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded org.apache.log4j.spi.ThrowableInformation from file:/C:/Users/XBBKQYW/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar]
Exception in thread "main" [Loaded java.lang.Throwable$PrintStreamOrWriter from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.lang.Throwable$WrappedPrintStream from C:\Program Files\Java\jre7\lib\rt.jar]
[Loaded java.util.IdentityHashMap from shared objects file]
[Loaded java.util.IdentityHashMap$KeySet from shared objects file]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'greeterServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1186)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    at com.rahul.springintegration.App.main(App.java:19)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.messaging.MessageChannel com.rahul.springintegration.GreeterServiceImpl.inputToKafka; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:509)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:290)
    ... 13 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prodFactory_test2': Cannot resolve reference to bean 'producerMetadata_test2' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:336)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1115)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck(AbstractAutowireCapableBeanFactory.java:846)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:776)
    at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:541)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:387)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:362)
    at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:187)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1006)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:862)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:481)
    ... 15 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'producerMetadata_test2': Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
    ... 30 more
Caused by: java.lang.reflect.MalformedParameterizedTypeException
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.validateConstructorArguments(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.<init>(Unknown Source)
    at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.make(Unknown Source)
    at sun.reflect.generics.factory.CoreReflectionFactory.makeParameterizedType(Unknown Source)
    at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source)
    at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source)
    at sun.reflect.generics.repository.ConstructorRepository.getParameterTypes(Unknown Source)
    at java.lang.reflect.Method.getGenericParameterTypes(Unknown Source)
    at java.beans.FeatureDescriptor.getParameterTypes(Unknown Source)
    at java.beans.MethodDescriptor.setMethod(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.MethodDescriptor.<init>(Unknown Source)
    at java.beans.Introspector.getTargetMethodInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at java.beans.Introspector.getBeanInfo(Unknown Source)
    at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:284)
    at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:188)
    at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:327)
    at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:335)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1344)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1323)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1181)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    ... 36 more
[Loaded java.lang.Shutdown from shared objects file]
[Loaded java.lang.Shutdown$Lock from shared objects file]

from spring-integration-extensions.

rahulmaindargi avatar rahulmaindargi commented on May 18, 2024

Thanks for all the Help.

The cause of the issue was below dependency.
If I remove it, code runs.

<dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka_2.10</artifactId>
            <version>0.8.1.1</version>
</dependency> 

For some reason code is not working with KAFKA 0.8.1.1 but work with KAFKA 0.8.0
replacing above dependency with below solved the issues.

               <dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka_2.10</artifactId>
            <version>0.8.0</version>
        </dependency>

If you think, at this stage, its not necessary to have compatibility with KAFKA 0.8.1.1, Feel free to close this issue.

Thanks for all the guidence in finding the cause.

from spring-integration-extensions.

artembilan avatar artembilan commented on May 18, 2024

Yeah... Good to know.

I can say that we upgraded spring-integration-kafka to the kafka-0.8.1.1 recently, but that hasn't been released yet.

So, you are right. It is better just follow with transitive dependencies from spring-integration-kafka.

BTW, we really are going to release it soon.

from spring-integration-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.