[JBoss JIRA] (TEIIDDES-1786) Update query metadata interface for update to teiid 8.5 interface
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1786?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1786:
-----------------------------------
Assignee: Paul Richardson (was: Steven Hawkins)
> Update query metadata interface for update to teiid 8.5 interface
> -----------------------------------------------------------------
>
> Key: TEIIDDES-1786
> URL: https://issues.jboss.org/browse/TEIIDDES-1786
> Project: Teiid Designer
> Issue Type: Task
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Priority: Minor
> Fix For: 8.4
>
>
> Per Steve Hawkins 7/17/2013:
> https://issues.jboss.org/browse/TEIID-2365 for 8.5 removed the ResolverVisitor.setFindShortName method so that we don't have to rely on static/ThreadLocal logic. Instead this value can be set via the QueryMetadataInterface method findShortName. A simple usage pattern is:
> QueryMetadataInterface metadata = new BasicQueryMetadataWrapper(metadata){
> public boolean useOutputName() {
> return false;
> };
> };
> QueryResolver.resolveCommand(command, metadata);
> Or this could possibly integrated into your workspace metadata in an appropriate manner (considering thread-safe usage, etc.).
--
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
11 years
[JBoss JIRA] (TEIIDDES-1578) Extension Properties category keeps collapsing in Property View
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1578?page=com.atlassian.jira.plu... ]
Mark Drilling edited comment on TEIIDDES-1578 at 2/28/14 11:43 AM:
-------------------------------------------------------------------
The Eclipse PropertySheetViewer maintains a cache map of the PropertySheetEntries. On refresh, the Extension Property entries were getting removed because the map entries didnt match. Implementing the equals and hashCode methods on ModelExtensionPropertyDescriptor solves the issue.
was (Author: mdrillin):
The Eclipse PropertySheetViewer maintains a cache map of the PropertySheetEntries. On refresh, the Extension Property entries were getting removed because the map entries didnt match. Implementing the equals and hasCode methods on ModelExtensionPropertyDescriptor solves the issue.
> Extension Properties category keeps collapsing in Property View
> ---------------------------------------------------------------
>
> Key: TEIIDDES-1578
> URL: https://issues.jboss.org/browse/TEIIDDES-1578
> Project: Teiid Designer
> Issue Type: Bug
> Components: Extension Framework
> Affects Versions: 8.0
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.4, 8.3.2
>
>
> The 'Extension' Category in the property view collapses whenever you edit one of the extension properties. This is very annoying when you want to edit several of the extension properties.
--
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
11 years
[JBoss JIRA] (TEIIDDES-2064) Issues with 8.4 Designers handling of Teiid 8.6 Runtime version
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2064?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2064:
-----------------------------------
Priority: Blocker (was: Major)
> Issues with 8.4 Designers handling of Teiid 8.6 Runtime version
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2064
> URL: https://issues.jboss.org/browse/TEIIDDES-2064
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 8.4
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 8.4
>
>
> * Teiid Designer code-base reflects Teiid 8.6 runtime codebase.
> * Creating a New Server based on EAP 6.1 Alpha 1 with Teiid 8.6 installed results in a TeiidServer who's version is 8.4.0 because TeiidJboss7ServerUtil.getTeiidRuntimeVersion() is returning the DEFAULT_TEIID_8_SERVER which is currently set to 8.4.0 because the server isn't started.
> * Once I start the server I would expect that the server version would be discovered from the actual server connection and re-set to it's real 8.6.0 version, but it's not, it remains at 8.4.0
> * Note we haven't addressed the this use-case fully.
> * VDB's are tagged with a Teiid runtime validation version
> * If no server is running, should the default Teiid version be set to an actual Default version rather than the last selected TeiidServer version value?
--
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
11 years
[JBoss JIRA] (TEIIDDES-1578) Extension Properties category keeps collapsing in Property View
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1578?page=com.atlassian.jira.plu... ]
Mark Drilling commented on TEIIDDES-1578:
-----------------------------------------
We should try to get a fix for this in. Looks bad in demos, and annoying. Steps to reproduce.
1) Create a View procedure, click on it in ModelExplorer
2) In property panel, expand 'Extension' category
3) set the REST : Rest Method value to 'GET'
4) click on the REST : URI value to change it. The Extension category collapses and you have to re-open and re-select the REST : URI value.
> Extension Properties category keeps collapsing in Property View
> ---------------------------------------------------------------
>
> Key: TEIIDDES-1578
> URL: https://issues.jboss.org/browse/TEIIDDES-1578
> Project: Teiid Designer
> Issue Type: Bug
> Components: Extension Framework
> Affects Versions: 8.0
> Reporter: Mark Drilling
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> The 'Extension' Category in the property view collapses whenever you edit one of the extension properties. This is very annoying when you want to edit several of the extension properties.
--
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
11 years
[JBoss JIRA] (TEIIDDES-2069) Improve Default Server naming and make it consistent
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2069?page=com.atlassian.jira.plu... ]
Mark Drilling updated TEIIDDES-2069:
------------------------------------
Attachment: ServerDefaultView.png
SetDefaultServerDialog.png
Default teiid server view and selection dialog examples.
> Improve Default Server naming and make it consistent
> ----------------------------------------------------
>
> Key: TEIIDDES-2069
> URL: https://issues.jboss.org/browse/TEIIDDES-2069
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Teiid Integration
> Affects Versions: 8.4
> Reporter: Mark Drilling
> Attachments: ServerDefaultView.png, SetDefaultServerDialog.png
>
>
> We are inconsistent in the way we name/display the default teiid instances in designer.
> We supply a 'Display Name' on the server teiid instance panel, but it is empty by default. So when you have multiple local JBoss servers (and dont supply a display name) they are all displayed as 'mm://localhost:9999' in the default server view. This is really confusing as to which instance you've selected as the default.
> Also, in the 'Change Default Dialog'. The names in the dropdown get really long and ugly - especially if you provide a teiid instance name. See attached screenshot.
> I'm thinking, just set a default for the teiid instance 'display name' initially. Either just use the JBoss server name or something based on it. Then use that name consistently in the Default server view and selection dialog.
--
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
11 years