[JBoss JIRA] (TEIIDDES-1995) Add templates for OBJECTTABLE, TEXTABLE, etc
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1995?page=com.atlassian.jira.plu... ]
Van Halbert updated TEIIDDES-1995:
----------------------------------
Priority: Blocker (was: Minor)
> Add templates for OBJECTTABLE, TEXTABLE, etc
> --------------------------------------------
>
> Key: TEIIDDES-1995
> URL: https://issues.jboss.org/browse/TEIIDDES-1995
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Transformations
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Blocker
>
> Add templates for using OBJECTTABLE, TEXTTABLE, etc. to the the list of templates to apply to the transformation. Example:
> SELECT
> o.{colname}, o.{colname}
> FROM
> {ObjectTableName} as T,
> OBJECTTABLE('x' PASSING T.{ObjectColumnName}Object as x COLUMNS
> {colname} type 'teiid_row.{colname}', ….) as o
--
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-2030) Querying webservice of VDB throws javax.naming.NameNotFoundException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2030?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2030:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1057076|https://bugzilla.redhat.com/show_bug.cgi?id=1057076] from VERIFIED to MODIFIED
> Querying webservice of VDB throws javax.naming.NameNotFoundException
> --------------------------------------------------------------------
>
> Key: TEIIDDES-2030
> URL: https://issues.jboss.org/browse/TEIIDDES-2030
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.1
> Environment: JBTIS 4.1.3.Final, JBDS 7.1.0.GA, DV 6 CR2, Fedora 19, Java oracle jdk 1.7.0_45, teiid translator 8.4 (https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...)
> Reporter: Lucie Fabrikova
> Attachments: ConsumeWSNoJNDI.zip, countryInfoNoJNDI.vdb, countryInfoNoJNDI.war
>
>
> Querying (via soapui) a webservice created from VDB which contains a model without a JNDI name (model MarketData with yahoo translator, viz TDES-2024), server throws exception javax.naming.NameNotFoundException.
> If the model without JNDI is removed from VDB, the query is successful.
> (the models in project were created via "Consume a SOAP web service" cheat sheet from DV6 doc., detailed instructions in TestSpecs/Designer8-updatedE2eConsumeSoapWS-cheatSheetCompletion.odt)
--
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-1911) Teiid Connection lacks a way to define importer properties
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1911?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-1911:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1024875|https://bugzilla.redhat.com/show_bug.cgi?id=1024875] from VERIFIED to CLOSED
> Teiid Connection lacks a way to define importer properties
> ----------------------------------------------------------
>
> Key: TEIIDDES-1911
> URL: https://issues.jboss.org/browse/TEIIDDES-1911
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.2
> Reporter: Ramesh Reddy
> Assignee: Mark Drilling
> Fix For: 8.3
>
>
> In Teiid Connection importer, it lacks a way to define the "import" properties that makes usage cumbersome for user to define to import specific parts of schema, or sometimes impossible (see TEIID-1905)
> basically, when user chooses the "translator", after they should be able define some custom key/value pairs as properties, when then should be converted as model import properties in "importVDB-vdb.xml" file. Some sample properties are defined here
> https://docs.jboss.org/author/display/TEIID/JDBC+Translator
> see "importer" properties. Do not confuse similar "execution properties" which are translator overrides. The sample vdb is like this
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <vdb name="hive" version="1">
> <description>Shows how to query HiveVDB using Hive</description>
> <property name="UseConnectorMetadata" value="cached"/>
> <model name="hive">
> <property name="importer.trimColumnNames" value="true"/>
> <source name="Hive conector" translator-name="hive" connection-jndi-name="java:/hive-ds"/>
> </model>
> </vdb>
> {code}
> As per GUI concerned it should be added in "Select the translator and target model" panel, after the selection of translator
--
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-1905) TrimColumn names should be enabled with hive translator metadata import
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1905?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-1905:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1024875|https://bugzilla.redhat.com/show_bug.cgi?id=1024875] from VERIFIED to CLOSED
> TrimColumn names should be enabled with hive translator metadata import
> -----------------------------------------------------------------------
>
> Key: TEIIDDES-1905
> URL: https://issues.jboss.org/browse/TEIIDDES-1905
> Project: Teiid Designer
> Issue Type: Bug
> Environment: DV Beta
> Teiid Designer 8.3.Beta2
> Reporter: Filip Nguyen
> Assignee: Mark Drilling
> Fix For: 8.3
>
>
> *Problem*
> Importing Hive Tables, when using Teiid Connection >> Source model, is introducing padding spaces into column names.
> *Why*
> There is a problem with Hive 0.11 driver which introduces padding spaces into metadata (data types and column names). The problem has been resolved (TEIID-2524) but it is necessary that dynamic VDBs that import this metadata use importer property trimColumnNames property set to true. So it is probably needed to add this property to importVDB-vdb.xml in the case of hive translator import in the Designer.
--
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-2075) Teiid Connection Importer - properties table requires click off of value to save it
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2075?page=com.atlassian.jira.plu... ]
Mark Drilling updated TEIIDDES-2075:
------------------------------------
Fix Version/s: 8.5
(was: 8.4)
(was: 8.3.2)
We actually have several places in Designer with this behavior. Another example is the New Table wizard (columns tab). Barry and I spent some time on it, but there is no quick solution. We decided to defer this jira to 8.5.
Reasearch of this issue turned up a library of custom widgets - http://www.eclipse.org/nebula/
It looks like the 'nattable' may solve the renderer issues we were running into, so we may want to give it some consideration.
> Teiid Connection Importer - properties table requires click off of value to save it
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2075
> URL: https://issues.jboss.org/browse/TEIIDDES-2075
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.3.1
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.5
>
>
> In the Teiid Connection importer, changes to property values do not get saved until the user clicks off of the cell. This can cause problems - user proceeds as if the value got changed but it did not.
--
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