You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/06/01 23:36:36 UTC

[jira] Resolved: (TUSCANY-3575) Travel sample fails on JDK 5 because JAX-WS dependencies not found

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

Simon Nash resolved TUSCANY-3575.
---------------------------------

    Resolution: Fixed

Fixed under revision r949351 in the 1.0 release branch and r949352 in trunk.

> Travel sample fails on JDK 5 because JAX-WS dependencies not found
> ------------------------------------------------------------------
>
>                 Key: TUSCANY-3575
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3575
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Travel Sample
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>
> The smsgateway-jaxws module fails when run on JDK 5.   Here's the error message:
>      [java] Publishing SMS Gateway Service as web service: http://localhost:8081/SMSGatewayService
>      [java] Press Ctrl^C to terminate...
>      [java] Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/ws/Endpoint
>      [java]     at com.tuscanyscatours.smsgateway.SMSGatewayServiceBootstrap.main(SMSGatewayServiceBootstrap.java:29)
>      [java] Java Result: 1
> This fails because the jaxws-api jar isn't on the classpath.  The problem is caused by a faulty classpath setting in the antdefs.xml file.

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