[JBoss JIRA] Created: (TEIIDDES-570) Valid names can have almost any character, except periods. No periods!
by Paul Nittel (JIRA)
Valid names can have almost any character, except periods. No periods!
----------------------------------------------------------------------
Key: TEIIDDES-570
URL: https://jira.jboss.org/browse/TEIIDDES-570
Project: Teiid Designer
Issue Type: Bug
Components: Validation
Affects Versions: 7.1
Environment: All
Reporter: Paul Nittel
This SQL:
SELECT t.* FROM
(EXEC WeatherData.invoke(action = 'GET', 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
will fail as location-key contains a hyphen. Actually, the only character which is not valid in a name is the period. Please verify with the Teiid server crew, but we should loosen up the validation criteria as appropriate.
--
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, 2 months
[JBoss JIRA] Resolved: (TEIIDDES-380) Really annoying focus issues
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-380?page=com.atlassian.jira.plug... ]
Barry LaFond resolved TEIIDDES-380.
-----------------------------------
Resolution: Cannot Reproduce Bug
Can't reproduce.
Tested with open diagram and Table selected, then selected other app windows/panels then re-selected Eclipse window.
There were no focus change events and PRoperties view still displayed original Table properties.
> Really annoying focus issues
> ----------------------------
>
> Key: TEIIDDES-380
> URL: https://issues.jboss.org/browse/TEIIDDES-380
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview, VDB & Execution
> Affects Versions: 7.3
> Environment: Linux, executing E2E Yahoo UDF Test Script, step 8.
> Reporter: John Verhaeg
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 7.4
>
>
> While working with a diagram editor (the function definitions editor in this case), every time I need to click on a different application (like the test script) or right-click to display a context menu, the properties view would lose it's context and go back to showing the resource's properties. This is really annoying. We need to do a better job of maintaining the synchronization between the properties view context and the current *appropriate* selection, recognizing when focus changes due to a user selection or just an automatic focus gain (by the resource in this case) due to a temporary focus loss (by the diagram object).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Updated: (TEIIDDES-853) Teiid artifacts should respond more gracefully to Teiid project refactoring
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-853?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-853:
----------------------------------
Assignee: (was: Dan Florian)
Fix Version/s: 8.0
(was: 7.4)
This is really complex. Clone Project action will allow doing some of the work to get what Brian wanted.
The Refactor framework would have to listen for Project rename and FIX VDB's. This is not yet implemented and is covered under TEIIDDES-505
Pushing to 8.0
> Teiid artifacts should respond more gracefully to Teiid project refactoring
> ---------------------------------------------------------------------------
>
> Key: TEIIDDES-853
> URL: https://issues.jboss.org/browse/TEIIDDES-853
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 7.2
> Environment: RHEL, JBDS jbdevstudio-linux-gtk-4.0.0.v201012070137R-H33-Beta2.jar, SOA-P 5.1 ER5, Teiid 7.2
> Reporter: Brian Fitzpatrick
> Priority: Critical
> Fix For: 8.0
>
>
> While I was trying to figure things out with the Virtual Procedures test script, I received a newer copy of the Parts Project from Barry that included the data files for loading the database tables. As a result, I wanted to change the name of the Teiid Model Project that I had created for the test.
> Though the Teiid Designer Perspective (via the Model Explorer view) doesn't allow you to rename a project, I popped over to a different perspective (the Java EE Perspective) and renamed the project there. I was then able to import Barry's project and take a look.
> Well, I didn't realize that the VDB file (and potentially others) was hardwired to the project name as part of the path to the .xmi files. So that threw me into several problems I had to resolve. Eventually I did resolve them, but we need to provide some sort of refactoring capabilities for Teiid projects and respond to those changes more gracefully.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months