[sopbuild] Build org.sopera.sopnew build.23 Build Successful

  • From: "Buildmaster org.sopera.sopnew" <juergen.kindler@xxxxxxxxx>
  • To: sopbuild@xxxxxxxxxxxxx
  • Date: Thu, 14 Jan 2010 15:19:57 +0100 (CET)

View results here -> http://sop-ip14.servicebackbone.org:8080/cruisecontrol/buildresults/org.sopera.sopnew?log=log20100114151910Lbuild.23

BUILD COMPLETE -  build.23
Date of build: 2010-01-14T14:19:10
Time to build: 0 minute(s) 44 second(s)

Initial Messages
composite build 1 of 2 - net.sourceforge.cruisecontrol.builders.Maven2Builder; child build attributes: success=BUILD SUCCESSFUL detected; time=0 minute(s) 11 second(s);
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO] org.apache.maven.plugins: checking for updates from maven-plugins-dev
[INFO] org.codehaus.mojo: checking for updates from maven-plugins-dev
[INFO] artifact org.apache.maven.plugins:maven-scm-plugin: checking for updates from maven-plugins-dev
[INFO] ------------------------------------------------------------------------
[INFO] Building SOPERA Swordfish pom for checkout
[INFO] task-segment: [scm:checkout] (aggregator-style)
[INFO] ------------------------------------------------------------------------
composite build 2 of 2 - net.sourceforge.cruisecontrol.builders.Maven2Builder; child build attributes: success=BUILD SUCCESSFUL detected; time=0 minute(s) 33 second(s);
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] SOPERA Extensions for Swordfish
[INFO] org.sopera.plugins.core
[INFO] org.sopera.plugins.core.resolver
[INFO] org.sopera.plugins.resolver.policy
[INFO] artifact org.apache.felix:maven-bundle-plugin: checking for updates from maven-plugins-dev
[INFO] ------------------------------------------------------------------------
[INFO] Building SOPERA Extensions for Swordfish
[INFO] task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
scm:checkout {execution: default-cli}
[INFO] Removing /sop/Administration/checkout/global0/Implementation
[INFO] Executing: /bin/sh -c cd /sop/Administration/checkout/global0 && svn --non-interactive checkout https://svn.servicebackbone.org/repos/sopera-repo01/trunk/Implementation /sop/Administration/checkout/global0/Implementation
[INFO] Working directory: /sop/Administration/checkout/global0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Thu Jan 14 15:19:22 CET 2010
[INFO] Final Memory: 8M/84M
[INFO] ------------------------------------------------------------------------
clean:clean {execution: default-clean}
site:attach-descriptor {execution: default-attach-descriptor}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/MavenCommonProject/pom.xml to /root/.m2/repository/org/sopera/plugins/parent/1.0.0-SNAPSHOT/parent-1.0.0-SNAPSHOT.pom
site:attach-descriptor {execution: default-attach-descriptor}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/MavenCommonProject/pom.xml to /root/.m2/repository/org/sopera/plugins/parent/1.0.0-SNAPSHOT/parent-1.0.0-SNAPSHOT.pom
deploy:deploy {execution: default-deploy}
[INFO] Retrieving previous build number from development
Uploading: http://sop-ip14.servicebackbone.org:8081/nexus/content/repositories/sop4-snapshots/org/sopera/plugins/parent/1.0.0-SNAPSHOT/parent-1.0.0-20100114.141929-173.pom
9K uploaded (parent-1.0.0-20100114.141929-173.pom)
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'snapshot org.sopera.plugins:parent:1.0.0-SNAPSHOT'
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'artifact org.sopera.plugins:parent'
[INFO] ------------------------------------------------------------------------
[INFO] Building org.sopera.plugins.core
[INFO] task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
clean:clean {execution: default-clean}
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
compiler:compile {execution: default-compile}
[INFO] Compiling 1 source file to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/classes
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/src/test/resources
compiler:testCompile {execution: default-testCompile}
[INFO] Compiling 1 source file to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/test-classes
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptorTest
Jan 14, 2010 3:19:34 PM org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor buildReplyToHeader
SEVERE: Couldn't create document fragment for WS-Addressing ReplyTo header
java.lang.NullPointerException
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1521)
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1487)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor.buildReplyToHeader(WsAddressingInterceptor.java:121)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor.process(WsAddressingInterceptor.java:75)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptorTest.testProcess_MessageExchange_EmptyPolicy_And_SomeOperation(WsAddressingInterceptorTest.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/org.sopera.plugins.core/1.0.0-SNAPSHOT/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/org.sopera.plugins.core/1.0.0-SNAPSHOT/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
compiler:compile {execution: default-compile}
[INFO] Nothing to compile - all classes are up to date
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/src/test/resources
compiler:testCompile {execution: default-testCompile}
[INFO] Nothing to compile - all classes are up to date
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptorTest
Jan 14, 2010 3:19:36 PM org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor buildReplyToHeader
SEVERE: Couldn't create document fragment for WS-Addressing ReplyTo header
java.lang.NullPointerException
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1521)
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1487)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor.buildReplyToHeader(WsAddressingInterceptor.java:121)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptor.process(WsAddressingInterceptor.java:75)
at org.sopera.plugins.internal.core.interceptor.WsAddressingInterceptorTest.testProcess_MessageExchange_EmptyPolicy_And_SomeOperation(WsAddressingInterceptorTest.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core/target/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/org.sopera.plugins.core/1.0.0-SNAPSHOT/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/org.sopera.plugins.core/1.0.0-SNAPSHOT/org.sopera.plugins.core-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
deploy:deploy {execution: default-deploy}
[INFO] Retrieving previous build number from development
Uploading: http://sop-ip14.servicebackbone.org:8081/nexus/content/repositories/sop4-snapshots/org/sopera/plugins/org.sopera.plugins.core/1.0.0-SNAPSHOT/org.sopera.plugins.core-1.0.0-20100114.141929-63.jar
7K uploaded (org.sopera.plugins.core-1.0.0-20100114.141929-63.jar)
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'snapshot org.sopera.plugins:org.sopera.plugins.core:1.0.0-SNAPSHOT'
[INFO] Uploading project information for org.sopera.plugins.core 1.0.0-20100114.141929-63
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'artifact org.sopera.plugins:org.sopera.plugins.core'
bundle:deploy {execution: default-deploy}
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] ------------------------------------------------------------------------
[INFO] Building org.sopera.plugins.core.resolver
[INFO] task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
clean:clean {execution: default-clean}
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
compiler:compile {execution: default-compile}
[INFO] Compiling 8 source files to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/classes
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
compiler:testCompile {execution: default-testCompile}
[INFO] Compiling 3 source files to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/test-classes
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest
Jan 14, 2010 3:19:40 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
java.lang.IllegalArgumentException: Registry service name and operation name must be set
at org.springframework.util.Assert.noNullElements(Assert.java:241)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:112)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:40 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
java.lang.IllegalArgumentException: Registry service name and operation name must be set
at org.springframework.util.Assert.noNullElements(Assert.java:241)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:112)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:40 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: test
at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:72)
at $Proxy5.invokeRequestResponseOperation(Unknown Source)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:130)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:41 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: test exception
at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:72)
at $Proxy5.invokeRequestResponseOperation(Unknown Source)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:130)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testProxyThrewAnException(ASFServiceResolverTest.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:41 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: ASF Registry responded with fault: "No service description exists
with namespace 'http://services.sopware.org/demo/Whiteboard' and
name 'Whiteboard1'."
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:143)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testRegistryReturnedFault(ASFServiceResolverTest.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 sec
Running org.sopera.plugins.internal.resolver.helpers.test.PayloadHelperTest
Jan 14, 2010 3:19:41 PM org.sopera.plugins.internal.resolver.helpers.PayloadHelper loadTemplate
SEVERE: Couldn't load XML template: /non/existing/path
java.lang.IllegalStateException: Resource cannot be found: /non/existing/path
at org.sopera.plugins.internal.resolver.helpers.PayloadHelper.loadTemplate(PayloadHelper.java:44)
at org.sopera.plugins.internal.resolver.helpers.PayloadHelper.getPayloadForTemplate(PayloadHelper.java:35)
at org.sopera.plugins.internal.resolver.helpers.test.PayloadHelperTest.testLoadNonExistingTemplate(PayloadHelperTest.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/core/org.sopera.plugins.core.resolver/1.0.0-SNAPSHOT/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/core/org.sopera.plugins.core.resolver/1.0.0-SNAPSHOT/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
compiler:compile {execution: default-compile}
[INFO] Nothing to compile - all classes are up to date
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
compiler:testCompile {execution: default-testCompile}
[INFO] Nothing to compile - all classes are up to date
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
java.lang.IllegalArgumentException: Registry service name and operation name must be set
at org.springframework.util.Assert.noNullElements(Assert.java:241)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:112)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
java.lang.IllegalArgumentException: Registry service name and operation name must be set
at org.springframework.util.Assert.noNullElements(Assert.java:241)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:112)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: test
at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:72)
at $Proxy5.invokeRequestResponseOperation(Unknown Source)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:130)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testResolverInitialization(ASFServiceResolverTest.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: test exception
at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45)
at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:72)
at $Proxy5.invokeRequestResponseOperation(Unknown Source)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:130)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testProxyThrewAnException(ASFServiceResolverTest.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.ASFServiceResolver queryRegistry
SEVERE: Couldn't retrieve service descriptions for port type {http://cxf.samples.swordfish.eclipse.org/}BookingService
org.eclipse.swordfish.core.SwordfishException: ASF Registry responded with fault: "No service description exists
with namespace 'http://services.sopware.org/demo/Whiteboard' and
name 'Whiteboard1'."
at org.sopera.plugins.internal.resolver.ASFServiceResolver.queryRegistry(ASFServiceResolver.java:143)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:78)
at org.sopera.plugins.internal.resolver.ASFServiceResolver.getEndpointsFor(ASFServiceResolver.java:72)
at org.sopera.plugins.internal.resolver.test.ASFServiceResolverTest.testRegistryReturnedFault(ASFServiceResolverTest.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 sec
Running org.sopera.plugins.internal.resolver.helpers.test.PayloadHelperTest
Jan 14, 2010 3:19:43 PM org.sopera.plugins.internal.resolver.helpers.PayloadHelper loadTemplate
SEVERE: Couldn't load XML template: /non/existing/path
java.lang.IllegalStateException: Resource cannot be found: /non/existing/path
at org.sopera.plugins.internal.resolver.helpers.PayloadHelper.loadTemplate(PayloadHelper.java:44)
at org.sopera.plugins.internal.resolver.helpers.PayloadHelper.getPayloadForTemplate(PayloadHelper.java:35)
at org.sopera.plugins.internal.resolver.helpers.test.PayloadHelperTest.testLoadNonExistingTemplate(PayloadHelperTest.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.core.resolver/target/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/core/org.sopera.plugins.core.resolver/1.0.0-SNAPSHOT/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/core/org.sopera.plugins.core.resolver/1.0.0-SNAPSHOT/org.sopera.plugins.core.resolver-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
deploy:deploy {execution: default-deploy}
[INFO] Retrieving previous build number from development
Uploading: http://sop-ip14.servicebackbone.org:8081/nexus/content/repositories/sop4-snapshots/org/sopera/plugins/core/org.sopera.plugins.core.resolver/1.0.0-SNAPSHOT/org.sopera.plugins.core.resolver-1.0.0-20100114.141929-63.jar
17K uploaded (org.sopera.plugins.core.resolver-1.0.0-20100114.141929-63.jar)
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'artifact org.sopera.plugins.core:org.sopera.plugins.core.resolver'
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'snapshot org.sopera.plugins.core:org.sopera.plugins.core.resolver:1.0.0-SNAPSHOT'
[INFO] Uploading project information for org.sopera.plugins.core.resolver 1.0.0-20100114.141929-63
bundle:deploy {execution: default-deploy}
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] ------------------------------------------------------------------------
[INFO] Building org.sopera.plugins.resolver.policy
[INFO] task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
clean:clean {execution: default-clean}
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] snapshot org.sopera.plugins.core:org.sopera.plugins.core.resolver:1.0.0-SNAPSHOT: checking for updates from development
compiler:compile {execution: default-compile}
[INFO] Compiling 10 source files to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/classes
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
compiler:testCompile {execution: default-testCompile}
[INFO] Compiling 7 source files to /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/test-classes
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategyTest
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: [org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHint@f8968f]
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Dropped interceptor EasyMock for interface org.eclipse.swordfish.core.Interceptor from the list of valid interceptors.
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: [org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHint@1835282]
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Adding interceptor EasyMock for interface org.eclipse.swordfish.core.Interceptor to the list of valid interceptors.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec
Running org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImplTest
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl getOperationPolicy
WARNING: Couldn't build operation policy
java.lang.NullPointerException
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.configurePolicyBuilder(AgreedPolicyExtractorImpl.java:151)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.getOperationPolicy(AgreedPolicyExtractorImpl.java:104)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.getOperationPolicies(AgreedPolicyExtractorImpl.java:92)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.extractPolicy(AgreedPolicyExtractorImpl.java:65)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.extractPolicy(AgreedPolicyExtractorImpl.java:61)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImplTest.testExtractPolicyInputStream_without_PolicyBuilder(AgreedPolicyExtractorImplTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
Running org.sopera.plugins.internal.resolver.policy.helpers.PolicySerializerTest
<Agreed xmlns="http://types.sopware.org/qos/AgreedPolicy/2.0" xmlns:sopa="http://types.sopware.org/qos/SOPAssertions/1.1" xmlns:testPrefix1="http://testNamespace1" xmlns:testPrefix2="http://testNamespace2" xmlns:testPrefix3="http://testNamespace3"><wsp:Policy xmlns:wsp="http://www.w3.org/2006/07/ws-policy"><wsp:ExactlyOne /></wsp:Policy></Agreed>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractorTest
Jan 14, 2010 3:19:49 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor getAgreedPolicy
SEVERE: java.lang.String cannot be cast to org.w3c.dom.DocumentFragment
java.lang.ClassCastException: java.lang.String cannot be cast to org.w3c.dom.DocumentFragment
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.getPolicyDocumentFragment(AgreedPolicyAssertionHintExtractor.java:156)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.getAgreedPolicy(AgreedPolicyAssertionHintExtractor.java:85)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.extractHints(AgreedPolicyAssertionHintExtractor.java:60)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractorTest.testExtractHints_Empty_If_Sopera_Policy_Invalid(AgreedPolicyAssertionHintExtractorTest.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Results :
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/resolver/org.sopera.plugins.resolver.policy/1.0.0-SNAPSHOT/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/resolver/org.sopera.plugins.resolver.policy/1.0.0-SNAPSHOT/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
resources:resources {execution: default-resources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
compiler:compile {execution: default-compile}
[INFO] Nothing to compile - all classes are up to date
resources:testResources {execution: default-testResources}
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
compiler:testCompile {execution: default-testCompile}
[INFO] Nothing to compile - all classes are up to date
surefire:test {execution: default-test}
[INFO] Surefire report directory: /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategyTest
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: [org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHint@64c34e]
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Dropped interceptor EasyMock for interface org.eclipse.swordfish.core.Interceptor from the list of valid interceptors.
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: [org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHint@9df354]
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyFilterStrategy filter
INFO: Adding interceptor EasyMock for interface org.eclipse.swordfish.core.Interceptor to the list of valid interceptors.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
Running org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImplTest
Jan 14, 2010 3:19:52 PM org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl getOperationPolicy
WARNING: Couldn't build operation policy
java.lang.NullPointerException
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.configurePolicyBuilder(AgreedPolicyExtractorImpl.java:151)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.getOperationPolicy(AgreedPolicyExtractorImpl.java:104)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.getOperationPolicies(AgreedPolicyExtractorImpl.java:92)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.extractPolicy(AgreedPolicyExtractorImpl.java:65)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImpl.extractPolicy(AgreedPolicyExtractorImpl.java:61)
at org.sopera.plugins.internal.resolver.policy.AgreedPolicyExtractorImplTest.testExtractPolicyInputStream_without_PolicyBuilder(AgreedPolicyExtractorImplTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running org.sopera.plugins.internal.resolver.policy.helpers.PolicySerializerTest
<Agreed xmlns="http://types.sopware.org/qos/AgreedPolicy/2.0" xmlns:sopa="http://types.sopware.org/qos/SOPAssertions/1.1" xmlns:testPrefix1="http://testNamespace1" xmlns:testPrefix2="http://testNamespace2" xmlns:testPrefix3="http://testNamespace3"><wsp:Policy xmlns:wsp="http://www.w3.org/2006/07/ws-policy"><wsp:ExactlyOne /></wsp:Policy></Agreed>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractorTest
Jan 14, 2010 3:19:53 PM org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor getAgreedPolicy
SEVERE: java.lang.String cannot be cast to org.w3c.dom.DocumentFragment
java.lang.ClassCastException: java.lang.String cannot be cast to org.w3c.dom.DocumentFragment
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.getPolicyDocumentFragment(AgreedPolicyAssertionHintExtractor.java:156)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.getAgreedPolicy(AgreedPolicyAssertionHintExtractor.java:85)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractor.extractHints(AgreedPolicyAssertionHintExtractor.java:60)
at org.sopera.plugins.internal.planner.policy.AgreedPolicyAssertionHintExtractorTest.testExtractHints_Empty_If_Sopera_Policy_Invalid(AgreedPolicyAssertionHintExtractorTest.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Results :
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
bundle:bundle {execution: default-bundle}
install:install {execution: default-install}
[INFO] Installing /sop/Administration/checkout/global0/Implementation/org.sopera.plugins.resolver.policy/target/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar to /root/.m2/repository/org/sopera/plugins/resolver/org.sopera.plugins.resolver.policy/1.0.0-SNAPSHOT/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar
bundle:install {execution: default-install}
[INFO] Parsing file:/root/.m2/repository/repository.xml
[INFO] Installing org/sopera/plugins/resolver/org.sopera.plugins.resolver.policy/1.0.0-SNAPSHOT/org.sopera.plugins.resolver.policy-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
deploy:deploy {execution: default-deploy}
[INFO] Retrieving previous build number from development
Uploading: http://sop-ip14.servicebackbone.org:8081/nexus/content/repositories/sop4-snapshots/org/sopera/plugins/resolver/org.sopera.plugins.resolver.policy/1.0.0-SNAPSHOT/org.sopera.plugins.resolver.policy-1.0.0-20100114.141929-48.jar
35K uploaded (org.sopera.plugins.resolver.policy-1.0.0-20100114.141929-48.jar)
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'artifact org.sopera.plugins.resolver:org.sopera.plugins.resolver.policy'
[INFO] Retrieving previous metadata from development
[INFO] Uploading repository metadata for: 'snapshot org.sopera.plugins.resolver:org.sopera.plugins.resolver.policy:1.0.0-SNAPSHOT'
[INFO] Uploading project information for org.sopera.plugins.resolver.policy 1.0.0-20100114.141929-48
bundle:deploy {execution: default-deploy}
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] SOPERA Extensions for Swordfish ....................... SUCCESS [3.203s]
[INFO] org.sopera.plugins.core ............................... SUCCESS [7.558s]
[INFO] org.sopera.plugins.core.resolver ...................... SUCCESS [7.178s]
[INFO] org.sopera.plugins.resolver.policy .................... SUCCESS [10.567s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 seconds
[INFO] Finished at: Thu Jan 14 15:19:54 CET 2010
[INFO] Final Memory: 34M/103M
[INFO] ------------------------------------------------------------------------

 Errors/Warnings: (2)
composite build 1 of 2 - net.sourceforge.cruisecontrol.builders.Maven2Builder; child build attributes: success=BUILD SUCCESSFUL detected; time=0 minute(s) 11 second(s);

composite build 2 of 2 - net.sourceforge.cruisecontrol.builders.Maven2Builder; child build attributes: success=BUILD SUCCESSFUL detected; time=0 minute(s) 33 second(s);

 Unit Tests: (37)
All Tests Passed
 

 Modifications since last successful build:  (0)

Other related posts:

  • » [sopbuild] Build org.sopera.sopnew build.23 Build Successful - Buildmaster org.sopera.sopnew