[JBoss JIRA] Created: (TEIIDDES-945) Add generic extension metadata handling
by Steven Hawkins (JIRA)
Add generic extension metadata handling
---------------------------------------
Key: TEIIDDES-945
URL: https://issues.jboss.org/browse/TEIIDDES-945
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling
Reporter: Steven Hawkins
Relational models in particular would benefit from the ability to add/edit/remove name value pairs on all indexable records that can have extension metadata. This includes things like tables/procedures/columns and excludes schemas/catalogs.
The name value pairs should appear in the index file just like an actual extension property.
No validation is needed on either the keys or the values at this time.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-941) Imported Model Project with user defined Function model does not register function model with Function Library
by Barry LaFond (JIRA)
Imported Model Project with user defined Function model does not register function model with Function Library
--------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-941
URL: https://issues.jboss.org/browse/TEIIDDES-941
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export, Modeling
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Blocker
Fix For: 7.4
Imported FinancialsDemo.zip model project into workspace in 7.4 workspace.
Got 2 "problems" and one of them resulted from transformation validation not understanding the hashToPII(string ID) function/method.
I edited the function model and "saved" it, then did clean build and problem went away.
The import process (opening project) is not resulting in the custom function model being registered in the Function Library.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-952) View model transformation with procedure as only source fails validation with The sql transformation does not have a valid source
by Paul Nittel (JIRA)
View model transformation with procedure as only source fails validation with The sql transformation does not have a valid source
---------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-952
URL: https://issues.jboss.org/browse/TEIIDDES-952
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.4
Environment: Fedora 14, OpenJDK Runtime Environment (IcedTea6 1.9.7) (fedora-52.1.9.7.fc14-x86_64)
Reporter: Paul Nittel
Attachments: TextSourceTransformError_MPS.zip
I was following the Recursive Text E2E test. This calls for creating a relational source model with a procedure (getTextFiles) for use in a view model's transformation. With all this modeled, the transformation fails with the error: The sql transformation does not have a valid source.
The actual transformation SQL text is:
SELECT * FROM (EXEC text.getTextFiles('EmpData.txt')) AS f, TEXTTABLE(f.file COLUMNS lastName string, firstName string, middleName string, empId biginteger, department string, annualSalary double, title string, homePhone string, mgrId biginteger, street string, city string, state string, ZipCode string HEADER 3) AS emp
In previous versions this passed validation. Model project set is attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (TEIIDDES-956) In Designer, when there is an error, provide context in project explorer view mouseover or table view mouseover
by Joel Tosi (JIRA)
In Designer, when there is an error, provide context in project explorer view mouseover or table view mouseover
---------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-956
URL: https://issues.jboss.org/browse/TEIIDDES-956
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling
Affects Versions: 7.3
Environment: JBDS 4.0.0 GA
Reporter: Joel Tosi
When doing some modeling in Designer, create an error state - for example create a foreign key relationship with one side missing. You will get the error in the Message Log stating the error, but also a visual on the table in the model as well as the model in project view (red Xs).
Please support a mouseover affect - i.e. if I mouseover the table (where the red X is) I would see the error. Same thing for the project explorer view. This would be more consistant with development in Eclipse
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Commented: (TEIIDDES-907) In Designer, the default data type length could cause issues when accessing EDS via ODBC
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-907?page=com.atlassian.jira.plug... ]
Steven Hawkins commented on TEIIDDES-907:
-----------------------------------------
Yes this issue should have been fixed on the Teiid side. The lengths reported in pg odbc metadata are the appropriate byte or variable length result expected from the pg_type table rather than our length metadata value.
> In Designer, the default data type length could cause issues when accessing EDS via ODBC
> ----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-907
> URL: https://issues.jboss.org/browse/TEIIDDES-907
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 7.1.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
>
> Customers that are building VDB's to be accessed via ODBC will be wrong when the MAX_INT default is used. The following exception will be seen in the server log when this occurs:
> 1 [FunctionExecutionException] ERR.015.001.0033: Error Code:ERR.015.001.0033 Message:Error converting [2,097,152] of type integer to type short
> 2 [TransformationException]The Integer value '2,097,152' is outside the of range for Short
> at org.teiid.query.function.FunctionDescriptor.invokeFunction(FunctionDescriptor.java:259)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:969)
> at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:633)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:603)
> ... 39 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months