[
https://issues.jboss.org/browse/WFLY-7209?page=com.atlassian.jira.plugin....
]
Stefano Maestri commented on WFLY-7209:
---------------------------------------
I'm not sure I'm following 100%. Resource adapters could be activate in 2
different way:
# w/ an entry in resource-adapters subsystem configuration
# w/ ironjacamar.xml file in the rar archive
in the first case you have all configuration and stats under its resource-adpater entry in
DMR.
In the second case you have all readonly attribute and stats under
/deployment=<rar-name>. For example this is a valid command :
/deployment=amq-ij.rar/subsystem=resource-adapters/ironjacamar=ironjacamar/resource-adapter=amq-ij.rar:read-resource()
If you are not in one of those 2 cases the rar is not activated and in fact it's just
a library deployment until it will be activated w/ a valid configuration.
I don't understand what else you need, but maybe I'm not getting your use case.
Could you explain a bit further?
S.
Operation to list installed Resource Adapters
---------------------------------------------
Key: WFLY-7209
URL:
https://issues.jboss.org/browse/WFLY-7209
Project: WildFly
Issue Type: Feature Request
Components: JCA
Reporter: Guillermo González de Agüero
Assignee: Stefano Maestri
Fix For: 10.1.0.Final
Currently there's no way to list all the installed Resource Adapters. Only configured
resource adapters can be queried. However, they are automatically enabled at deployment
time.
I propose to add a new operation to list installed RAs and their configuration, similar
to the one available for JDBC drivers. This would allow HAL to provide a wizard of
available options when configuring them.
The command would be something like:
/subsystem=resource-adapters:installed-resource-adapters-list()
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)