You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2018/03/19 19:09:00 UTC

[jira] [Resolved] (GEODE-4875) JdbcLoader will not always find an existing pdx field type if it is not all lower case

     [ https://issues.apache.org/jira/browse/GEODE-4875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darrel Schneider resolved GEODE-4875.
-------------------------------------
    Resolution: Duplicate

> JdbcLoader will not always find an existing pdx field type if it is not all lower case
> --------------------------------------------------------------------------------------
>
>                 Key: GEODE-4875
>                 URL: https://issues.apache.org/jira/browse/GEODE-4875
>             Project: Geode
>          Issue Type: Bug
>          Components: extensions, regions
>    Affects Versions: 1.6.0
>            Reporter: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When doing a read using the JdbcLoader, if the region mapping has a pdx-class-name and does not have a pdx-field to column-name mapping, then it will only find the existing pdx field type if the field name is all lower case.
> You will see a JdbcConnectorException with this message when you hit this bug:
> "Could not find PdxType for field " + fieldNameĀ + ". Add class " + pdxClassName + " with " + fieldName + " to pdx registry."



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)