Impossible to use jax-ws and jaxb annotations
---------------------------------------------
Key: CXF-2523
URL:
https://issues.apache.org/jira/browse/CXF-2523 Project: CXF
Issue Type: Bug
Components: Distributed-OSGi
Affects Versions: dOSGi-1.1
Environment: Equinox 3.5.1 / Ubuntu 9.04
Reporter: Oliver Balb
When setting the Activator props to use jaxws and jaxb the generated wsdl doesn't include any operation whereas when using default binding (Aegis) works.
Here is the configuration which doesn't work :
props.put("service.exported.interfaces", "*");
props.put("service.exported.configs", "org.apache.cxf.ws");
props.put("org.apache.cxf.ws.frontend", "jaxws");
props.put("org.apache.cxf.ws.databinding", "jaxb");
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.