[
https://issues.apache.org/jira/browse/CXF-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Balb closed CXF-2523.
----------------------------
Resolution: Invalid
Fix Version/s: dOSGi-1.1
Sorry my mistake, I finally found how to import correctly the required packages
(javax.xml.binding...).
As I'm using source from svn trunk without using maven to build I had to import
them in my Dosgi plugin's Manifest
No it works fine
> 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
> Fix For: dOSGi-1.1
>
>
> 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.