You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/15 08:50:01 UTC

[jira] [Commented] (KARAF-3976) Broken compatibility with 3.x jdbc DataSources

    [ https://issues.apache.org/jira/browse/KARAF-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292208#comment-16292208 ] 

ASF GitHub Bot commented on KARAF-3976:
---------------------------------------

jbonofre opened a new pull request #431: [KARAF-3976] Able to use "old style" datasource names/properties
URL: https://github.com/apache/karaf/pull/431
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Broken compatibility with 3.x jdbc DataSources
> ----------------------------------------------
>
>                 Key: KARAF-3976
>                 URL: https://issues.apache.org/jira/browse/KARAF-3976
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-jdbc
>    Affects Versions: 4.0.1
>            Reporter: Sergey 
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.0.11, 4.1.4, 4.2.0
>
>
> 1st of all, current documentaion is wrong, because command names was changed to jdbc:ds-info, for example, but http://karaf.apache.org/manual/latest/users-guide/jdbc.html still contains jdbc:info command names.
> Most important compatibility breaking change was another one: in karaf 3.x I was able to deploy DataSource using spring-dm xml or blueprint, and it was registered as a service and in jndi, and was listed using jdbc:datasources command. Right now no datasources are listed.
> {code}
> karaf@root()> jndi:names
> JNDI Name                                 | Class Name
> ------------------------------------------------------------------------------------------
> osgi:service/jdbc/zeusDataSource          | net.sourceforge.jtds.jdbcx.JtdsDataSource
> osgi:service/jdbc/arenaDS                 | net.sourceforge.jtds.jdbcx.JtdsDataSource
> osgi:service/jdbc/tomsDS                  | net.sourceforge.jtds.jdbcx.JtdsDataSource
> osgi:service/jdbc/cofDS                   | com.sybase.jdbc3.jdbc.SybDataSource
> osgi:service/jdbc/fidbDataSource          | net.sourceforge.jtds.jdbcx.JtdsDataSource
> osgi:service/jdbc/murexDS                 | com.sybase.jdbc3.jdbc.SybDataSource
> osgi:service/jdbc/gpDataSource            | org.postgresql.ds.PGPoolingDataSource
> karaf@root()> jdbc:ds-info jdbc/fidbDataSource
> Property       | Value
> ---------------------------------------------------------------------
> driver.version | 1.2.2
> db.version     | 10.50.4000
> db.product     | Microsoft SQL Server
> url            | jdbc:jtds:sqlserver:
> driver.name    | jTDS Type 4 JDBC Driver for MS SQL Server and Sybase
> username       | ...
> karaf@root()> jdbc:ds-list
> Name | Product | Version | URL | Status
> ---------------------------------------
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)