[
https://issues.apache.org/jira/browse/GEODE-4875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider updated GEODE-4875:
------------------------------------
Affects Version/s: 1.6.0
> 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
>
> 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)