]
Stuart Douglas resolved WFLY-754.
---------------------------------
Resolution: Out of Date
Make jUDDI http endpoint configurable
-------------------------------------
Key: WFLY-754
URL:
https://issues.jboss.org/browse/WFLY-754
Project: WildFly
Issue Type: Task
Security Level: Public(Everyone can see)
Components: JAXR
Reporter: Thomas Diesler
Fix For: Awaiting Volunteers
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
For more information on JIRA, see: