Darrel Schneider created GEODE-4875:
---------------------------------------
Summary: 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
Reporter: Darrel Schneider
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)