eclipse-ee4j / eclipse-ee4j/metro-wsit
JavaOne demo - classpath needs to be updated
- Dominant language
- Java
- Stars
- 6
- Forks
- 21
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 1
Description
the wsit/wsit/samples/pricequote/build.xml has classpath defined as below.
with this setting, demo gives error[1] as jaxws2.0 classes are used ?
works when changing classpath as below , to include only the required jars.
this change is required with glassfish b26 , not sure if this will be
needed after the recent removal of appserv-ws.jar from glassfish/lib .
[1]
--------------------------------------------------------------------------------------------------------------------------
retailer-client:
[echo] etc/retailer.wsdl
BUILD FAILED
/space/sreejith/demo/wsit/wsit/samples/pricequote/build.xml:213: The following
error occurred while executing this line:
/space/sreejith/demo/wsit/wsit/samples/pricequote/build.xml:101: The
type doesn't support the nested "depends" element.
--------------------------------------------------------------------------------------------------------------------------
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[current]
Source: [https://github.com/javaee/metro-wsit/issues/244](https://github.com/javaee/metro-wsit/issues/244)
Author: glassfishrobot
Contributor guide
Research direction
Start in wsit/wsit/samples/pricequote/build.xml and inspect the classpath used by the wsimport invocation around the reported lines. Reproduce the pricequote demo with the affected GlassFish build, then verify that the classpath contains the required jars and the build completes without the nested "depends" error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100