[jboss-jira] [JBoss JIRA] (WFLY-6924) driver-module-name not writable through the cli
Martin Simka (JIRA)
issues at jboss.org
Wed Sep 14 06:05:00 EDT 2016
[ https://issues.jboss.org/browse/WFLY-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293102#comment-13293102 ]
Martin Simka commented on WFLY-6924:
------------------------------------
it seems to me that driver attributes have always been read-only. Oldest version I checked is JBoss AS 7.1.1
{noformat:title=JBoss AS 7.1.1}
"driver-module-name" => {
"description" => "The name of the module from which the driver was loaded, if it was loaded from the module path",
"type" => STRING,
"required" => false,
"nillable" => true,
"access-type" => "read-only",
"storage" => "configuration"
}
{noformat}
> driver-module-name not writable through the cli
> -----------------------------------------------
>
> Key: WFLY-6924
> URL: https://issues.jboss.org/browse/WFLY-6924
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 10.0.0.Final
> Reporter: trippstowe
> Assignee: Stefano Maestri
> Priority: Minor
>
> this used to work with previous versions
> /subsystem=datasources/jdbc-driver=mysql/:write-attribute(name=driver-module-name,value=com.mysql.jdbc)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0048: Attribute driver-module-name is not writable",
> "rolled-back" => true
> }
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list