[
https://issues.apache.org/jira/browse/KARAF-6014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693012#comment-16693012
]
ASF subversion and git services commented on KARAF-6014:
--------------------------------------------------------
Commit d52ca6e9c74373cb1961ed81a8bdcafe9338d5f0 in karaf's branch
refs/heads/master from [~grzes]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=d52ca6e ]
[KARAF-6014] Improve jdbc:* commands
> Improve jdbc:* commands
> -----------------------
>
> Key: KARAF-6014
> URL: https://issues.apache.org/jira/browse/KARAF-6014
> Project: Karaf
> Issue Type: Improvement
> Affects Versions: 4.2.1
> Reporter: Grzegorz Grzybek
> Assignee: Grzegorz Grzybek
> Priority: Major
> Fix For: 4.2.2
>
> Attachments: jdbc-jmx.png
>
>
> {{jdbc:*}} commands do not work well when there are multiple instances of:
> * {{org.osgi.service.jdbc.DataSourceFactory}}
> * {{javax.sql.DataSource}}
> This is caused partially by pax-jdbc itself, where:
> * {{pax-jdbc}} bundle registers {{DataSourceFactory}} for each driver class
> specified in {{/META-INF/services/java.sql.Driver}} of jdbc driver bundle
> * e.g., {{pax-jdbc-mariadb}} registers the same {{DataSourceFactory}}
> instance with different names: {{mariadb}} and {{mysql}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)