]
James Perkins closed WFLY-4826.
-------------------------------
Resolution: Rejected
This should use capabilities not just a service name. See WFLY-4825 for the capabilities.
Add service name alias for a data source resource name
------------------------------------------------------
Key: WFLY-4826
URL:
https://issues.jboss.org/browse/WFLY-4826
Project: WildFly
Issue Type: Feature Request
Components: JCA
Reporter: James Perkins
Assignee: James Perkins
Currently the data-source service name is bound to the JNDI name. An alias should be
added to the resource name as well. For example the default {{ExampleDS}} is bound to
{{jboss.data-source.java:jboss/datasources/ExampleDS}}. There should also be a binding to
{{jboss.data-source.ExampleDS}} so other subsystems can lookup the data source.