]
Guillermo González de Agüero commented on WFLY-7133:
----------------------------------------------------
[~jesper.pedersen] could you please provide some reasoning behind the rejection? I know my
first proposal wasn't accurate but what about the operation? Thanks!
Automatically define resource adapter for deployed RARs
-------------------------------------------------------
Key: WFLY-7133
URL:
https://issues.jboss.org/browse/WFLY-7133
Project: WildFly
Issue Type: Feature Request
Components: JCA
Affects Versions: 10.1.0.Final
Reporter: Guillermo González de Agüero
Assignee: Jesper Pedersen
Deploying a RAR file enables the resource adapter for the server, but in order to
configure it, you must manually add it to the Resource Adapters subsystem. This is error
prone (you can put in invalid "archive name" for the resource adapter and it
doesn't complaint) and little user friendly.
From a user perspective and from what can be read from the documentation
(
https://docs.jboss.org/author/display/WFLY10/Resource+adapters), it seems like the
resource adapter is not enabled unless you explicitly define it.
It would be very simpler if RA deployments would be detected and registered as it's
done for deployed JDBC drivers.