[
https://issues.jboss.org/browse/WFLY-9439?page=com.atlassian.jira.plugin....
]
Michal Petrov commented on WFLY-9439:
-------------------------------------
Well, this makes datasources behave unlike other singletons, since more than one resource
is allowed at a time. But if that's ok then the problem is in HAL.
Still, are those statistics part of the {{resource-description}}?
{{data-source=*:read-resource-description}} returns a list of descriptions for every
datasource which seems unnecessary.
Datasources are registered as singletons
----------------------------------------
Key: WFLY-9439
URL:
https://issues.jboss.org/browse/WFLY-9439
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Michal Petrov
Assignee: Stefano Maestri
{code}
/subsystem=datasources:read-children-types(include-singletons)
{code}
returns this
{code}
{
"outcome" => "success",
"result" => [
"data-source",
"data-source=ExampleDS",
"jdbc-driver",
"xa-data-source"
]
}
{code}
This happens for any (xa-)data-source, not just the default one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)