Description
At the moment it seems not to be possible to configure servicename and portname for jax-ws in DOSGi, as the appropriate annotations are silently ignored. So i suggest to implement a handy solution to this problem by making these things configurable by service-properties, introducing 4 new property-keys "org.apache.cxf.ws.targetnamespace" , "org.apache.cxf.ws.servicename" , "org.apache.cxf.ws.portname" and "org.apache.cxf.ws.wsdl_location" . This solution affects 2 classes from the DSW implementation : "org.apache.cxf.dosgi.dsw.Constants" and
"org.apache.cxf.dosgi.dsw.handlers". The patches to current trunk a given.