You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (JIRA)" <ji...@apache.org> on 2018/02/26 23:27:00 UTC

[jira] [Updated] (GEODE-4693) JDBCLoader on region with a pdx-class-name causes exception during deserialization when a get is done

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

Anilkumar Gingade updated GEODE-4693:
-------------------------------------
    Summary: JDBCLoader on region with a pdx-class-name causes exception during deserialization when a get is done  (was: JDBCLoader on region with a pdx-class-name throw exceptions during deserialization)

> JDBCLoader on region with a pdx-class-name causes exception during deserialization when a get is done
> -----------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-4693
>                 URL: https://issues.apache.org/jira/browse/GEODE-4693
>             Project: Geode
>          Issue Type: Bug
>          Components: extensions, regions
>    Affects Versions: 1.4.0
>            Reporter: Fred Krone
>            Priority: Major
>
> Acceptance Criteria:
> _Given_ I have an empty region with a pdx-type mapped to a jdbc connection
>  _When_ I get an entry from the region
>  _Then_ I it should pull a dataset from the backing db and convert it to the pdx-type associated with the region.
>  
> When reading from region and the region mapping has a pdx class name and no pdx type exists for that class or it exists but is missing at least one of the fields for the columns on the row.
>  
>  



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