[JBoss JIRA] Created: (TEIIDDES-198) Error in TestServerRuntimeMetadata unit test
by Barry LaFond (JIRA)
Error in TestServerRuntimeMetadata unit test
--------------------------------------------
Key: TEIIDDES-198
URL: https://jira.jboss.org/jira/browse/TEIIDDES-198
Project: Teiid Designer
Issue Type: Bug
Reporter: Barry LaFond
Fix For: 6.1.1
Error in TestServerRuntimeMetadata.testGetXmlSchemas() method.
Appears that the TreeMappingRootSqlAspect.getTransformationInfo() method is calling toUpperCase() on the Import locations.
This results in an XSD file potentially having Case Sensitivity problems on LINUX, in this case.
Need to investigate removing this toUpperCase() call.
This has not manifested itself because it's a runtime/server thing and only happens if the XML validation is turned on which is basically not done. Our unit test happens to test ALL the basic methods and we haven't run unit tests consistently on LINUX until recently with Teiid Designer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (TEIIDDES-482) Synchronizing models in a VDB does not work quite as expected
by Paul Nittel (JIRA)
Synchronizing models in a VDB does not work quite as expected
-------------------------------------------------------------
Key: TEIIDDES-482
URL: https://jira.jboss.org/browse/TEIIDDES-482
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 7.0
Environment: Fedora 12, OpenJDK, Designer from 6/28
Reporter: Paul Nittel
Attachments: SynchronizeThis.zip
Assuming I have a VDB which contains models,
1 - Modify one of the models
2 - Save the model
3 - The VDB editor shows the large "Synchronize All" button is enabled and the synch checkbox associated with the changed model is an empty checkbox. (The other checkboxes are large gray squares.)
4 - Click the checkbox (it now turns into the gray square - the large "All" button remains enabled)
5 - Save the VDB
Now the large "Synchronize All" button is disabled
If I click the "Synchronize All" button first, the checkbox is affected and the large button remains enabled until the VDB is saved. (If I click it again, it still goes through the synch process.)
I would expect the button and checkbox(es) to work together and that once all models are synched, the large button would be disabled even without the VDB being saved.
(Oddly, once I save a model in the VDB, the VDB becomes dirty. Maybe this is intentional, but now I don't have the option to deploy that VDB until I synch it.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (TEIIDDES-555) Could not start Designer with Parts Examples project and perform Preview Data
by Barry LaFond (JIRA)
Could not start Designer with Parts Examples project and perform Preview Data
-----------------------------------------------------------------------------
Key: TEIIDDES-555
URL: https://jira.jboss.org/browse/TEIIDDES-555
Project: Teiid Designer
Issue Type: Bug
Reporter: Barry LaFond
Assignee: Dan Florian
Priority: Critical
Fix For: 7.1
1) Installed CR2 (08/13/2010) and opened Parts example project
2) Created Oracle DTP connection profile
3) Set Connection Profile on both models to this Oracle CP
4) Created Teiid Server instance
5) Select table in source or view model and tried to "Preview Data"
6) Got errors and it did NOT query
NOTE: I closed the project, started from scratch with "import Parts", then preview data worked immediately.
Maybe we aren't setting something correctly in the "Set Connection Profile" action?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (TEIIDDES-569) SQLXML type is imported as object
by Paul Nittel (JIRA)
SQLXML type is imported as object
---------------------------------
Key: TEIIDDES-569
URL: https://jira.jboss.org/browse/TEIIDDES-569
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.1
Environment: All
Reporter: Paul Nittel
Attachments: Validating_Wx.zip
I imported the metadata for the INVOKE function from the weather example VDB. When I used the function in a transformation (see below), there was a validation error. Steve Hawkins noted the type of the result procedure parameter was "object" and should be "SQLXML". (Turns out that "SQLXML" is "XMLLiteral" in current Designer parlance. Perhaps that should be changed... Ask Steve H.)
After several attempts to validate the SQL, it finally validated. (And another Jira is on the way.)
SELECT
t.*
FROM
(EXEC Wx_Teiid.invoke(binding = null, action = 'GET', request = null, endpoint = QUERYSTRING('', '38.99,-77.02 39.70,-104.80 47.6,-122.30' AS listLatLon, 'time-series' AS product, '2004-01-01T00:00:00' AS "begin", '2013-04-20T00:00:00' AS "end", 'maxt' AS maxt, 'mint' AS mint))) AS w, XMLTABLE('/dwml/data/location' PASSING result COLUMNS location_key string, lattitude string PATH 'point/@latitude', longitude string PATH 'point/@longitude') AS t
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (TEIIDDES-537) SQLResultsView needs tweaking.
by John Doyle (JIRA)
SQLResultsView needs tweaking.
------------------------------
Key: TEIIDDES-537
URL: https://jira.jboss.org/browse/TEIIDDES-537
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 7.1
Reporter: John Doyle
Assignee: John Doyle
Fix For: 7.1.1
The SQL Results view needs some tweaking.
The actual results flash in the result tab and then are replaced by the 'status' tab
The results from preview are not displayed until the user select "Display results of unresolvable connection profiles" in the filter options.
Clobs are not handled correctly the the default viewer. XML is probably also not handled correctly, but I haven't tested that yet.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months