]
Thomas Diesler commented on AS7-2681:
-------------------------------------
On the server side we need (at least) to configure the http context name and path
On the client side we'd also need to configure host and port
Make JAXR http endpoint configurable
------------------------------------
Key: AS7-2681
URL:
https://issues.jboss.org/browse/AS7-2681
Project: Application Server 7
Issue Type: Task
Components: JAXR
Reporter: Thomas Diesler
Assignee: Kurt Stam
Fix For: 7.1.0.CR1
Currently, the HTTP endpoint and database services are installed based on
{code}
if (config.getDataSourceBinding() != null) {
newControllers.add(JAXRDatasourceService.addService(serviceTarget,
config, verifyHandler));
newControllers.add(JAXRHttpEndpointService.addService(serviceTarget,
config, verifyHandler));
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: