[jboss-jira] [JBoss JIRA] (AS7-3347) JDBC drivers installed via deployment not shown in the management model
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jan 18 13:03:18 EST 2012
[ https://issues.jboss.org/browse/AS7-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-3347:
----------------------------------
Summary: JDBC drivers installed via deployment not shown in the management model (was: Datasources installed via deployment not shown in the management model)
Description:
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 at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone at localhost:9999 /] deploy /usr/share/java/postgresql-jdbc3.jar
[standalone at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone at localhost:9999 /]
was:
Datasources 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 at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone at localhost:9999 /] deploy /usr/share/java/postgresql-jdbc3.jar
[standalone at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
h2
[standalone at localhost:9999 /]
Updated the issue title and description to reflect that this is about drivers, not datasources.
> 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: Bug
> Components: CLI, Domain Management
> Affects Versions: 7.1.0.Final
> Reporter: Dominik Pospisil
> Assignee: Alexey Loubyansky
>
> 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 at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
> h2
> [standalone at localhost:9999 /] deploy /usr/share/java/postgresql-jdbc3.jar
> [standalone at localhost:9999 /] ls /subsystem=datasources/jdbc-driver
> h2
> [standalone at 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
More information about the jboss-jira
mailing list