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.