[JBoss JIRA] (TEIIDDES-2331) Issues with renaming Source Model (8.3.4.CR1 and 8.6.0 + Windows 7)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2331?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2331.
------------------------------------
Resolution: Done
Fixed and commited to all branches along with TEIIDDES-2396 and TEIIDDES-2376
https://github.com/Teiid-Designer/teiid-designer/commit/ad4974401d0ba26b6...
> Issues with renaming Source Model (8.3.4.CR1 and 8.6.0 + Windows 7)
> -------------------------------------------------------------------
>
> Key: TEIIDDES-2331
> URL: https://issues.jboss.org/browse/TEIIDDES-2331
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.4, 8.6
> Environment: Windows 7
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.0
>
> Attachments: Dataroles_project.zip, log.log, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png, screenshot5.png
>
>
> There is couple of issues with renaming source model that is referenced in some view model.
> I am using project Dataroles_project.zip (attached)
> 1. I tried to rename Products_source.xmi to Products_source1.xmi
> * this generates some error in log but it works...
> *[screenshot1.png]
> 2. Rename Products_source1.xmi to Products_source2.xmi
> * this fails to rewrite the reference in view model
> * I changed the references manually
> *[screenshot2.png and screenshot3.png]
> 3. Remane Products_source2.xmi to Products_source3.xmi
> * this deletes tables from view model
> *[screenshot4.png and screenshot5.png]
> This problem occurs only on Windows, Linux is fine...
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2396) Renaming a source model does not fullly update import statements to view models
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2396?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2396.
------------------------------------
Resolution: Done
Fixed and commited to all branches along with TEIIDDES-2331 and TEIIDDES-2376
https://github.com/Teiid-Designer/teiid-designer/commit/ad4974401d0ba26b6...
> Renaming a source model does not fullly update import statements to view models
> -------------------------------------------------------------------------------
>
> Key: TEIIDDES-2396
> URL: https://issues.jboss.org/browse/TEIIDDES-2396
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.0
>
>
> # Create Source model with table (SourceModel and ViewModel)
> # Create View model from source model (create transform option)
> # Save all and close editors
> # Select source model and Refactor > Rename... the it to "SourceModel_XXX"
> On Linux, the refactoring will be successful EXCEPT for the <modelImports> element holding the reference to the SourceModel. The "name" attribute is *NOT* getting updated, even though the *modelLocation* is changed correctly. Note that the *name* attribute is basically the model name *without* the *.xmi* extension.
> I it appears we're missing a little step that replaces the model name *without* file extension with the new model name.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2400) NPE creating a structural copy of a source model in the new model wizard
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2400:
--------------------------------------
Summary: NPE creating a structural copy of a source model in the new model wizard
Key: TEIIDDES-2400
URL: https://issues.jboss.org/browse/TEIIDDES-2400
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.6
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.6.1, 9.0.1, 9.0
Creating/copying a source model as a new source model fails due to NPE:
{code}
java.lang.NullPointerException
at org.teiid.designer.ui.wizards.TreeViewerWizardPanel.doGenerateDefaultSQL(TreeViewerWizardPanel.java:180)
at org.teiid.designer.ui.wizards.StructuralCopyWizardPage.doGenerateDefaultSQL(StructuralCopyWizardPage.java:192)
at org.teiid.designer.ui.wizards.StructuralCopyContributor.doFinish(StructuralCopyContributor.java:85)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2399) Creating view model from source model with generate transformations results in orphaned annotated object reference to source
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2399:
--------------------------------------
Summary: Creating view model from source model with generate transformations results in orphaned annotated object reference to source
Key: TEIIDDES-2399
URL: https://issues.jboss.org/browse/TEIIDDES-2399
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.6
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 9.1, 8.6.2
Create a View model from a source model and choose the "Transform.." option to generate default transformations.
The resulting View model will contain an extra <annotatedObject> reference in the same <annotations> element as the *relational* extension model reference
{code:xml}
<mmcore:AnnotationContainer xmi:uuid="mmuuid:9c7ac03c-bafc-4aa1-855f-4e6a43dd9c21">
<annotations xmi:uuid="mmuuid:7aeb8904-fe0c-42ac-ae67-72c8ce5b397d">
<tags xmi:uuid="mmuuid:873b6c71-41d4-476a-bf9a-442cb7fd7943" key="modelExtensionDefinition:relational" value="relational"/>
<annotatedObject href="XXXXXXX.xmi#mmuuid/7291fb4c-da39-4bbc-9787-d2edd9b9551c"/>
</annotations>
{code}
This won't cause problems for the View model, however if the View model is copied to yet another view model, the Model Import for the original source model will end up in the top level view model due to the orphaned "href=....."
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2299) LDAP import dialog very slow
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2299?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2299:
----------------------------------------
The LdapDefinitionPage.setPageStatus() method is calling *connectionProfile.connectWithoutJob()*, if this is getting hit with each key-stroke, it's probably the cause.
> LDAP import dialog very slow
> ----------------------------
>
> Key: TEIIDDES-2299
> URL: https://issues.jboss.org/browse/TEIIDDES-2299
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3.3
> Environment: JBDS 7.1.1
> Windows, Linux
> Reporter: Andrej Šmigala
> Assignee: Paul Richardson
> Fix For: 8.6.1, 9.0.1, 9.0
>
>
> In the LDAP import dialog in steps "Select the LDAP entries to be modelled as tables" and "Select the LDAP attributes to be modelled as table columns", checkboxes only change their state about one second after they are clicked.
> Also, typing anything into e. g. Column Name input takes several seconds.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2299) LDAP import dialog very slow
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2299?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2299:
-----------------------------------
Assignee: Paul Richardson (was: Barry LaFond)
> LDAP import dialog very slow
> ----------------------------
>
> Key: TEIIDDES-2299
> URL: https://issues.jboss.org/browse/TEIIDDES-2299
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3.3
> Environment: JBDS 7.1.1
> Windows, Linux
> Reporter: Andrej Šmigala
> Assignee: Paul Richardson
>
> In the LDAP import dialog in steps "Select the LDAP entries to be modelled as tables" and "Select the LDAP attributes to be modelled as table columns", checkboxes only change their state about one second after they are clicked.
> Also, typing anything into e. g. Column Name input takes several seconds.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2299) LDAP import dialog very slow
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2299?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2299:
-----------------------------------
Fix Version/s: 8.6.1
9.0.1
9.0
> LDAP import dialog very slow
> ----------------------------
>
> Key: TEIIDDES-2299
> URL: https://issues.jboss.org/browse/TEIIDDES-2299
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3.3
> Environment: JBDS 7.1.1
> Windows, Linux
> Reporter: Andrej Šmigala
> Assignee: Paul Richardson
> Fix For: 8.6.1, 9.0.1, 9.0
>
>
> In the LDAP import dialog in steps "Select the LDAP entries to be modelled as tables" and "Select the LDAP attributes to be modelled as table columns", checkboxes only change their state about one second after they are clicked.
> Also, typing anything into e. g. Column Name input takes several seconds.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2331) Issues with renaming Source Model (8.3.4.CR1 and 8.6.0 + Windows 7)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2331?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2331:
--------------------------------------
Assignee: Barry LaFond (was: Mark Drilling)
> Issues with renaming Source Model (8.3.4.CR1 and 8.6.0 + Windows 7)
> -------------------------------------------------------------------
>
> Key: TEIIDDES-2331
> URL: https://issues.jboss.org/browse/TEIIDDES-2331
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.4, 8.6
> Environment: Windows 7
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.0
>
> Attachments: Dataroles_project.zip, log.log, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png, screenshot5.png
>
>
> There is couple of issues with renaming source model that is referenced in some view model.
> I am using project Dataroles_project.zip (attached)
> 1. I tried to rename Products_source.xmi to Products_source1.xmi
> * this generates some error in log but it works...
> *[screenshot1.png]
> 2. Rename Products_source1.xmi to Products_source2.xmi
> * this fails to rewrite the reference in view model
> * I changed the references manually
> *[screenshot2.png and screenshot3.png]
> 3. Remane Products_source2.xmi to Products_source3.xmi
> * this deletes tables from view model
> *[screenshot4.png and screenshot5.png]
> This problem occurs only on Windows, Linux is fine...
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months