| Author |
Simple Webclient -lib issues
|
Angeline G Fernando
Greenhorn
Joined: Jun 30, 2009
Posts: 6
|
|
I am trying to write a simple web client that accesses a webservice using the glassfish 2.1 server.
Have included the glassfish jars in my ant file..However the wsimport generates files with errors for
"import javax.xml.bind.annotation.XmlSeeAlso;" and import javax.xml.ws.WebServiceFeature;
What else do I have to include..My understanding was that the jax-ws lib files were in the SDK
Thanks
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Try out JARFinder http://www.jarfinder.com for issues like this.
It seems like the annotation XmlSeeAlso is not available in JavaSE6, but you have to look in, for instance, JAXB 2.1.
Other alternatives on here: http://www.jarfinder.com/index.php/java/info/javax.xml.bind.annotation.XmlSeeAlso
Best wishes!
|
 |
Angeline G Fernando
Greenhorn
Joined: Jun 30, 2009
Posts: 6
|
|
Thanks for the Hint..Will check that out too for further issues..
This worked fine when I changed the ant files to point to jdk 1.6 wsimport instead of the glassfish library
Thank You..
|
 |
 |
|
|
subject: Simple Webclient -lib issues
|
|
|