Skip to content

Console Output

Skipping 6 KB.. Full Log
01:10:08.980 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:09.103 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:09.146 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:09.174 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/cubby.xml]
01:10:09.177 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:09.184 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:09.242 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:09.279 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:09.281 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:09.339 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:09.340 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:09.340 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:09.341 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Imported 11 bean definitions from relative location [cubby.xml]
01:10:09.342 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/app-cubby.xml]
01:10:09.346 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:09.349 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:09.401 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:09.425 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:09.446 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Imported 3 bean definitions from relative location [app-cubby.xml]
01:10:09.470 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action]
01:10:09.477 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Searching directory [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action] for files matching pattern [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/**/*.class]
01:10:09.479 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:mock/action/**/*.class] to resources [file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class], file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]]
01:10:09.511 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class]
01:10:09.513 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]
01:10:09.516 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 16 bean definitions from location pattern [/applicationContext.xml]
01:10:09.520 [main] INFO  o.s.w.c.s.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@68e6ff0d]: org.springframework.beans.factory.support.DefaultListableBeanFactory@53cffeb4
01:10:09.521 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - 16 beans defined in org.springframework.web.context.support.XmlWebApplicationContext@68e6ff0d: display name [Root WebApplicationContext]; startup date [Fri Jan 04 01:10:08 JST 2013]; root of context hierarchy
01:10:09.580 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:09.591 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:09.654 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:09.685 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:09.691 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:09.692 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:09.693 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:09.696 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:09.706 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@661736e]
01:10:09.708 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3a747fa2]
01:10:09.711 [main] DEBUG o.s.u.c.s.UiApplicationContextUtils - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@224c47db]
01:10:09.719 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@53cffeb4: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers,mockAction2,mockAction1]; root of factory hierarchy
01:10:09.720 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:09.720 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:09.720 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:09.721 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:09.725 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:09.736 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:09.745 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:09.751 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:09.757 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:09.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:09.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:09.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:09.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:09.764 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:09.793 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:09.801 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:09.802 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:09.802 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:09.803 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:09.830 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:09.830 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:09.830 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:09.839 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:09.843 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:09.845 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:09.885 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:09.888 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:09.892 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:09.893 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:09.897 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:09.897 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:09.897 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:09.899 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.web.context.support.XmlWebApplicationContext@68e6ff0d'
01:10:09.899 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:09.899 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:09.900 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:09.903 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:09.908 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:09.915 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:09.919 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:09.921 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:09.922 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:09.922 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:09.924 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:09.925 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:09.934 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:09.935 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:09.937 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:09.939 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:09.939 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:09.942 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:09.946 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:09.946 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:09.946 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:09.947 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:09.947 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'mockAction1'
01:10:09.951 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'mockAction1'
01:10:09.951 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'mockAction1' to allow for resolving potential circular references
01:10:09.958 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'mockAction1'
01:10:09.958 [main] DEBUG o.s.web.context.ContextLoader - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
01:10:09.960 [main] INFO  o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1410 ms
01:10:09.961 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'containerProvider'
01:10:09.968 [main] INFO  o.s.mock.web.MockServletContext - Initializing Spring root WebApplicationContext
01:10:09.968 [main] INFO  o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started
01:10:09.969 [main] INFO  o.s.w.c.s.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@9ba6076: display name [Root WebApplicationContext]; startup date [Fri Jan 04 01:10:09 JST 2013]; root of context hierarchy
01:10:09.969 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/applicationContext.xml]
01:10:09.971 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:09.980 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
01:10:09.981 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd}
01:10:09.985 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:10.023 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:10.039 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:10.047 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/cubby.xml]
01:10:10.049 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:10.052 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:10.083 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:10.117 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:10.119 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:10.122 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:10.128 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:10.132 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:10.133 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Imported 11 bean definitions from relative location [cubby.xml]
01:10:10.133 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/app-cubby.xml]
01:10:10.136 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:10.145 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:10.209 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:10.232 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:10.239 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Imported 3 bean definitions from relative location [app-cubby.xml]
01:10:10.240 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action]
01:10:10.240 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Searching directory [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action] for files matching pattern [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/**/*.class]
01:10:10.241 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:mock/action/**/*.class] to resources [file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class], file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]]
01:10:10.246 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class]
01:10:10.246 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]
01:10:10.247 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 16 bean definitions from location pattern [/applicationContext.xml]
01:10:10.247 [main] INFO  o.s.w.c.s.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@9ba6076]: org.springframework.beans.factory.support.DefaultListableBeanFactory@6d79953c
01:10:10.247 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - 16 beans defined in org.springframework.web.context.support.XmlWebApplicationContext@9ba6076: display name [Root WebApplicationContext]; startup date [Fri Jan 04 01:10:09 JST 2013]; root of context hierarchy
01:10:10.252 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:10.258 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:10.259 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:10.259 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:10.260 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:10.260 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:10.260 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:10.261 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:10.261 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3ac93e]
01:10:10.261 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@37722456]
01:10:10.261 [main] DEBUG o.s.u.c.s.UiApplicationContextUtils - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@26afa68a]
01:10:10.263 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d79953c: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers,mockAction2,mockAction1]; root of factory hierarchy
01:10:10.263 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:10.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:10.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:10.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:10.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:10.266 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:10.267 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:10.271 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:10.271 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:10.271 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:10.272 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:10.272 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:10.272 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:10.273 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:10.273 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:10.274 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:10.275 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:10.278 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:10.278 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:10.279 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:10.279 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:10.279 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:10.283 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:10.284 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:10.284 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:10.288 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:10.290 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:10.295 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:10.297 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:10.299 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:10.299 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:10.299 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:10.300 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.web.context.support.XmlWebApplicationContext@9ba6076'
01:10:10.301 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:10.302 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:10.302 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:10.315 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:10.315 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:10.315 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:10.316 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:10.316 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:10.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:10.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:10.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:10.318 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:10.322 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:10.323 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:10.323 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:10.324 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:10.324 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:10.325 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:10.325 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:10.325 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:10.326 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:10.336 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:10.337 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'mockAction1'
01:10:10.337 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'mockAction1'
01:10:10.338 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'mockAction1' to allow for resolving potential circular references
01:10:10.338 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'mockAction1'
01:10:10.339 [main] DEBUG o.s.web.context.ContextLoader - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
01:10:10.339 [main] INFO  o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 370 ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 sec
Running org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest
01:10:10.354 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest].
01:10:10.369 [main] INFO  o.s.test.context.TestContextManager - @TestExecutionListeners is not present for class [class org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest]: using defaults.
01:10:10.388 [main] DEBUG o.s.test.context.TestContextManager - Could not instantiate default TestExecutionListener class [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes available.
01:10:10.400 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - Invoking test method [public void org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest.getConverter1() throws java.lang.Exception]
01:10:10.419 [main] DEBUG o.s.t.c.s.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[TestContext@39697b67 testClass = SpringConverterProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/cubby-converters.xml', 'classpath:/app-cubby.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest@3c24c4a3, testMethod = [null], testException = [null]]].
01:10:10.422 [main] DEBUG o.s.t.c.s.AbstractGenericContextLoader - Loading ApplicationContext for locations [classpath:/cubby.xml,classpath:/cubby-converters.xml,classpath:/app-cubby.xml].
01:10:10.428 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [cubby.xml]
01:10:10.434 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:10.445 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
01:10:10.451 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd}
01:10:10.462 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:10.554 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:10.587 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:10.686 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:10.689 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:10.689 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:10.690 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:10.690 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 11 bean definitions from location pattern [classpath:/cubby.xml]
01:10:10.690 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [cubby-converters.xml]
01:10:10.694 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:10.726 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:10.789 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:10.833 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:10.846 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Looking for matching resources in jar file [file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar]
01:10:10.873 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/seasar/cubby/converter/impl/**/*.class] to resources [URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlTimestampConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlTimeConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/IntegerConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ByteArrayFileItemConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/EnumConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractFileItemConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ConversionHelperImpl.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/InputStreamFileItemConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/CharacterConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/DoubleConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ByteConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BigDecimalConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlDateConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BigIntegerConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/FloatConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/DateConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ShortConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/LongConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractDecimalNumberConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractIntegerNumberConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BooleanConverter.class], URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractDateConverter.class]]
01:10:10.886 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlTimestampConverter.class]
01:10:10.891 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlTimeConverter.class]
01:10:10.900 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/IntegerConverter.class]
01:10:10.909 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ByteArrayFileItemConverter.class]
01:10:10.911 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/EnumConverter.class]
01:10:10.913 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Ignored because not a concrete top-level class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractFileItemConverter.class]
01:10:10.919 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/InputStreamFileItemConverter.class]
01:10:10.923 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/CharacterConverter.class]
01:10:10.929 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/DoubleConverter.class]
01:10:10.931 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ByteConverter.class]
01:10:10.937 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BigDecimalConverter.class]
01:10:10.942 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/SqlDateConverter.class]
01:10:10.944 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BigIntegerConverter.class]
01:10:10.950 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Ignored because not a concrete top-level class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractConverter.class]
01:10:10.951 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/FloatConverter.class]
01:10:10.955 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/DateConverter.class]
01:10:10.957 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/ShortConverter.class]
01:10:10.967 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/LongConverter.class]
01:10:10.970 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Ignored because not a concrete top-level class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractDecimalNumberConverter.class]
01:10:10.979 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Ignored because not a concrete top-level class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractIntegerNumberConverter.class]
01:10:10.981 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/BooleanConverter.class]
01:10:10.982 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Ignored because not a concrete top-level class: URL [jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby/target/cubby-2.1.0-SNAPSHOT.jar!/org/seasar/cubby/converter/impl/AbstractDateConverter.class]
01:10:10.984 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 17 bean definitions from location pattern [classpath:/cubby-converters.xml]
01:10:10.987 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [app-cubby.xml]
01:10:10.989 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:10.996 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.051 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:11.074 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:11.081 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 3 bean definitions from location pattern [classpath:/app-cubby.xml]
01:10:11.091 [main] INFO  o.s.c.s.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@b554d32: display name [org.springframework.context.support.GenericApplicationContext@b554d32]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:11.092 [main] INFO  o.s.c.s.GenericApplicationContext - Bean factory for application context [org.springframework.context.support.GenericApplicationContext@b554d32]: org.springframework.beans.factory.support.DefaultListableBeanFactory@d18d189
01:10:11.092 [main] DEBUG o.s.c.s.GenericApplicationContext - 31 beans defined in org.springframework.context.support.GenericApplicationContext@b554d32: display name [org.springframework.context.support.GenericApplicationContext@b554d32]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:11.148 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.159 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.160 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:11.160 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.161 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.161 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.166 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:11.167 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.168 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1b49105b]
01:10:11.168 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@59d0d45b]
01:10:11.182 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d18d189: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,sqlTimestampConverter,sqlTimeConverter,integerConverter,byteArrayFileItemConverter,enumConverter,inputStreamFileItemConverter,characterConverter,doubleConverter,byteConverter,bigDecimalConverter,sqlDateConverter,bigIntegerConverter,floatConverter,dateConverter,shortConverter,longConverter,booleanConverter,multipartRequestParser,defaultRequestParser,requestParsers]; root of factory hierarchy
01:10:11.184 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.185 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.185 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:11.186 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:11.187 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:11.189 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:11.190 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:11.191 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:11.191 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:11.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:11.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:11.202 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:11.203 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:11.203 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:11.203 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:11.204 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:11.209 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sqlTimestampConverter'
01:10:11.213 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'sqlTimestampConverter'
01:10:11.225 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'sqlTimestampConverter' to allow for resolving potential circular references
01:10:11.237 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'sqlTimestampConverter'
01:10:11.256 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sqlTimeConverter'
01:10:11.256 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'sqlTimeConverter'
01:10:11.257 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'sqlTimeConverter' to allow for resolving potential circular references
01:10:11.261 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'sqlTimeConverter'
01:10:11.261 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'integerConverter'
01:10:11.261 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'integerConverter'
01:10:11.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'integerConverter' to allow for resolving potential circular references
01:10:11.274 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'integerConverter'
01:10:11.277 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'byteArrayFileItemConverter'
01:10:11.277 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'byteArrayFileItemConverter'
01:10:11.278 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'byteArrayFileItemConverter' to allow for resolving potential circular references
01:10:11.280 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'byteArrayFileItemConverter'
01:10:11.286 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'enumConverter'
01:10:11.287 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'enumConverter'
01:10:11.288 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'enumConverter' to allow for resolving potential circular references
01:10:11.298 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'enumConverter'
01:10:11.299 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'inputStreamFileItemConverter'
01:10:11.300 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'inputStreamFileItemConverter'
01:10:11.304 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'inputStreamFileItemConverter' to allow for resolving potential circular references
01:10:11.308 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'inputStreamFileItemConverter'
01:10:11.314 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'characterConverter'
01:10:11.319 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'characterConverter'
01:10:11.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'characterConverter' to allow for resolving potential circular references
01:10:11.323 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'characterConverter'
01:10:11.324 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'doubleConverter'
01:10:11.327 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'doubleConverter'
01:10:11.329 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'doubleConverter' to allow for resolving potential circular references
01:10:11.334 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'doubleConverter'
01:10:11.334 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'byteConverter'
01:10:11.339 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'byteConverter'
01:10:11.339 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'byteConverter' to allow for resolving potential circular references
01:10:11.342 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'byteConverter'
01:10:11.352 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'bigDecimalConverter'
01:10:11.353 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'bigDecimalConverter'
01:10:11.353 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'bigDecimalConverter' to allow for resolving potential circular references
01:10:11.356 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'bigDecimalConverter'
01:10:11.365 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sqlDateConverter'
01:10:11.365 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'sqlDateConverter'
01:10:11.366 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'sqlDateConverter' to allow for resolving potential circular references
01:10:11.369 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'sqlDateConverter'
01:10:11.376 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'bigIntegerConverter'
01:10:11.376 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'bigIntegerConverter'
01:10:11.378 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'bigIntegerConverter' to allow for resolving potential circular references
01:10:11.381 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'bigIntegerConverter'
01:10:11.386 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'floatConverter'
01:10:11.387 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'floatConverter'
01:10:11.388 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'floatConverter' to allow for resolving potential circular references
01:10:11.391 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'floatConverter'
01:10:11.395 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dateConverter'
01:10:11.396 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'dateConverter'
01:10:11.397 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'dateConverter' to allow for resolving potential circular references
01:10:11.406 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'dateConverter'
01:10:11.406 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'shortConverter'
01:10:11.407 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'shortConverter'
01:10:11.407 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'shortConverter' to allow for resolving potential circular references
01:10:11.410 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'shortConverter'
01:10:11.415 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'longConverter'
01:10:11.415 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'longConverter'
01:10:11.416 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'longConverter' to allow for resolving potential circular references
01:10:11.424 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'longConverter'
01:10:11.426 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'booleanConverter'
01:10:11.426 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'booleanConverter'
01:10:11.427 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'booleanConverter' to allow for resolving potential circular references
01:10:11.429 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'booleanConverter'
01:10:11.435 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:11.436 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:11.436 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:11.437 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:11.437 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:11.437 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:11.438 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:11.438 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:11.438 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:11.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:11.440 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:11.440 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:11.441 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.context.support.GenericApplicationContext@b554d32'
01:10:11.441 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:11.441 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:11.447 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:11.448 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:11.448 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:11.449 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:11.449 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:11.449 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:11.449 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:11.449 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:11.450 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:11.450 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:11.450 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:11.451 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:11.451 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:11.452 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:11.452 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:11.452 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:11.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:11.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sqlTimestampConverter'
01:10:11.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sqlTimeConverter'
01:10:11.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'integerConverter'
01:10:11.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'byteArrayFileItemConverter'
01:10:11.454 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'enumConverter'
01:10:11.454 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'inputStreamFileItemConverter'
01:10:11.454 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'characterConverter'
01:10:11.454 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'doubleConverter'
01:10:11.455 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'byteConverter'
01:10:11.455 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'bigDecimalConverter'
01:10:11.457 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sqlDateConverter'
01:10:11.458 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'bigIntegerConverter'
01:10:11.459 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'floatConverter'
01:10:11.459 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'dateConverter'
01:10:11.459 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'shortConverter'
01:10:11.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'longConverter'
01:10:11.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'booleanConverter'
01:10:11.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:11.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:11.461 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:11.468 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest]: AutowiredFieldElement for private org.seasar.cubby.spi.ConverterProvider org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest.converterProvider
01:10:11.468 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest': AutowiredFieldElement for private org.seasar.cubby.spi.ConverterProvider org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest.converterProvider
01:10:11.469 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'converterProvider'
01:10:11.469 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest' to bean named 'converterProvider'
01:10:11.482 [main] DEBUG o.s.t.c.junit4.SpringMethodRoadie - Test method [public void org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest.getConverter1() throws java.lang.Exception] threw exception: null
01:10:11.486 [main] DEBUG o.s.t.c.s.DirtiesContextTestExecutionListener - After test method: context [[TestContext@39697b67 testClass = SpringConverterProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/cubby-converters.xml', 'classpath:/app-cubby.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringConverterProviderTest@3c24c4a3, testMethod = getConverter1@SpringConverterProviderTest, testException = [null]]], dirtiesContext [false].
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 sec
Running org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest
01:10:11.490 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest].
01:10:11.491 [main] INFO  o.s.test.context.TestContextManager - @TestExecutionListeners is not present for class [class org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest]: using defaults.
01:10:11.492 [main] DEBUG o.s.test.context.TestContextManager - Could not instantiate default TestExecutionListener class [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes available.
01:10:11.495 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - Invoking test method [public void org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest.getPathResolver1() throws java.lang.Exception]
01:10:11.495 [main] DEBUG o.s.t.c.s.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[TestContext@4a5f2db0 testClass = SpringPathResolverProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/app-cubby.xml', 'classpath:/org/seasar/cubby/plugins/spring/spi/SpringPathResolverProviderTest.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest@2eb0a3f5, testMethod = [null], testException = [null]]].
01:10:11.495 [main] DEBUG o.s.t.c.s.AbstractGenericContextLoader - Loading ApplicationContext for locations [classpath:/cubby.xml,classpath:/app-cubby.xml,classpath:/org/seasar/cubby/plugins/spring/spi/SpringPathResolverProviderTest.xml].
01:10:11.497 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [cubby.xml]
01:10:11.499 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:11.504 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
01:10:11.510 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd}
01:10:11.515 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.542 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:11.569 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:11.576 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:11.578 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:11.579 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:11.586 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:11.588 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 11 bean definitions from location pattern [classpath:/cubby.xml]
01:10:11.588 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [app-cubby.xml]
01:10:11.593 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:11.595 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.633 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:11.652 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:11.659 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 3 bean definitions from location pattern [classpath:/app-cubby.xml]
01:10:11.659 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/seasar/cubby/plugins/spring/spi/SpringPathResolverProviderTest.xml]
01:10:11.661 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:11.667 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.699 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:11.726 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:11.730 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action]
01:10:11.731 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Searching directory [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action] for files matching pattern [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/**/*.class]
01:10:11.731 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:mock/action/**/*.class] to resources [file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class], file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]]
01:10:11.738 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction2.class]
01:10:11.739 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - Identified candidate component class: file [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/test-classes/mock/action/MockAction1.class]
01:10:11.739 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 2 bean definitions from location pattern [classpath:/org/seasar/cubby/plugins/spring/spi/SpringPathResolverProviderTest.xml]
01:10:11.740 [main] INFO  o.s.c.s.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@4edc41c5: display name [org.springframework.context.support.GenericApplicationContext@4edc41c5]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:11.740 [main] INFO  o.s.c.s.GenericApplicationContext - Bean factory for application context [org.springframework.context.support.GenericApplicationContext@4edc41c5]: org.springframework.beans.factory.support.DefaultListableBeanFactory@67dacccc
01:10:11.740 [main] DEBUG o.s.c.s.GenericApplicationContext - 16 beans defined in org.springframework.context.support.GenericApplicationContext@4edc41c5: display name [org.springframework.context.support.GenericApplicationContext@4edc41c5]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:11.743 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.760 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:11.760 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.761 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:11.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.764 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3fe2670b]
01:10:11.764 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@28db23f1]
01:10:11.765 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67dacccc: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers,mockAction2,mockAction1]; root of factory hierarchy
01:10:11.771 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:11.771 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:11.775 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:11.776 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:11.776 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:11.777 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:11.777 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:11.777 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:11.778 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:11.778 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:11.778 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:11.779 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:11.780 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:11.781 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:11.781 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:11.781 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:11.782 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:11.790 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:11.790 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:11.791 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:11.791 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:11.792 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:11.792 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:11.793 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:11.793 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:11.794 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:11.801 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction2/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction2.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:11.807 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
01:10:11.808 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mockAction1/$,actionMethod=public org.seasar.cubby.action.ActionResult mock.action.MockAction1.index() throws java.lang.Exception,uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
01:10:11.809 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:11.810 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:11.811 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:11.812 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.context.support.GenericApplicationContext@4edc41c5'
01:10:11.816 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:11.821 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:11.822 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:11.822 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:11.823 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:11.823 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:11.823 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:11.824 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:11.824 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:11.824 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:11.824 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:11.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:11.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:11.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:11.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:11.826 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:11.826 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:11.826 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:11.831 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:11.831 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:11.831 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:11.832 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:11.835 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'mockAction1'
01:10:11.836 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'mockAction1'
01:10:11.836 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'mockAction1' to allow for resolving potential circular references
01:10:11.837 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'mockAction1'
01:10:11.837 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest]: AutowiredFieldElement for private org.seasar.cubby.spi.PathResolverProvider org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest.pathResolverProvider
01:10:11.837 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest': AutowiredFieldElement for private org.seasar.cubby.spi.PathResolverProvider org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest.pathResolverProvider
01:10:11.838 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolverProvider'
01:10:11.838 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest' to bean named 'pathResolverProvider'
01:10:11.846 [main] DEBUG o.s.t.c.junit4.SpringMethodRoadie - Test method [public void org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest.getPathResolver1() throws java.lang.Exception] threw exception: null
01:10:11.848 [main] DEBUG o.s.t.c.s.DirtiesContextTestExecutionListener - After test method: context [[TestContext@4a5f2db0 testClass = SpringPathResolverProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/app-cubby.xml', 'classpath:/org/seasar/cubby/plugins/spring/spi/SpringPathResolverProviderTest.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringPathResolverProviderTest@2eb0a3f5, testMethod = getPathResolver1@SpringPathResolverProviderTest, testException = [null]]], dirtiesContext [false].
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec
Running org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest
01:10:11.852 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest].
01:10:11.853 [main] INFO  o.s.test.context.TestContextManager - @TestExecutionListeners is not present for class [class org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest]: using defaults.
01:10:11.854 [main] DEBUG o.s.test.context.TestContextManager - Could not instantiate default TestExecutionListener class [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes available.
01:10:11.861 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - Invoking test method [public void org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest.getContainer1() throws java.lang.Exception]
01:10:11.861 [main] DEBUG o.s.t.c.s.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[TestContext@44676e3f testClass = SpringContainerProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/app-cubby.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest@62770d2e, testMethod = [null], testException = [null]]].
01:10:11.862 [main] DEBUG o.s.t.c.s.AbstractGenericContextLoader - Loading ApplicationContext for locations [classpath:/cubby.xml,classpath:/app-cubby.xml].
01:10:11.862 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [cubby.xml]
01:10:11.864 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:11.865 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
01:10:11.867 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd}
01:10:11.874 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.900 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:11.915 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:11.921 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:11.924 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:11.932 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:11.935 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:11.936 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 11 bean definitions from location pattern [classpath:/cubby.xml]
01:10:11.936 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [app-cubby.xml]
01:10:11.937 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:11.943 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:11.978 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:11.998 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:12.000 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 3 bean definitions from location pattern [classpath:/app-cubby.xml]
01:10:12.002 [main] INFO  o.s.c.s.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@76027982: display name [org.springframework.context.support.GenericApplicationContext@76027982]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.002 [main] INFO  o.s.c.s.GenericApplicationContext - Bean factory for application context [org.springframework.context.support.GenericApplicationContext@76027982]: org.springframework.beans.factory.support.DefaultListableBeanFactory@342798e7
01:10:12.002 [main] DEBUG o.s.c.s.GenericApplicationContext - 14 beans defined in org.springframework.context.support.GenericApplicationContext@76027982: display name [org.springframework.context.support.GenericApplicationContext@76027982]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.005 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.011 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:12.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.013 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.013 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:12.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.016 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@59e184cb]
01:10:12.017 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@64d55986]
01:10:12.018 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@342798e7: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers]; root of factory hierarchy
01:10:12.020 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.020 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.021 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:12.021 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:12.021 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:12.024 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:12.024 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:12.025 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:12.026 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:12.027 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:12.027 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:12.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:12.035 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:12.035 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:12.035 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:12.036 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:12.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:12.038 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:12.039 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:12.039 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:12.040 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:12.040 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:12.041 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:12.041 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:12.041 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:12.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:12.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:12.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:12.051 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.context.support.GenericApplicationContext@76027982'
01:10:12.052 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:12.053 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:12.053 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:12.054 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:12.055 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:12.055 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:12.055 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:12.056 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:12.056 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:12.056 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:12.056 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:12.057 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:12.057 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:12.059 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:12.061 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:12.061 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:12.064 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:12.091 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:12.091 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:12.092 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:12.092 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:12.092 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:12.092 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest]: AutowiredFieldElement for private org.seasar.cubby.spi.ContainerProvider org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest.containerProvider
01:10:12.092 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest': AutowiredFieldElement for private org.seasar.cubby.spi.ContainerProvider org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest.containerProvider
01:10:12.093 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'containerProvider'
01:10:12.093 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest' to bean named 'containerProvider'
01:10:12.098 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'beanDescProvider'
01:10:12.098 [main] DEBUG o.s.t.c.junit4.SpringMethodRoadie - Test method [public void org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest.getContainer1() throws java.lang.Exception] threw exception: null
01:10:12.099 [main] DEBUG o.s.t.c.s.DirtiesContextTestExecutionListener - After test method: context [[TestContext@44676e3f testClass = SpringContainerProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/app-cubby.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringContainerProviderTest@62770d2e, testMethod = getContainer1@SpringContainerProviderTest, testException = [null]]], dirtiesContext [false].
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest
01:10:12.107 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest].
01:10:12.109 [main] INFO  o.s.test.context.TestContextManager - @TestExecutionListeners is not present for class [class org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest]: using defaults.
01:10:12.110 [main] DEBUG o.s.test.context.TestContextManager - Could not instantiate default TestExecutionListener class [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes available.
01:10:12.115 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - Invoking test method [public void org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest.getRequestParsers1() throws java.lang.Exception]
01:10:12.126 [main] DEBUG o.s.t.c.s.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[TestContext@613043d2 testClass = SpringRequestParserProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/org/seasar/cubby/plugins/spring/spi/SpringRequestParserProviderTest.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest@27b4c1d7, testMethod = [null], testException = [null]]].
01:10:12.127 [main] DEBUG o.s.t.c.s.AbstractGenericContextLoader - Loading ApplicationContext for locations [classpath:/cubby.xml,classpath:/org/seasar/cubby/plugins/spring/spi/SpringRequestParserProviderTest.xml].
01:10:12.127 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [cubby.xml]
01:10:12.129 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:12.131 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
01:10:12.137 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd}
01:10:12.139 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:12.176 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd] in classpath: org/springframework/context/config/spring-context-2.5.xsd
01:10:12.202 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:12.205 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver - Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}]
01:10:12.207 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionErrorsProxy#0]
01:10:12.211 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.FlashMapProxy#0]
01:10:12.217 [main] DEBUG o.s.b.f.x.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.seasar.cubby.action.ActionContextProxy#0]
01:10:12.217 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 11 bean definitions from location pattern [classpath:/cubby.xml]
01:10:12.218 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/seasar/cubby/plugins/spring/spi/SpringRequestParserProviderTest.xml]
01:10:12.220 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
01:10:12.222 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
01:10:12.245 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/util/spring-util-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-util-2.5.xsd
01:10:12.269 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Loading bean definitions
01:10:12.270 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 4 bean definitions from location pattern [classpath:/org/seasar/cubby/plugins/spring/spi/SpringRequestParserProviderTest.xml]
01:10:12.277 [main] INFO  o.s.c.s.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@4c221e9e: display name [org.springframework.context.support.GenericApplicationContext@4c221e9e]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.277 [main] INFO  o.s.c.s.GenericApplicationContext - Bean factory for application context [org.springframework.context.support.GenericApplicationContext@4c221e9e]: org.springframework.beans.factory.support.DefaultListableBeanFactory@53797795
01:10:12.277 [main] DEBUG o.s.c.s.GenericApplicationContext - 15 beans defined in org.springframework.context.support.GenericApplicationContext@4c221e9e: display name [org.springframework.context.support.GenericApplicationContext@4c221e9e]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.280 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.282 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.282 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
01:10:12.282 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.282 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.283 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.283 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
01:10:12.283 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.283 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6bfa39bb]
01:10:12.284 [main] DEBUG o.s.c.s.GenericApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@78e45b5e]
01:10:12.285 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@53797795: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,defaultRequestParser,multipartRequestParser,requestParsers,anotherRequestParsers]; root of factory hierarchy
01:10:12.288 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
01:10:12.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
01:10:12.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolver'
01:10:12.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolver'
01:10:12.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathTemplateParser'
01:10:12.290 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathTemplateParser'
01:10:12.291 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolver' to allow for resolving potential circular references
01:10:12.295 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolver'
01:10:12.296 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'containerProvider'
01:10:12.296 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'containerProvider'
01:10:12.296 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'containerProvider' to allow for resolving potential circular references
01:10:12.297 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'containerProvider'
01:10:12.297 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'converterProvider'
01:10:12.297 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'converterProvider'
01:10:12.298 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'converterProvider' to allow for resolving potential circular references
01:10:12.298 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'converterProvider'
01:10:12.299 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'converterProvider'
01:10:12.303 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'pathResolverProvider'
01:10:12.303 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'pathResolverProvider'
01:10:12.304 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider]: AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:12.304 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'pathResolverProvider' to allow for resolving potential circular references
01:10:12.305 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'pathResolverProvider': AutowiredFieldElement for private org.seasar.cubby.routing.PathResolver org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider.pathResolver
01:10:12.306 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'pathResolver'
01:10:12.308 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'pathResolverProvider' to bean named 'pathResolver'
01:10:12.309 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking init method  'initialize' on bean with name 'pathResolverProvider'
01:10:12.309 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'pathResolverProvider'
01:10:12.309 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParserProvider'
01:10:12.310 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParserProvider'
01:10:12.310 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestParserProvider' via constructor to bean named 'org.springframework.context.support.GenericApplicationContext@4c221e9e'
01:10:12.315 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'requestParsers'
01:10:12.316 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'requestParsers'
01:10:12.316 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParsers' to allow for resolving potential circular references
01:10:12.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'multipartRequestParser'
01:10:12.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'multipartRequestParser'
01:10:12.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'multipartRequestParser' to allow for resolving potential circular references
01:10:12.317 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'multipartRequestParser'
01:10:12.318 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultRequestParser'
01:10:12.318 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'defaultRequestParser'
01:10:12.318 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'defaultRequestParser' to allow for resolving potential circular references
01:10:12.318 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'defaultRequestParser'
01:10:12.319 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'requestParsers'
01:10:12.319 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParsers'
01:10:12.319 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'requestParserProvider' to allow for resolving potential circular references
01:10:12.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'requestParserProvider'
01:10:12.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'beanDescProvider'
01:10:12.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'beanDescProvider'
01:10:12.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'beanDescProvider' to allow for resolving potential circular references
01:10:12.321 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'beanDescProvider'
01:10:12.326 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:12.327 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'multipartRequestParser'
01:10:12.327 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParsers'
01:10:12.327 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton bean 'anotherRequestParsers'
01:10:12.327 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating instance of bean 'anotherRequestParsers'
01:10:12.328 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly caching bean 'anotherRequestParsers' to allow for resolving potential circular references
01:10:12.328 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRequestParser'
01:10:12.328 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'anotherRequestParsers'
01:10:12.329 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished creating instance of bean 'anotherRequestParsers'
01:10:12.331 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Found injected field on class [org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest]: AutowiredFieldElement for private org.seasar.cubby.plugins.spring.spi.SpringRequestParserProvider org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest.requestParserProvider
01:10:12.331 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing injected field of bean 'org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest': AutowiredFieldElement for private org.seasar.cubby.plugins.spring.spi.SpringRequestParserProvider org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest.requestParserProvider
01:10:12.334 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'requestParserProvider'
01:10:12.334 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest' to bean named 'requestParserProvider'
01:10:12.338 [main] DEBUG o.s.t.c.junit4.SpringMethodRoadie - Test method [public void org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest.getRequestParsers1() throws java.lang.Exception] threw exception: null
01:10:12.342 [main] DEBUG o.s.t.c.s.DirtiesContextTestExecutionListener - After test method: context [[TestContext@613043d2 testClass = SpringRequestParserProviderTest, locations = array<String>['classpath:/cubby.xml', 'classpath:/org/seasar/cubby/plugins/spring/spi/SpringRequestParserProviderTest.xml'], testInstance = org.seasar.cubby.plugins.spring.spi.SpringRequestParserProviderTest@27b4c1d7, testMethod = getRequestParsers1@SpringRequestParserProviderTest, testException = [null]]], dirtiesContext [false].
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec
01:10:12.353 [Thread-1] INFO  o.s.c.s.GenericApplicationContext - Closing org.springframework.context.support.GenericApplicationContext@4edc41c5: display name [org.springframework.context.support.GenericApplicationContext@4edc41c5]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:12.354 [Thread-1] INFO  o.s.b.f.s.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67dacccc: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers,mockAction2,mockAction1]; root of factory hierarchy
01:10:12.360 [Thread-1] DEBUG o.s.b.f.s.DisposableBeanAdapter - Invoking destroy() on bean with name 'requestParsers'
01:10:12.361 [Thread-3] INFO  o.s.c.s.GenericApplicationContext - Closing org.springframework.context.support.GenericApplicationContext@4c221e9e: display name [org.springframework.context.support.GenericApplicationContext@4c221e9e]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.361 [Thread-3] INFO  o.s.b.f.s.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@53797795: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,defaultRequestParser,multipartRequestParser,requestParsers,anotherRequestParsers]; root of factory hierarchy
01:10:12.361 [Thread-3] DEBUG o.s.b.f.s.DisposableBeanAdapter - Invoking destroy() on bean with name 'anotherRequestParsers'
01:10:12.362 [Thread-3] DEBUG o.s.b.f.s.DisposableBeanAdapter - Invoking destroy() on bean with name 'requestParsers'
01:10:12.368 [Thread-2] INFO  o.s.c.s.GenericApplicationContext - Closing org.springframework.context.support.GenericApplicationContext@76027982: display name [org.springframework.context.support.GenericApplicationContext@76027982]; startup date [Fri Jan 04 01:10:12 JST 2013]; root of context hierarchy
01:10:12.371 [Thread-2] INFO  o.s.b.f.s.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@342798e7: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,multipartRequestParser,defaultRequestParser,requestParsers]; root of factory hierarchy
01:10:12.371 [Thread-2] DEBUG o.s.b.f.s.DisposableBeanAdapter - Invoking destroy() on bean with name 'requestParsers'
01:10:12.379 [Thread-0] INFO  o.s.c.s.GenericApplicationContext - Closing org.springframework.context.support.GenericApplicationContext@b554d32: display name [org.springframework.context.support.GenericApplicationContext@b554d32]; startup date [Fri Jan 04 01:10:11 JST 2013]; root of context hierarchy
01:10:12.379 [Thread-0] INFO  o.s.b.f.s.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d18d189: defining beans [org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,pathResolver,containerProvider,converterProvider,pathResolverProvider,requestParserProvider,beanDescProvider,org.seasar.cubby.action.ActionErrorsProxy#0,org.seasar.cubby.action.FlashMapProxy#0,org.seasar.cubby.action.ActionContextProxy#0,sqlTimestampConverter,sqlTimeConverter,integerConverter,byteArrayFileItemConverter,enumConverter,inputStreamFileItemConverter,characterConverter,doubleConverter,byteConverter,bigDecimalConverter,sqlDateConverter,bigIntegerConverter,floatConverter,dateConverter,shortConverter,longConverter,booleanConverter,multipartRequestParser,defaultRequestParser,requestParsers]; root of factory hierarchy
01:10:12.387 [Thread-0] DEBUG o.s.b.f.s.DisposableBeanAdapter - Invoking destroy() on bean with name 'requestParsers'
mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0


[JENKINS] テスト結果の記録
mojoStarted org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ cubby-spring ---
[INFO] Building jar: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/cubby-spring-2.1.0-SNAPSHOT.jar
mojoSucceeded org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
2013/01/04 1:10:13 hudson.maven.ExecutedMojo <init>
警告: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
mojoStarted org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar)
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (source-jar) @ cubby-spring ---
[INFO] Building jar: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/cubby-spring-2.1.0-SNAPSHOT-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar)
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/cubby-spring-2.1.0-SNAPSHOT.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring/2.1.0-SNAPSHOT/cubby-spring-2.1.0-SNAPSHOT.jar

[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cubby-spring ---
[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring/2.1.0-SNAPSHOT/cubby-spring-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-spring/target/cubby-spring-2.1.0-SNAPSHOT-sources.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring/2.1.0-SNAPSHOT/cubby-spring-2.1.0-SNAPSHOT-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded org.seasar.cubby:cubby-spring:2.1.0-SNAPSHOT