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

ASF GitHub Bot commented on APEXMALHAR-1967:
--------------------------------------------

GitHub user DT-Priyanka opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/169

    APEXMALHAR-1967: JDBC Store setting connection properties from config file 
is broken

    Operator had overloaded setter methods to set connection properties. This 
caused problems to BeanUtils to identify right setter. 
    Renamed the method which accepts java Properties object to 
setConnectionPropertiesList.
    Note: Did not change the method which accepts string as it's already been 
used in many properties file to set the connections properties.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DT-Priyanka/incubator-apex-malhar 
APEXMALHAR-1967_jdbc_input_properties

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-malhar/pull/169.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #169
    
----
commit ef4033ee2fb904bb8406664a5aa301d912793aaa
Author: Priyanka Gugale <[email protected]>
Date:   2016-01-13T09:48:52Z

    APEXMALHAR-1967: JDBC Store setting connection properties from config file 
is broken

----


> JDBC Store setting connection properties from config file is broken
> -------------------------------------------------------------------
>
>                 Key: APEXMALHAR-1967
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-1967
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Chandni Singh
>            Assignee: Priyanka Gugale
>
> JdbcStore has connectionProperties field which is of type Properties. Setting 
> the value of this field using setters provided-
> setConnectionProperties(String ...) and 
> setConnectionProperties(Properties ...) 
> is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to