Closed grgrzybek closed 5 years ago
Grzegorz Grzybek commented
Benjamin Graf may I assign to you?
Benjamin Graf commented
Sure ��
Grzegorz Grzybek commented
PR merged. I can release next week, ok?
Benjamin Graf commented
Release next week is fine to me.
Andre Schlegel-Tylla created PAXJDBC-147
I have karaf 4.2.6 with pax-jdbc 1.3.5, pax-jdbc-oracle and using Oracle JDBC Driver Version 6 (ojdbc6.jar; also testet with ojdbc8.jar).
If I create a new datasource and using the TNS key-value syntax for the oracle thin driver I got an NPE.
I have used this syntax in an older version without any problem. So I have checked the history of the class (https://github.com/ops4j/org.ops4j.pax.jdbc/blob/master/pax-jdbc-config/src/main/java/org/ops4j/pax/jdbc/config/impl/DataSourceConfigManager.java). It seems to me, that the change from the issue PAXJDBC-132 causes the problem.
I have no problems if I'm using the simple syntax.
See also: https://docs.oracle.com/cd/B28359_01/java.111/b31224/jdbcthin.htm
Affects: 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5 Fixed in: 1.4.2 Votes: 0, Watches: 3
Referenced issues
is related from: