You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/18 03:00:20 UTC

Build failed in Hudson: Tuscany-2x #892

See <https://hudson.apache.org/hudson/job/Tuscany-2x/892/changes>

Changes:

[bdaniel] TUSCANY-3711 Change generated binding and port names to match recommended values from the ws binding spec appendix D. The old value for service name is still being used for the time being.

------------------------------------------
[...truncated 30225 lines...]
[INFO] Building Apache Tuscany SCA Sample Calculator REST OSGi
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi.jar>
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/surefire-osgi-reports>
Oct 18, 2010 12:59:51 AM org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost start
INFO: Checking for manfiests customized by Tuscany in node-launcher-equinox/resources

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@1014e21
Oct 18, 2010 12:59:54 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Oct 18, 2010 12:59:54 AM org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint start
SEVERE: Cannot register null as a Service
java.lang.IllegalArgumentException: Cannot register null as a Service
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:64)
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:59)
	at org.apache.tuscany.sca.policy.transaction.runtime.geronimo.TransactionModuleActivator.start(TransactionModuleActivator.java:64)
	at org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint.start(DefaultModuleActivatorExtensionPoint.java:130)
	at org.apache.tuscany.sca.extensibility.ServiceHelper.start(ServiceHelper.java:46)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.addExtensionPoint(DefaultExtensionPointRegistry.java:75)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.getExtensionPoint(DefaultExtensionPointRegistry.java:110)
	at org.apache.tuscany.sca.node.impl.NodeFactoryImpl.init(NodeFactoryImpl.java:268)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:106)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	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.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 18, 2010 12:59:55 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: bundleresource://229.fwk6166426/
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
WARNING: Unresolved resource META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory found in bundle: 187 org.apache.tuscany.sca.implementation.web.runtime INSTALLED
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
SEVERE: Bundle: org.apache.tuscany.sca.implementation.web.runtime - The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
	at org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer.getServiceDeclarations(EquinoxServiceDiscoverer.java:293)
	at org.apache.tuscany.sca.extensibility.ServiceDiscovery.getServiceDeclarations(ServiceDiscovery.java:106)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:149)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:129)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.getProviderFactory(DefaultProviderFactoryExtensionPoint.java:92)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.addImplementationProvider(CompositeActivatorImpl.java:170)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activateComponent(CompositeActivatorImpl.java:120)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activate(CompositeActivatorImpl.java:87)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:144)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	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.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 18, 2010 12:59:56 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.x
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@localhost:8085
Oct 18, 2010 12:59:57 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
WARNING: applicationConfigLocation property was not defined.
Oct 18, 2010 12:59:57 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
INFO: Using application classes null named in init-param applicationConfigLocation
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://localhost:8085/calculator/*
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@17095030)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23138316)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23370522)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@190585)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@15504449)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Rhino classes (js.jar) not found - Javascript disabled
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@17095030)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /calculator/*
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@23138316)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@23370522)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@190585)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@15504449)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.493 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Maven OSGI Junit plugin Samples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Logging Scribe
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Learning More Sample Contributions
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Launcher Embedded JSE
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase

[INFO] 1error
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-launcher-embedded-jse/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-launcher-embedded-jse/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 minutes 57 seconds
[INFO] Finished at: Mon Oct 18 01:00:06 UTC 2010
[INFO] Final Memory: 141M/748M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-10-18 01:00:09.427::INFO:  Shutdown hook executing
2010-10-18 01:00:09.427::INFO:  Shutdown hook complete
2010-10-18 01:00:10.428::INFO:  Shutdown hook complete
2010-10-18 01:00:11.428::INFO:  Shutdown hook complete
2010-10-18 01:00:12.428::INFO:  Shutdown hook complete
2010-10-18 01:00:13.428::INFO:  Shutdown hook complete
2010-10-18 01:00:14.428::INFO:  Shutdown hook complete
2010-10-18 01:00:15.428::INFO:  Shutdown hook complete
2010-10-18 01:00:16.428::INFO:  Shutdown hook complete
2010-10-18 01:00:17.429::INFO:  Shutdown hook complete