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:31 UTC

Build failed in Hudson: Tuscany-2x » Apache Tuscany Async Integration Tests #61

See <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/61/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Async Integration Tests
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [build-helper:add-test-source {execution: add-jaxws}]
[INFO] Test Source directory: <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/jaxws-source> added.
[INFO] [jaxws:wsimport {execution: wsimport-client}]
[INFO] Processing: <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard.wsdl>
[INFO] jaxws:wsimport args: [-s, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/jaxws-source,> -d, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/classes,> -Xnocompile, -B-p, com.example.test.jaxb.client, -b, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard-client.xml,> <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard.wsdl]>
parsing WSDL...


generating code...

[INFO] [jaxws:wsimport {execution: wsimport-server}]
[INFO] Processing: <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard.wsdl>
[INFO] jaxws:wsimport args: [-s, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/jaxws-source,> -d, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/classes,> -Xnocompile, -B-p, com.example.test.jaxb.server, -b, <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard-server.xml,> <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/resources/wsdl/creditcard.wsdl]>
parsing WSDL...


generating code...

[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 33 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallbackSync.java>:[21,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallbackSync.java>:[26,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[28,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[29,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallback.java>:[21,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallback.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallback.java>:[27,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[41,1] cannot find symbol
symbol: class Service
@Service(CreditCardClient.class)

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[23,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[24,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[31,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[32,1] cannot find symbol
symbol: class Callback
@Callback(CreditCardPaymentCallback.class)

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClientSync.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClientSync.java>:[23,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClientSync.java>:[30,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClientSync.java>:[31,1] cannot find symbol
symbol: class Callback
@Callback(CreditCardPaymentCallbackSync.class)

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentImpl.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentImpl.java>:[23,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[23,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[24,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[33,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[34,1] cannot find symbol
symbol: class Callback
@Callback(CreditCardPaymentCallback.class)

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServerSync.java>:[22,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServerSync.java>:[23,35] package org.oasisopen.sca.annotation does not exist

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServerSync.java>:[32,1] cannot find symbol
symbol: class Remotable
@Remotable

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServerSync.java>:[33,1] cannot find symbol
symbol: class Callback
@Callback(CreditCardPaymentCallbackSync.class)

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentImpl.java>:[35,1] cannot find symbol
symbol: class Service
@Service({CreditCardPayment.class, CreditCardPaymentRequestServer.class, CreditCardPaymentRequestServerSync.class})

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[45,5] cannot find symbol
symbol  : class Reference
location: class test.client.CreditCardPaymentClientImpl

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[48,5] cannot find symbol
symbol  : class Reference
location: class test.client.CreditCardPaymentClientImpl

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentClientImpl.java>:[51,5] cannot find symbol
symbol  : class Reference
location: class test.client.CreditCardPaymentClientImpl

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentCallback.java>:[30,5] cannot find symbol
symbol  : class OneWay
location: interface test.client.CreditCardPaymentCallback

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/client/CreditCardPaymentRequestClient.java>:[35,5] cannot find symbol
symbol  : class OneWay
location: interface test.client.CreditCardPaymentRequestClient

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentImpl.java>:[38,5] cannot find symbol
symbol  : class Callback
location: class test.server.CreditCardPaymentImpl

ha:AAAAYB+LCAAAAAAAAABb85aBtbiIQSmjNKU4P0+vJLE4u1gvPjexLDVPzxdEuhYV5Rf55ZekOlc7RKnPKH7IxMBQUcQgBdWQnJ9XnJ+TqucMoUEKGSCAEaSwAACsNFCqYAAAAA==[HUDSON] Archiving disabled - not archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/pom.xml>
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentImpl.java>:[41,5] cannot find symbol
symbol  : class Callback
location: class test.server.CreditCardPaymentImpl

[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/ws/src/main/java/test/server/CreditCardPaymentRequestServer.java>:[37,5] cannot find symbol
symbol  : class OneWay
location: interface test.server.CreditCardPaymentRequestServer

[INFO] 37 errors 
[INFO] -------------------------------------------------------------


Hudson build is back to normal : Tuscany-2x » Apache Tuscany Async Integration Tests #62

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$itest-async-integrations/62/changes>