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 2011/01/21 11:58:27 UTC

Build failed in Hudson: Tuscany-2x » Apache Tuscany SCA Sample OSGi Remote Services Dynamic Calculator Operations #61

See <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-dosgi-dynamic-calculator-operations/61/>

------------------------------------------
[...truncated 1331 lines...]
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Caused by: org.apache.tuscany.sca.host.rmi.RMIHostRuntimeException: non-JRMP server at remote endpoint
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:248)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
	at org.apache.tuscany.sca.host.rmi.DefaultRMIHost.registerService(DefaultRMIHost.java:72)
	at org.apache.tuscany.sca.host.rmi.ExtensibleRMIHost.registerService(ExtensibleRMIHost.java:42)
	at org.apache.tuscany.sca.binding.rmi.provider.RMIServiceBindingProvider.start(RMIServiceBindingProvider.java:80)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl$2.run(CompositeActivatorImpl.java:537)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.startEndpoint(CompositeActivatorImpl.java:535)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:418)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:341)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:143)
	... 39 more
157 org.apache.tuscany.sca.node.osgi.impl ACTIVE
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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
161 org.apache.tuscany.sca.implementation.web.runtime INSTALLED
162 org.apache.tuscany.sca.implementation.python ACTIVE
164 org.apache.tuscany.sca.interface.java ACTIVE
165 org.apache.tuscany.sca.core.web.javascript ACTIVE
169 org.apache.tuscany.sca.host.corba.jse.tns ACTIVE
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.tuscany.sca.implementation.web.runtime; version="2.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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
172 org.apache.tuscany.sca.implementation.web.client INSTALLED
175 org.apache.tuscany.sca.binding.jsonp.runtime ACTIVE
176 org.apache.tuscany.sca.host.http ACTIVE
177 org.apache.tuscany.sca.binding.rmi ACTIVE
179 org.apache.tuscany.sca.implementation.script ACTIVE
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.tuscany.sca.implementation.web.runtime.utils; version="2.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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
181 org.apache.tuscany.sca.myfaces INSTALLED
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.tuscany.sca.implementation.web.runtime.utils; version="2.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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
183 org.apache.tuscany.sca.wink INSTALLED
190 org.apache.tuscany.sca.implementation.python.runtime ACTIVE
191 org.apache.tuscany.sca.core.spi ACTIVE
193 org.apache.tuscany.sca.host.jetty ACTIVE
194 org.apache.tuscany.sca.implementation.widget.runtime ACTIVE
195 org.apache.tuscany.sca.implementation.script.runtime ACTIVE
196 org.apache.tuscany.sca.binding.jsonp ACTIVE
197 org.apache.tuscany.sca.binding.jsonrpc-js.dojo ACTIVE
198 org.apache.tuscany.sca.implementation.widget ACTIVE
199 org.apache.tuscany.sca.host.rmi ACTIVE
200 org.apache.tuscany.sca.implementation.jaxrs ACTIVE
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.tuscany.sca.implementation.web.runtime.utils; version="2.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 calculator.dosgi.operations.test.OperationsOSGiNodeTestCase.setUpBeforeClass(OperationsOSGiNodeTestCase.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
202 org.apache.tuscany.sca.stripes INSTALLED
206 org.apache.tuscany.sca.core.web.javascript.dojo ACTIVE
208 org.apache.tuscany.sca.databinding.jaxb.axiom ACTIVE
210 org.apache.tuscany.sca.builder ACTIVE
211 org.apache.tuscany.sca.implementation.spring ACTIVE
212 org.apache.tuscany.sca.endpoint.tribes ACTIVE
213 org.apache.tuscany.sca.extensibility ACTIVE
216 org.apache.tuscany.sca.binding.rmi.runtime ACTIVE
217 org.apache.tuscany.sca.binding.jsonrpc.runtime ACTIVE
218 org.apache.tuscany.sca.implementation.web ACTIVE
219 org.apache.tuscany.sca.interface.wsdl ACTIVE
222 org.apache.tuscany.sca.deployment ACTIVE
223 org.apache.tuscany.sca.assembly.xml ACTIVE
224 org.apache.tuscany.sca.implementation.osgi ACTIVE
225 org.apache.tuscany.sca.host.corba.jee ACTIVE
228 org.apache.tuscany.sca.interface.java.jaxrs ACTIVE
231 org.apache.tuscany.sca.databinding.jaxb ACTIVE
232 org.apache.tuscany.sca.binding.http ACTIVE
233 org.apache.tuscany.sca.binding.http.runtime ACTIVE
235 org.apache.tuscany.sca.binding.jms.runtime ACTIVE
238 org.apache.tuscany.sca.binding.corba ACTIVE
239 org.apache.tuscany.sca.binding.comet.runtime ACTIVE
240 org.apache.tuscany.sca.policy.security ACTIVE
241 org.apache.tuscany.sca.core.databinding ACTIVE
242 org.apache.tuscany.sca.binding.jsonrpc ACTIVE
244 org.apache.tuscany.sca.databinding.sdo.axiom ACTIVE
245 org.apache.tuscany.sca.implementation.spring.runtime ACTIVE
247 org.apache.tuscany.sca.binding.ws.axis2 ACTIVE
248 org.apache.tuscany.sca.data.api ACTIVE
253 org.apache.tuscany.sca.implementation.bpel ACTIVE
254 org.apache.tuscany.sca.binding.ejb.runtime ACTIVE
249 calculator.dosgi.dynamic.operations ACTIVE
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.942 sec <<< FAILURE!

Results :

Tests in error: 
  testOSGi(calculator.dosgi.operations.test.OperationsOSGiNodeTestCase)

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

Jan 21, 2011 10:47:10 AM calculator.dosgi.operations.impl.OperationsActivator stop
INFO: Stopping calculator.dosgi.dynamic.operations_1.0.0 [249]
Jan 21, 2011 10:47:11 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: osgi.service.09082c40-7a7c-4a11-9a2b-668e914504c1
Jan 21, 2011 10:47:11 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: osgi.service.5145cd62-b867-42aa-ae11-98ceeb63a9a4
Jan 21, 2011 10:47:11 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: osgi.service.5fb18ec8-bd78-423a-96fc-6de3345d5e92
Jan 21, 2011 10:47:11 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: osgi.service.35f334cf-9677-446d-bfd2-72a4b1988f95
[HUDSON] Archiving disabled - not archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-dosgi-dynamic-calculator-operations/ws/pom.xml>


Hudson build is back to normal : Tuscany-2x » Apache Tuscany SCA Sample OSGi Remote Services Dynamic Calculator Operations #62

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-dosgi-dynamic-calculator-operations/62/>