projectStarted org.seasar.cubby:cubby-spring-examples:2.0.10-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Cubby Spring Examples 2.0.10-SNAPSHOT [INFO] ------------------------------------------------------------------------ mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cubby-spring-examples --- [INFO] Deleting /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [TASKS] Scanning folder '/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples' for files matching the pattern '**/*.java' - excludes: [TASKS] Found 5 files to scan for tasks Found 0 open tasks. [TASKS] Computing warning deltas based on reference build #235 mojoStarted org.codehaus.mojo:cobertura-maven-plugin:2.2(default) [INFO] [INFO] --- cobertura-maven-plugin:2.2:clean (default) @ cubby-spring-examples --- mojoSucceeded org.codehaus.mojo:cobertura-maven-plugin:2.2(default) mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cubby-spring-examples --- [INFO] Copying 5 resources mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cubby-spring-examples --- [INFO] Compiling 4 source files to /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/classes mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cubby-spring-examples --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cubby-spring-examples --- [INFO] Compiling 1 source file to /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/test-classes mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cubby-spring-examples --- [INFO] Surefire report directory: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.seasar.cubby.examples.spring.action.HelloActionTest 2013-08-08 01:09:26,205 [main] INFO org.springframework.mock.web.MockServletContext - Initializing Spring root WebApplicationContext 2013-08-08 01:09:26,210 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started 2013-08-08 01:09:26,241 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@7ffc6e42: display name [Root WebApplicationContext]; startup date [Thu Aug 08 01:09:26 JST 2013]; root of context hierarchy 2013-08-08 01:09:26,297 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/applicationContext.xml] 2013-08-08 01:09:26,420 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/app-cubby.xml] 2013-08-08 01:09:26,476 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby.xml] 2013-08-08 01:09:26,551 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby-converters.xml] 2013-08-08 01:09:26,660 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@7ffc6e42]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4b142196 2013-08-08 01:09:26,736 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b142196: 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,defaultFormatPattern,multipartRequestParser,defaultRequestParser,requestParsers,servletFileUpload,org.apache.commons.fileupload.servlet.ServletRequestContext#0,messagesBehavior,helloAction,indexAction,helloServiceImpl]; root of factory hierarchy DEBUG 2013-08-08 01:09:26,819 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,820 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,823 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,824 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,826 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,826 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,831 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:26,832 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 2013-08-08 01:09:26,853 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 643 ms DEBUG 2013-08-08 01:09:26,868 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます DEBUG 2013-08-08 01:09:26,871 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を構築しました DEBUG 2013-08-08 01:09:26,872 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を初期化します INFO 2013-08-08 01:09:26,872 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を初期化しました DEBUG 2013-08-08 01:09:26,873 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を登録します INFO 2013-08-08 01:09:26,874 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します INFO 2013-08-08 01:09:26,875 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します INFO 2013-08-08 01:09:26,876 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します INFO 2013-08-08 01:09:26,876 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します INFO 2013-08-08 01:09:26,877 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します INFO 2013-08-08 01:09:26,878 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を登録しました DEBUG 2013-08-08 01:09:26,879 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を準備します INFO 2013-08-08 01:09:26,880 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を準備しました DEBUG 2013-08-08 01:09:26,888 [main] /hello/ へのリクエストを受け付けました DEBUG 2013-08-08 01:09:26,897 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@64d55986 を用いてリクエストを解析します DEBUG 2013-08-08 01:09:26,899 [main] の処理を開始します DEBUG 2013-08-08 01:09:26,900 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index())を実行します DEBUG 2013-08-08 01:09:26,934 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を破棄します INFO 2013-08-08 01:09:26,935 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@28db23f1 を破棄しました DEBUG 2013-08-08 01:09:26,935 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@552c8fa8 を破棄します INFO 2013-08-08 01:09:26,936 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@552c8fa8 を破棄しました 2013-08-08 01:09:26,943 [main] INFO org.springframework.mock.web.MockServletContext - Initializing Spring root WebApplicationContext 2013-08-08 01:09:26,944 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started 2013-08-08 01:09:26,944 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@51d8d39f: display name [Root WebApplicationContext]; startup date [Thu Aug 08 01:09:26 JST 2013]; root of context hierarchy 2013-08-08 01:09:26,945 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/applicationContext.xml] 2013-08-08 01:09:26,981 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/app-cubby.xml] 2013-08-08 01:09:27,017 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby.xml] 2013-08-08 01:09:27,069 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby-converters.xml] 2013-08-08 01:09:27,137 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@51d8d39f]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4e2016b0 2013-08-08 01:09:27,149 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4e2016b0: 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,defaultFormatPattern,multipartRequestParser,defaultRequestParser,requestParsers,servletFileUpload,org.apache.commons.fileupload.servlet.ServletRequestContext#0,messagesBehavior,helloAction,indexAction,helloServiceImpl]; root of factory hierarchy DEBUG 2013-08-08 01:09:27,160 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,162 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,163 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,164 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,165 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,166 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,167 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,168 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 2013-08-08 01:09:27,172 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 228 ms DEBUG 2013-08-08 01:09:27,173 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます DEBUG 2013-08-08 01:09:27,175 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を構築しました DEBUG 2013-08-08 01:09:27,176 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を初期化します INFO 2013-08-08 01:09:27,177 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を初期化しました DEBUG 2013-08-08 01:09:27,177 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を登録します INFO 2013-08-08 01:09:27,178 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します INFO 2013-08-08 01:09:27,179 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します INFO 2013-08-08 01:09:27,180 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します INFO 2013-08-08 01:09:27,181 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します INFO 2013-08-08 01:09:27,182 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します INFO 2013-08-08 01:09:27,183 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を登録しました DEBUG 2013-08-08 01:09:27,183 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を準備します INFO 2013-08-08 01:09:27,184 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を準備しました DEBUG 2013-08-08 01:09:27,185 [main] /hello/message へのリクエストを受け付けました DEBUG 2013-08-08 01:09:27,188 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@614a75bb を用いてリクエストを解析します DEBUG 2013-08-08 01:09:27,189 [main] の処理を開始します DEBUG 2013-08-08 01:09:27,190 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message())を実行します DEBUG 2013-08-08 01:09:27,220 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@d02b2b6 を破棄します INFO 2013-08-08 01:09:27,220 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@d02b2b6 を破棄しました DEBUG 2013-08-08 01:09:27,221 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を破棄します INFO 2013-08-08 01:09:27,221 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@2c22d166 を破棄しました 2013-08-08 01:09:27,223 [main] INFO org.springframework.mock.web.MockServletContext - Initializing Spring root WebApplicationContext 2013-08-08 01:09:27,223 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started 2013-08-08 01:09:27,224 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@74c6eff5: display name [Root WebApplicationContext]; startup date [Thu Aug 08 01:09:27 JST 2013]; root of context hierarchy 2013-08-08 01:09:27,224 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/applicationContext.xml] 2013-08-08 01:09:27,250 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/app-cubby.xml] 2013-08-08 01:09:27,278 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby.xml] 2013-08-08 01:09:27,309 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/cubby-converters.xml] 2013-08-08 01:09:27,361 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@74c6eff5]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1acc0e01 2013-08-08 01:09:27,369 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1acc0e01: 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,defaultFormatPattern,multipartRequestParser,defaultRequestParser,requestParsers,servletFileUpload,org.apache.commons.fileupload.servlet.ServletRequestContext#0,messagesBehavior,helloAction,indexAction,helloServiceImpl]; root of factory hierarchy DEBUG 2013-08-08 01:09:27,378 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,378 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,379 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,380 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,381 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,382 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,382 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] DEBUG 2013-08-08 01:09:27,383 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 2013-08-08 01:09:27,387 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 163 ms DEBUG 2013-08-08 01:09:27,388 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring/target/cubby-spring-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます DEBUG 2013-08-08 01:09:27,389 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を構築しました DEBUG 2013-08-08 01:09:27,390 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を初期化します INFO 2013-08-08 01:09:27,391 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を初期化しました DEBUG 2013-08-08 01:09:27,391 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を登録します INFO 2013-08-08 01:09:27,392 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します INFO 2013-08-08 01:09:27,392 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します INFO 2013-08-08 01:09:27,393 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します INFO 2013-08-08 01:09:27,394 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します INFO 2013-08-08 01:09:27,394 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します INFO 2013-08-08 01:09:27,395 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を登録しました DEBUG 2013-08-08 01:09:27,395 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を準備します INFO 2013-08-08 01:09:27,396 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を準備しました DEBUG 2013-08-08 01:09:27,397 [main] /hello/message へのリクエストを受け付けました DEBUG 2013-08-08 01:09:27,401 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@c569c60 を用いてリクエストを解析します DEBUG 2013-08-08 01:09:27,401 [main] の処理を開始します DEBUG 2013-08-08 01:09:27,402 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.spring.action.HelloAction.message())を実行します DEBUG 2013-08-08 01:09:27,411 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3a633d51 を破棄します INFO 2013-08-08 01:09:27,411 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3a633d51 を破棄しました DEBUG 2013-08-08 01:09:27,412 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を破棄します INFO 2013-08-08 01:09:27,412 [main] プラグイン org.seasar.cubby.plugins.spring.SpringPlugin@494eaec9 を破棄しました Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 sec Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) [JENKINS] テスト結果の記録 mojoStarted org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war) [INFO] [INFO] Packaging webapp [INFO] Assembling webapp [cubby-spring-examples] in [/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/cubby-spring-examples] [INFO] Processing war project [INFO] Copying webapp resources [/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/src/main/webapp] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ cubby-spring-examples --- [INFO] Webapp assembled in [342 msecs] [INFO] Building war: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/cubby-spring-examples.war [INFO] WEB-INF/web.xml already added, skipping mojoSucceeded org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war) 2013/08/08 1:09:28 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-examples --- [INFO] Building jar: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/cubby-spring-examples-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-2.0.x/workspace/cubby-project/cubby-spring-examples/target/cubby-spring-examples.war to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring-examples/2.0.10-SNAPSHOT/cubby-spring-examples-2.0.10-SNAPSHOT.war [INFO] Installing /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring-examples/2.0.10-SNAPSHOT/cubby-spring-examples-2.0.10-SNAPSHOT.pom [INFO] Installing /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-spring-examples/target/cubby-spring-examples-sources.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-spring-examples/2.0.10-SNAPSHOT/cubby-spring-examples-2.0.10-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cubby-spring-examples --- mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install) projectSucceeded org.seasar.cubby:cubby-spring-examples:2.0.10-SNAPSHOT