[jboss-jira] [JBoss JIRA] Commented: (AS7-726) create a driver repository service
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Tue May 17 09:01:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602571#comment-12602571 ]
Heiko Braun commented on AS7-726:
---------------------------------
the response is missing the xa data source class.
i.e. this one
{noformat}
<drivers>
<driver name="h2" module="com.h2database.h2">
<xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
</driver>
</drivers>
{noformat}
is returned as
{noformat}
[INFO] "driver-name" => "h2",
[INFO] "deployment-name" => undefined,
[INFO] "module-name" => "com.h2database.h2",
[INFO] "module-slot" => "main",
[INFO] "driver-class" => "org.h2.Driver",
[INFO] "major-version" => 1,
[INFO] "minor-version" => 2,
[INFO] "jdbc-compliant" => true
[INFO] }
{noformat}
> create a driver repository service
> ----------------------------------
>
> Key: AS7-726
> URL: https://issues.jboss.org/browse/AS7-726
> Project: Application Server 7
> Issue Type: Task
> Reporter: Stefano Maestri
> Assignee: Heiko Braun
> Fix For: 7.0.0.CR1
>
>
> We need a driver repository service to get the list of deployed jdbc driver during Datrasource adding from UI
--
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