Hi,

I've been using DOSGI CXF from long with a older version and I need to
update.
I changed to version 1.6, but the web service endpoint is not as I supposed
to be.
My configuration is as following:
        props.put("service.exported.interfaces", "*");
        props.put("service.exported.configs", "org.apache.cxf.ws");
        props.put("org.apache.cxf.ws.httpservice.context", "/SimUtils");

So I expect the service to be published at
http://localhost:8080/SimUtils?wsdl, but, to my surprise, the URL is a
review of the list of services available and the endpoint set is
http://localhost:9000/bla/bla/bla/SimUtils.

Why does it changes the domain? I need the same domain to avoid CORS
problems.
In version 1.1 it worked as I expected.

Am I missing something?



--
View this message in context: 
http://cxf.547215.n5.nabble.com/DOSGI-ws-register-different-domain-tp5757303.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to