Unable to build binding-gdata-runtime
-------------------------------------
Key: TUSCANY-3164
URL: https://issues.apache.org/jira/browse/TUSCANY-3164
Project: Tuscany
Issue Type: Bug
Components: Java SCA Misc Binding Extensions
Affects Versions: Java-SCA-1.5.1
Environment: Windows Vista
Reporter: Simon Nash
Fix For: Java-SCA-1.5.1
I'm unable to build the 1.5.1 branch because of the following failure in
binding-gdata-runtime. As a temporary workaround,
I have disabled testClientDelete by adding an @Ignore annotation.
- - - - - - - - - - - - - - - -
testClientDelete(org.apache.tuscany.sca.binding.gdata.GoogleContactsServiceTestC
ase) Time elapsed: 1.303 sec <<< ERROR!
org.osoa.sca.ServiceRuntimeException: com.google.gdata.util.ResourceNotFoundExce
ption: Not Found
Contact not found.
at org.apache.tuscany.sca.binding.gdata.provider.GdataBindingInvoker$Del
eteInvoker.invoke(GdataBindingInvoker.java:281)
at org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.i
nvoke(PassByValueInterceptor.java:55)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:346)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:193)
20-Jul-2009 02:11:19 org.apache.tuscany.sca.node.impl.NodeImpl <init>
INFO: Creating node: org/apache/tuscany/sca/binding/gdata/ConsumerGoogleBlogger.
composite
at $Proxy11.delete(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.CustomerClientImpl.clientDelete(
CustomerClientImpl.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementat
ionInvoker.invoke(JavaImplementationInvoker.java:156)
at org.apache.tuscany.sca.binding.sca.impl.SCABindingInvoker.invoke(SCAB
indingInvoker.java:61)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:346)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:193)
at $Proxy10.clientDelete(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.GoogleContactsServiceTestCase.te
stClientDelete(GoogleContactsServiceTestCase.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.
java:79)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:879)
Caused by: com.google.gdata.util.ResourceNotFoundException: Not Found
Contact not found.
at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unk
nown Source)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(U
nknown Source)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown S
ource)
at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source)
at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown Sourc
e)
at com.google.gdata.client.Service.getEntry(Unknown Source)
at com.google.gdata.client.GoogleService.getEntry(Unknown Source)
at com.google.gdata.client.Service.getEntry(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.provider.GdataBindingInvoker$Del
eteInvoker.invoke(GdataBindingInvoker.java:270)
... 38 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.