[JBoss JIRA] (TEIIDDES-2675) Importing using Teiid Connection import doesn't set unique unique key property for FK
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2675:
--------------------------------------
Summary: Importing using Teiid Connection import doesn't set unique unique key property for FK
Key: TEIIDDES-2675
URL: https://issues.jboss.org/browse/TEIIDDES-2675
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.0.4
Environment: MAC OS
Reporter: Matus Makovy
Attachments: Screen Shot 2015-10-02 at 10.05.51.png, Screen Shot 2015-10-02 at 10.06.18.png
I tried importing from Oracle DB using Teiid connection import. When I finish the import, resulting source model has validation errors. Unique key value for FK_INSTR_ID is not set.
See screenshots
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2612) Cannot delete a model project with a read-only model in it.
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2612?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2612:
-----------------------------------
Labels: release_notes verified_jbdsis-8.0.4.CR1 (was: )
> Cannot delete a model project with a read-only model in it.
> -----------------------------------------------------------
>
> Key: TEIIDDES-2612
> URL: https://issues.jboss.org/browse/TEIIDDES-2612
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 9.0, 9.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4, 9.2
>
> Attachments: 0001-TEIIDES-2612-Refactor-deleting-response-to-related-r.patch, AbstractRefactorAction.patch, DeleteResourceRefactoring.patch, ModelExplorerResourceNavigator.patch
>
>
> I set up a 2 projects with a single model in it. Project 1 has a read-only -model, Project 2 has a writeable model.
> I can delete Project 2, but Project 1 sends up a error message dialog that it can't delete because the project has a read-only file in it.
> Looking at DeleteResourcesRefactoring.checkResource(), it starts with checking if the resource is in the selected list. If not selected, it'll be an ERROR if a child resources is READ-ONLY, rather than a WARNING.
> Further down the method it checks for read-only state of the resource and will set the message.
> Problem is the Selected/Top-level Project should determine the severity of the read-only check. At most, the message should be an OK/Warning dialog to ask the user "Read-only resources found... do you still wish to delete?"
> adding a method to check that *allProjectsSelected()* and switching the ERROR read-only status to WARNING at the start of the method seems to work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2612) Cannot delete a model project with a read-only model in it.
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2612?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2612.
----------------------------------
Fixed. Logged new issue TEIIDDES-2674.
> Cannot delete a model project with a read-only model in it.
> -----------------------------------------------------------
>
> Key: TEIIDDES-2612
> URL: https://issues.jboss.org/browse/TEIIDDES-2612
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 9.0, 9.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4, 9.2
>
> Attachments: 0001-TEIIDES-2612-Refactor-deleting-response-to-related-r.patch, AbstractRefactorAction.patch, DeleteResourceRefactoring.patch, ModelExplorerResourceNavigator.patch
>
>
> I set up a 2 projects with a single model in it. Project 1 has a read-only -model, Project 2 has a writeable model.
> I can delete Project 2, but Project 1 sends up a error message dialog that it can't delete because the project has a read-only file in it.
> Looking at DeleteResourcesRefactoring.checkResource(), it starts with checking if the resource is in the selected list. If not selected, it'll be an ERROR if a child resources is READ-ONLY, rather than a WARNING.
> Further down the method it checks for read-only state of the resource and will set the message.
> Problem is the Selected/Top-level Project should determine the severity of the read-only check. At most, the message should be an OK/Warning dialog to ask the user "Read-only resources found... do you still wish to delete?"
> adding a method to check that *allProjectsSelected()* and switching the ERROR read-only status to WARNING at the start of the method seems to work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2674) When deleting project with read-only model TD produces 4 warnings instead of 1
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2674:
--------------------------------------
Summary: When deleting project with read-only model TD produces 4 warnings instead of 1
Key: TEIIDDES-2674
URL: https://issues.jboss.org/browse/TEIIDDES-2674
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.0.4
Environment: MAC OS X
Reporter: Matus Makovy
Priority: Minor
Attachments: Screen Shot 2015-10-02 at 9.38.33.png
When you try to delete project with read-only model in it, TD shows a warning that there is this kind of model, but instead of one there are 4 warnings.
See screenshot
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2659) Preview data will have deployed the driver to the server only after first error.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2659?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2659:
----------------------------------------
removing the driver from the server isn't the same thing as deleting the data source. There may be logic in Designer that bypasses the existing driver check if the DS looks like it's deployed. So this may not be a valid use-case. But we'll look into it.
> Preview data will have deployed the driver to the server only after first error.
> --------------------------------------------------------------------------------
>
> Key: TEIIDDES-2659
> URL: https://issues.jboss.org/browse/TEIIDDES-2659
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 9.0.3
> Reporter: Matej Kralik
> Priority: Minor
>
> I removed a driver from the server,then clicked to refresh teiid instance connection in the Jboss developer studio. (once or more) but preview data doesn't deploy the driver on the server and shows error (TEIID30498 Capabilities for [source model] were not avaialable. The command could not be planned properly.). And from now when I click to refresh teiid instance connection and I click to preview data, data will be show correctly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2651) Web Service Generation Wizard doesn't expand subfolder
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2651?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-2651 at 10/1/15 2:19 PM:
-----------------------------------------------------------------
[~mmakovy] Still seems fixed in my local build. Linux/Mac/Windows??
was (Author: blafond):
[~mmakovy] Still seems fixed in my local build.
> Web Service Generation Wizard doesn't expand subfolder
> ------------------------------------------------------
>
> Key: TEIIDDES-2651
> URL: https://issues.jboss.org/browse/TEIIDDES-2651
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Web Services Support
> Affects Versions: 9.0.3
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.0.4, 9.2
>
> Attachments: 1.png, 2.png
>
>
> When i am trying to find Web Service Model in the project, I click to plus button but wizard doesn't opened sub-folders. Project isn't empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2673) Allow date formatted string literals to be parsed as timestamps
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2673?page=com.atlassian.jira.plu... ]
Steven Hawkins reassigned TEIIDDES-2673:
----------------------------------------
Description:
For consistency with most major vendors Teiid 8.12 supports allowing date literals to be parsed as timestamps. For example:
timestamp_col > '2001-01-01'
which would prevent the predicate from being resolved as a string comparison.
was:
For consistency with most major vendors we should support allowing date literals to be parsed as timestamps. For example:
timestamp_col > '2001-01-01'
which would prevent the predicate from being resolved as a string comparison.
Assignee: (was: Steven Hawkins)
> Allow date formatted string literals to be parsed as timestamps
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2673
> URL: https://issues.jboss.org/browse/TEIIDDES-2673
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Teiid Integration
> Reporter: Steven Hawkins
>
> For consistency with most major vendors Teiid 8.12 supports allowing date literals to be parsed as timestamps. For example:
> timestamp_col > '2001-01-01'
> which would prevent the predicate from being resolved as a string comparison.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months