[jboss-jira] [JBoss JIRA] Updated: (AS7-802) JDCB driver :read-resource-description is not updated
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Tue May 17 08:47:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-802:
----------------------------
Description:
I.e. it doesn't contain "driver-xa-datasource-class-name" which is part of the resource representation:
{noformat}
[domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource
{
"outcome" => "success",
"result" => {
"driver-name" => "h2",
"driver-module-name" => "com.h2database.h2",
"driver-xa-datasource-class-name" => "org.h2.jdbcx.JdbcDataSource"
},
"compensating-operation" => undefined
}
[domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "A service that makes a JDBC driver available for use in the runtime",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"attributes" => {
"driver-name" => {
"description" => "The symbolic name of this driver used to reference it in the register",
"type" => STRING,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
"deployment-name" => {
"description" => "The name of the deployment unit from which the driver was loaded, if it was loaded from a deployment",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"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,
"access-type" => "read-only",
"storage" => "configuration"
},
"module-slot" => {
"description" => "The slot of the module from which the driver was loaded, if it was loaded from the module path",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-class-name" => {
"description" => "The fully qualified class name of the driver's implementation of java.sql.Driver",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-major-version" => {
"description" => "The driver's major version number",
"type" => INT,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-minor-version" => {
"description" => "The driver's minor version number",
"type" => INT,
"access-type" => "read-only",
"storage" => "configuration"
},
"jdbc-compliant" => {
"description" => "Whether or not the driver is JDBC compliant",
"type" => BOOLEAN,
"access-type" => "read-only",
"storage" => "configuration"
}
}
},
"compensating-operation" => undefined
}
{noformat}
was:
I.e. it doesn't contain "driver-xa-datasource-class-name" which is part of the resource representation:
[domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource
{
"outcome" => "success",
"result" => {
"driver-name" => "h2",
"driver-module-name" => "com.h2database.h2",
"driver-xa-datasource-class-name" => "org.h2.jdbcx.JdbcDataSource"
},
"compensating-operation" => undefined
}
[domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "A service that makes a JDBC driver available for use in the runtime",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"attributes" => {
"driver-name" => {
"description" => "The symbolic name of this driver used to reference it in the register",
"type" => STRING,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
"deployment-name" => {
"description" => "The name of the deployment unit from which the driver was loaded, if it was loaded from a deployment",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"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,
"access-type" => "read-only",
"storage" => "configuration"
},
"module-slot" => {
"description" => "The slot of the module from which the driver was loaded, if it was loaded from the module path",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-class-name" => {
"description" => "The fully qualified class name of the driver's implementation of java.sql.Driver",
"type" => STRING,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-major-version" => {
"description" => "The driver's major version number",
"type" => INT,
"access-type" => "read-only",
"storage" => "configuration"
},
"driver-minor-version" => {
"description" => "The driver's minor version number",
"type" => INT,
"access-type" => "read-only",
"storage" => "configuration"
},
"jdbc-compliant" => {
"description" => "Whether or not the driver is JDBC compliant",
"type" => BOOLEAN,
"access-type" => "read-only",
"storage" => "configuration"
}
}
},
"compensating-operation" => undefined
}
> JDCB driver :read-resource-description is not updated
> -----------------------------------------------------
>
> Key: AS7-802
> URL: https://issues.jboss.org/browse/AS7-802
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, JCA
> Reporter: Heiko Braun
> Assignee: Stefano Maestri
> Fix For: 7.0.0.CR1
>
>
> I.e. it doesn't contain "driver-xa-datasource-class-name" which is part of the resource representation:
> {noformat}
> [domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource
> {
> "outcome" => "success",
> "result" => {
> "driver-name" => "h2",
> "driver-module-name" => "com.h2database.h2",
> "driver-xa-datasource-class-name" => "org.h2.jdbcx.JdbcDataSource"
> },
> "compensating-operation" => undefined
> }
> [domain at localhost:9999 /] /host=local/server=server-one/subsystem=datasources/jdbc-driver=h2:read-resource-description
> {
> "outcome" => "success",
> "result" => {
> "description" => "A service that makes a JDBC driver available for use in the runtime",
> "head-comment-allowed" => true,
> "tail-comment-allowed" => true,
> "attributes" => {
> "driver-name" => {
> "description" => "The symbolic name of this driver used to reference it in the register",
> "type" => STRING,
> "required" => true,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "deployment-name" => {
> "description" => "The name of the deployment unit from which the driver was loaded, if it was loaded from a deployment",
> "type" => STRING,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "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,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "module-slot" => {
> "description" => "The slot of the module from which the driver was loaded, if it was loaded from the module path",
> "type" => STRING,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "driver-class-name" => {
> "description" => "The fully qualified class name of the driver's implementation of java.sql.Driver",
> "type" => STRING,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "driver-major-version" => {
> "description" => "The driver's major version number",
> "type" => INT,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "driver-minor-version" => {
> "description" => "The driver's minor version number",
> "type" => INT,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "jdbc-compliant" => {
> "description" => "Whether or not the driver is JDBC compliant",
> "type" => BOOLEAN,
> "access-type" => "read-only",
> "storage" => "configuration"
> }
> }
> },
> "compensating-operation" => undefined
> }
> {noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list