[
https://issues.jboss.org/browse/AS7-3347?page=com.atlassian.jira.plugin.s...
]
Alexey Loubyansky commented on AS7-3347:
----------------------------------------
Honestly, I am not sure what to do with this issue...
Dominik, like you I find this confusing. That's the way management model for jdbc
drivers is organized.
The CLI *could* represent it in a less confusing way. I thought about a jdbc-driver
command that would list installed drivers, allow adding drivers as deployments and as
modules, etc.
But there is deploy command which can be used to deploy drivers, now there is also module
command which can be used to add modules and generate module.xml (for standalone). So,
adding the same functionality to another command looks redundant. What's left is
listing the drivers. Perhaps, it makes sense to add a command just for that.
JDBC drivers installed via deployment not shown in the management
model
-----------------------------------------------------------------------
Key: AS7-3347
URL:
https://issues.jboss.org/browse/AS7-3347
Project: Application Server 7
Issue Type: Feature Request
Components: CLI
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
Assignee: Alexey Loubyansky
Labels: eap6_prd_req
Fix For: 7.1.2.Final
JDBC drivers installed via deployment are not shown in the management model. I am not
quite sure if this is intended or not but I see this as serious usability issue. How is
the user supposed to quess the driver name installed via deployment to be able to manage
data sources using this driver?
[standalone@localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone@localhost:9999 /] deploy /usr/share/java/postgresql-jdbc3.jar
[standalone@localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone@localhost:9999 /]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira