[
https://issues.apache.org/jira/browse/BEAM-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated BEAM-743:
------------------------------
Component/s: (was: z-do-not-use-sdk-java-extensions)
io-java-jdbc
> JdbcIO should not use getConnection() with username and password when using
> DBCP BasicDataSource
> ------------------------------------------------------------------------------------------------
>
> Key: BEAM-743
> URL: https://issues.apache.org/jira/browse/BEAM-743
> Project: Beam
> Issue Type: Bug
> Components: io-java-jdbc
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 0.3.0-incubating
>
>
> When we use an username and password, {{JdbcIO}} uses
> {{dataSource.getConnection(username, password)}}.
> However, this method is not supported by DBCP {{BasicDataSource}} (as the
> username and password are already part of the data source).
> Basically, the test should be if username is not null and if datasource (user
> provided) is not null, then we use {{getConnection(username, password)}}
> else, we just use {{getConnection()}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)