[ 
https://issues.apache.org/jira/browse/TUSCANY-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luciano Resende reassigned TUSCANY-3421:
----------------------------------------

    Assignee: Luciano Resende

> Build fails with 1.5 JDK
> ------------------------
>
>                 Key: TUSCANY-3421
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3421
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: Java-SCA-1.6
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>            Priority: Critical
>             Fix For: Java-SCA-1.6
>
>
> Below are the failures:
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[4,33]
>  package javax.xml.bind.annotation does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[5,33]
>  package javax.xml.bind.annotation does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[6,33]
>  package javax.xml.bind.annotation does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[7,33]
>  package javax.xml.bind.annotation does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[58,11]
>  cannot find symbol
> symbol  : class JAXBElement
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[67,11]
>  cannot find symbol
> symbol  : class JAXBElement
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[8,20]
>  package javax.xml.ws does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[9,20]
>  package javax.xml.ws does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[10,20]
>  package javax.xml.ws does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[11,20]
>  package javax.xml.ws does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[22,12]
>  cannot find symbol
> symbol: class Service
>     extends Service
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[67,34]
>  cannot find symbol
> symbol  : class WebServiceFeature
> location: class com.tuscanyscatours.payment.PaymentService
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberType.java:[30,1]
>  cannot find symbol
> symbol: class XmlAccessorType
> @XmlAccessorType(XmlAccessType.FIELD)
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberType.java:[31,1]
>  cannot find symbol
> symbol: class XmlType
> @XmlType(name = "MakePaymentMemberType", propOrder = {
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberType.java:[37,5]
>  cannot find symbol
> symbol  : class XmlElement
> location: class com.tuscanyscatours.payment.MakePaymentMemberType
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberType.java:[39,5]
>  cannot find symbol
> symbol  : class XmlElement
> location: class com.tuscanyscatours.payment.MakePaymentMemberType
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[19,1]
>  cannot find symbol
> symbol: class WebService
> @WebService(name = "Payment", targetNamespace = 
> "http://www.tuscanyscatours.com/Payment/";)
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[20,1]
>  cannot find symbol
> symbol: class XmlSeeAlso
> @XmlSeeAlso({
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[38,9]
>  cannot find symbol
> symbol  : class WebParam
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[40,9]
>  cannot find symbol
> symbol  : class WebParam
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[33,5]
>  cannot find symbol
> symbol  : class WebMethod
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[34,5]
>  cannot find symbol
> symbol  : class WebResult
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[35,5]
>  cannot find symbol
> symbol  : class RequestWrapper
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/Payment.java:[36,5]
>  cannot find symbol
> symbol  : class ResponseWrapper
> location: interface com.tuscanyscatours.payment.Payment
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[24,1]
>  cannot find symbol
> symbol: class XmlRegistry
> @XmlRegistry
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[29,1]
>  cannot find symbol
> symbol: class XmlAccessorType
> @XmlAccessorType(XmlAccessType.FIELD)
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[30,1]
>  cannot find symbol
> symbol: class XmlType
> @XmlType(name = "MakePaymentMemberResponseType", propOrder = {
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[57,5]
>  cannot find symbol
> symbol  : class XmlElementDecl
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[66,5]
>  cannot find symbol
> symbol  : class XmlElementDecl
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java:[35,5]
>  cannot find symbol
> symbol  : class XmlElement
> location: class com.tuscanyscatours.payment.MakePaymentMemberResponseType
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[20,1]
>  cannot find symbol
> symbol: class WebServiceClient
> @WebServiceClient(name = "PaymentService", targetNamespace = 
> "http://www.tuscanyscatours.com/Payment/";, wsdlLocation = 
> "file:/home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/src/main/resources/Payment.wsdl")
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[54,5]
>  cannot find symbol
> symbol  : class WebEndpoint
> location: class com.tuscanyscatours.payment.PaymentService
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[66,5]
>  cannot find symbol
> symbol  : class WebEndpoint
> location: class com.tuscanyscatours.payment.PaymentService
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/package-info.java:[1,26]
>  package javax.xml.bind.annotation does not exist
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[59,19]
>  cannot find symbol
> symbol  : class JAXBElement
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/ObjectFactory.java:[68,19]
>  cannot find symbol
> symbol  : class JAXBElement
> location: class com.tuscanyscatours.payment.ObjectFactory
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[56,15]
>  cannot find symbol
> symbol  : variable super
> location: class com.tuscanyscatours.payment.PaymentService
> /home/lresende/opensource/apache/tuscany/java-sca-1.6-sync/itest/jaxws/target/jaxws-source/com/tuscanyscatours/payment/PaymentService.java:[68,15]
>  cannot find symbol
> symbol  : variable super
> location: class com.tuscanyscatours.payment.PaymentService

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to