Hello,

I just generated code from my WSDL using CXF maven2 plugin (2.0.5-incubator)

The generated service interface uses a Holder<String> argument as both
Request and Response message use the same argument.

When I try to invoke the service using "local://service" adress, I get a
serialization error :

javax.xml.bind.JAXBException: javax.xml.ws.Holder is not known to this
context
    at
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getBeanInfo(JAXBContextImpl.java:538)


As Holder is an jax-ws API class, I have no idea what I could have missed
...

please help ;-)

Nico.

Reply via email to