[JBoss JIRA] (TEIIDDES-1808) Getting NPE when making a REST call
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1808?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1808:
--------------------------------
Fix Version/s: 8.3.2
> Getting NPE when making a REST call
> -----------------------------------
>
> Key: TEIIDDES-1808
> URL: https://issues.jboss.org/browse/TEIIDDES-1808
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.4, 8.3.2
>
>
> Making a REST call and getting the following NPE:
> 11:04:20,159 SEVERE [org.teiid.rest] (http-/127.0.0.1:8080-1) Exception in execute: {0}: java.lang.Throwable: java.lang.NullPointerException
> at org.teiid.rest.services.TeiidRSProviderPost.execute(TeiidRSProviderPost.java:134) [classes:]
> at org.teiid.rest.services.CustomerRESTWebSvcView.restProcedure(CustomerRESTWebSvcView.java:73) [classes:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_13]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_13]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_13]
> at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_13]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-2050) Full Temp Table support in Designer
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2050:
--------------------------------------
Summary: Full Temp Table support in Designer
Key: TEIIDDES-2050
URL: https://issues.jboss.org/browse/TEIIDDES-2050
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling
Reporter: Barry LaFond
Fix For: 8.5
Per TEIIDDES-1794 there are more areas Designer needs to add support for temporary tables:
... the full array of temp table stuff we currently support is:
* Teiid global temporary table (a virtual entry - which from an engine perspective can be on any model type)
* Teiid temporary table (not a schema entry in the design time metadata, scoped to a session/block)
* Teiid temporary table backed by a physical table (not a schema entry in the design time metadata, scoped to a session/block - the physical table could be a temporary one)
Eventually we would also like to have an ease of use path to simply create a teiid temporary table and have the backing table created on a source automatically - similar to the data shipment join temporary table creation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-1863) Add native type to procedure parameters
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1863?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1863.
------------------------------------
Resolution: Done
Done
> Add native type to procedure parameters
> ---------------------------------------
>
> Key: TEIIDDES-1863
> URL: https://issues.jboss.org/browse/TEIIDDES-1863
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Modeling, Teiid Integration
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Fix For: 8.4
>
>
> TEIID-2644 adds out parameter cursor handling for oracle, and adds a native type property to procedure parameters (just like regular columns). That is not currently in the index metadata. This value would need to be captured on import and either a new index version used, or an extension property (with additional Teiid handling), or the vdb.xml can use alter statements to add an option.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-1794) Designer support for global temporary tables
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1794?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1794.
------------------------------------
Resolution: Done
Done
> Designer support for global temporary tables
> --------------------------------------------
>
> Key: TEIIDDES-1794
> URL: https://issues.jboss.org/browse/TEIIDDES-1794
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Modeling
> Reporter: Mark Addleman
> Assignee: Barry LaFond
> Fix For: 8.4
>
>
> Teiid has added support for a global temporary tables - they share a common definition, but each session has their own instance. Internally this is modeled as a virtual table (without a transformation) with a table type of "TemporaryTable" (int code 6). If you provided matching index metadata we would recognize the entry as a global temporary table.
> Alternatively extension metadata could be used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month