[teiid-issues] [JBoss JIRA] (TEIID-4146) Using JDG Library Mode, unable to perform insert (

Steven Hawkins (JIRA) issues at jboss.org
Wed Apr 20 20:21:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-4146.
-----------------------------------
    Fix Version/s: 9.0
                   8.12.5
       Resolution: Done


Merged the pull request and updated master as well.

> Using JDG Library Mode, unable to perform insert (
> --------------------------------------------------
>
>                 Key: TEIID-4146
>                 URL: https://issues.jboss.org/browse/TEIID-4146
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.12.5
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>            Priority: Critical
>             Fix For: 9.0, 8.12.5
>
>
> Trying to run the JDG local cache quickstart, get the following error when trying to perform an insert:
> 15:09:34,027 WARN  [org.teiid.PROCESSOR] (Worker1_QueryProcessorQueue12) TEIID30020 Processing exception for request O25SlCY41bD5.6 'TEIID30492 Element StockCache.Stock.StockObject of StockCache.Stock is neither nullable nor has a default value. A value must be specified in the insert.'. Originally QueryValidatorException Request.java:330. Enable more detailed logging to see the entire stacktrace.
> The issue is because the StockObject column is set to be NullType.unknown, instead of NullType.Nullable.   This is because the metadata processor in the translator-object is setting it incorrectly.
> Workaround:
> -  Using Teiid Designer to import the source model and change the null type.
> -  use dynamic vdb and define the DDL metadata to set the null type.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list