[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 commented on TEIIDDES-2064:
----------------------------------------
* The proposed change to the ITeiidServerVersion.DEFAULT_TEIID_8_SERVER_ID to * EIGHT + DOT + SIX + DOT + ZERO* is appropriate. 8.4 Designer contains 8.6 Teiid, so any validation will by definition be performed against 8.6 validation logic.
* Adding a new 7.7 Teiid + AS 5.1 server correctly sets the Teiid version to 7.7.0
> 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
> 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
12 years, 1 month
[JBoss JIRA] (TEIIDDES-2064) Issues with 8.4 Designers handling of Teiid 8.6 Runtime version
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2064:
--------------------------------------
Summary: 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
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
12 years, 1 month
[JBoss JIRA] (TEIIDDES-1982) Improve Error Dialog message for VDB deployment where source doesnt exist
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1982?page=com.atlassian.jira.plu... ]
Mark Drilling resolved TEIIDDES-1982.
-------------------------------------
Resolution: Done
Committed the submodule ExecutionAdmin changes.
https://github.com/Teiid-Designer/teiid-designer/pull/293
> Improve Error Dialog message for VDB deployment where source doesnt exist
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-1982
> URL: https://issues.jboss.org/browse/TEIIDDES-1982
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: VDB & Execution
> Affects Versions: 8.2
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.4
>
> Attachments: ErrorDialog.png, ExecutionAdmin_77.java, ExecutionAdmin_83.java, ExecutionAdmin_84.java, MongoProjectSet.zip
>
>
> In some cases, when a user tries to deploy a VDB where one of the SourceModel DS does not exist, the user is prompted whether to create the source.
> I encountered a case though where an Error Dialog was displayed instead, with the message "No Connection Information in model xxx.xmi". For this case(Mongo) there is no CP available.
> Attaching model project set to reproduce, and a screen shot of the dialog.
> Message could be more informative, e.g. "The Data Source for model xxx.xmi cannot be found on server, and no CP information is available" or similar.
--
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
12 years, 1 month