]
Alessio Soldano updated JBWS-3797:
----------------------------------
Assignee: Jim Ma
Let @WebContext(virtualHost...) affect endpoint address
-------------------------------------------------------
Key: JBWS-3797
URL:
https://issues.jboss.org/browse/JBWS-3797
Project: JBoss Web Services
Issue Type: Feature Request
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Jim Ma
Fix For: jbossws-cxf-5.0
When @WebContext(virtualHost=...) is specified, the referenced virtualHost name should be
usable to get the corresponding port (from the web layer, through the (JBoss)WebMetadata
attached to deployment) and modify the endpoint address accordingly (in
EndpointAddressDeploymentAspect).
This likely require some additional functionalities from the container web layer to get
the port for a given virtual host.