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

Van Halbert (JIRA) issues at jboss.org
Fri Apr 15 16:37:00 EDT 2016


Van Halbert created TEIID-4146:
----------------------------------

             Summary: 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: Steven Hawkins
            Priority: Critical


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