Hi,I could not find any update or reply to this topic and, after some
reserach I obtained the desidered result using CXF annotations in the
following way:
@WebService@EndpointProperties({
@EndpointProperty(key="publishedEndpointUrl",value={"https://mydomain.com/my-app/webservices/MyService"})})public
interface MyService{...}
Sure, this is not a practical solution from a maintenance perspective.
Is there any way to configure such properties in the openejb-jar.xml or a
linked properties file as described in
https://rmannibucau.wordpress.com/2012/10/04/jax-rsjax-ws-configuration-for-tomee-1-5-0/
<https://rmannibucau.wordpress.com/2012/10/04/jax-rsjax-ws-configuration-for-tomee-1-5-0/>
?
Notes:The service is deployed as a @Stateless bean and I'm currently using
TomEE+ 1.7.2
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/CXF-Configuration-configure-publishedEndpointUrl-of-a-webservice-tp4656009p4676967.html
Sent from the TomEE Users mailing list archive at Nabble.com.