[JBoss JIRA] Created: (TEIIDDES-824) Wrong runtime-type generated during the XML transformation generation from XSD
by Ramesh Reddy (JIRA)
Wrong runtime-type generated during the XML transformation generation from XSD
------------------------------------------------------------------------------
Key: TEIIDDES-824
URL: https://issues.jboss.org/browse/TEIIDDES-824
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 7.2
Environment: F14 JBDS-CR2
Reporter: Ramesh Reddy
1) Imported the Books.xsd, BookDataTypes.xsd
2) Open the Books, xml schema and select "bibilography" element
3) Right click "Modeling -> Create XML to Scalar Transformation"
The generated transformation for the "published" column is set as "gYear", thus the transformation validation fails.
"gYear" is not a Teiid "runtime" data type. "gYear" is design time XML data type, however there are mappings defined for each design time data type to runtime type. I suspect, we are not doing the translations. For Teiid "gYear" should be mapped to "biginteger". Although "gYear" definition can not really map to biginteger (as it has optional timezone its definition), that how Teiid understands currently. We need to also make sure other 'g' types are also mapped correctly.
If there is complex type that can not be deciphered correctly it may be good to leave as xml fragment.
--
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] Updated: (TEIIDDES-366) Modeling Web service from procedure didn't properly name the input variable
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-366?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-366:
----------------------------------
Assignee: Ted Jones (was: Barry LaFond)
Fix Version/s: 7.5
Affects Version/s: 7.4
> Modeling Web service from procedure didn't properly name the input variable
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-366
> URL: https://issues.jboss.org/browse/TEIIDDES-366
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 7.4
> Environment: Linux (all?)
> Reporter: Paul Nittel
> Assignee: Ted Jones
> Fix For: 7.5
>
>
> I imported the Parts Project model project set, opened the PartsVirtual view model and its procedure (partsByColor). I right-clicked partsByColor > Modeling > Create Web Service. When finished, I had an error:
> Symbol colorIn is specified with an unknown group context PartsVirtual_Output_View.xmi Parts Project Mapping Class Set Container/Mapping Classes/NewProcedureResult_Output_Instance September 22, 2008 3:30:44 PM file:/home/pnittel/mmx/553d080902/des/workspace/Parts%20Project/PartsVirtual_Output_View.xmi#mmuuid/41fb6200-e3e4-10f5-a
> f05-83ca46d47e87
> The transformation is:
> SELECT
> *
> FROM
> (EXEC PartsVirtual.partsByColor(colorIn = colorIn)) AS partsByColor
> Generated transformations, like this, shouldn't have errors.
--
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] Updated: (TEIIDDES-322) Scrolling Issues In Coarse And Detail XML Mapping Diagrams
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-322?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-322:
----------------------------------
Fix Version/s: 7.5
Component/s: Diagrams
> Scrolling Issues In Coarse And Detail XML Mapping Diagrams
> ----------------------------------------------------------
>
> Key: TEIIDDES-322
> URL: https://issues.jboss.org/browse/TEIIDDES-322
> Project: Teiid Designer
> Issue Type: Bug
> Components: Diagrams, Modeling
> Affects Versions: 7.1
> Environment: Fedora 8
> Reporter: Dan Florian
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 7.5
>
>
> I could not get to the bottom of the mapping tree and see the associated mapping links unless I collapsed most of the mapping tree and moved the scrollbars just a certain way. When I would get close to viewing the mapping links the next click on the scrollbars would move all the links way off the top of the screen. I was running the E2E XML Book Set Mixed Test script. I also installed a 5.5.2 RC4 in Windows and didn't seem to have the problem.
--
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] Updated: (TEIIDDES-382) Clicking on almost any model property results in incorrect description being displayed
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-382?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-382:
----------------------------------
Assignee: Dan Florian (was: Barry LaFond)
Fix Version/s: 7.5
Affects Version/s: 7.4
Component/s: Views
> Clicking on almost any model property results in incorrect description being displayed
> --------------------------------------------------------------------------------------
>
> Key: TEIIDDES-382
> URL: https://issues.jboss.org/browse/TEIIDDES-382
> Project: Teiid Designer
> Issue Type: Bug
> Components: Views
> Affects Versions: 7.4
> Reporter: Michael Walker
> Assignee: Dan Florian
> Priority: Minor
> Fix For: 7.5
>
>
> Click on a property of a column. Below, you will see:
> i. NameInSource of Entity
> This is likely to be the description of the "NameInSource" property. We incorrectly assign the same description to every other property. This is not helpful.
> Each property should have an accurate description that informs the user what the property represents. They should not have to do to the PDF documentation every time to look this information up - it's too tedious.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months