[JBoss JIRA] (TEIIDDES-1492) Validation problems created when importing a SOAP-based wsdl
by Paul Richardson (JIRA)
Paul Richardson created TEIIDDES-1492:
-----------------------------------------
Summary: Validation problems created when importing a SOAP-based wsdl
Key: TEIIDDES-1492
URL: https://issues.jboss.org/browse/TEIIDDES-1492
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.0
Reporter: Paul Richardson
Fix For: 8.0
Use the SOAP-based model importer to create source and view models based on a wsdl, already configured in a jboss 7 server.
Both the source and view models are created successfully yet 6 errors are generated in the Problems view. See the attached screenshot
--
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-1516) Adding Copied MED To Registry Fails And Modifies Original MED
by Dan Florian (JIRA)
Dan Florian created TEIIDDES-1516:
-------------------------------------
Summary: Adding Copied MED To Registry Fails And Modifies Original MED
Key: TEIIDDES-1516
URL: https://issues.jboss.org/browse/TEIIDDES-1516
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.8
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: 8.0
Selected a MED from the registry and copied. Modified the new MED so that it will not have any validation errors. So it has its own unique namespace prefix and URI. When I try to add this new MED to the registry, I get an error saying that the MED already exists in the registry. If I close and reopen the MED registry, the original MED that I copied now has its namespace prefix and URI changed to the new MEDs values.
--
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-1514) Models Having Only Built-In MED Properties Should Not Be Decorated With the Extended Model Overlay Image
by Dan Florian (JIRA)
Dan Florian created TEIIDDES-1514:
-------------------------------------
Summary: Models Having Only Built-In MED Properties Should Not Be Decorated With the Extended Model Overlay Image
Key: TEIIDDES-1514
URL: https://issues.jboss.org/browse/TEIIDDES-1514
Project: Teiid Designer
Issue Type: Task
Affects Versions: 7.8
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: 8.0
Since the relational metamodel MED is automatically saved into every model, every relational model is being decorated with the extended model overlay image. So the model decoration loses significance since it is always there. We should only use the extended model overlay image if a model has extension properties that are not from built-in MEDs.
--
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-1500) Physical relational MED (relational.mxd) should be applied to ALL newly created models
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1500:
--------------------------------------
Summary: Physical relational MED (relational.mxd) should be applied to ALL newly created models
Key: TEIIDDES-1500
URL: https://issues.jboss.org/browse/TEIIDDES-1500
Project: Teiid Designer
Issue Type: Feature Request
Components: Extension Framework, Modeling
Affects Versions: 8.0
Reporter: Barry LaFond
Priority: Blocker
Fix For: 8.0
Since Teiid has added permanent extension properties to relational tables, procedures as well as scalar functions, we still need to automatically apply the MEDs during new model creation time.
Here are the plugins that contain calls to ModelerCore.create(File file) method. NOTE: this may not cover all the cases where new models are created in Designer.
{code}
org.teiid.designer.core - src - org.teiid.designer.core
org.teiid.designer.core.refactor - src - org.teiid.designer.core
org.teiid.designer.ddl.importer - src - org.teiid.designer.ddl.importer
org.teiid.designer.jdbc.ui.wizards - src - org.teiid.designer.jdbc.ui
org.teiid.designer.metamodels.xsd - src - org.teiid.designer.metamodels.xsd
org.teiid.designer.modelgenerator.salesforce - src - org.teiid.designer.modelgenerator.salesforce
org.teiid.designer.modelgenerator.salesforce.ui.actions - src - org.teiid.designer.modelgenerator.salesforce.ui
org.teiid.designer.modelgenerator.wsdl - src - org.teiid.designer.modelgenerator.wsdl
org.teiid.designer.modelgenerator.xml.action - src - org.teiid.designer.modelgenerator.xml
org.teiid.designer.modelgenerator.xml.modelextension.impl - src - org.teiid.designer.modelgenerator.xml
org.teiid.designer.modelgenerator.xml.wizards - src - org.teiid.designer.modelgenerator.xml
org.teiid.designer.relational.model - src - org.teiid.designer.relational
org.teiid.designer.relational.ui.textimport - src - org.teiid.designer.relational.ui
org.teiid.designer.relational.ui.wizards - src - org.teiid.designer.relational.ui
org.teiid.designer.transformation.model - src - org.teiid.designer.transformation
org.teiid.designer.transformation.ui.textimport - src - org.teiid.designer.transformation.ui
org.teiid.designer.transformation.ui.wizards - src - org.teiid.designer.transformation.ui
org.teiid.designer.transformation.ui.wizards.file - src - org.teiid.designer.transformation.ui
org.teiid.designer.transformation.ui.wizards.xmlfile - src - org.teiid.designer.transformation.ui
org.teiid.designer.ui.viewsupport - src - org.teiid.designer.ui
org.teiid.designer.ui.wizards - src - org.teiid.designer.ui
org.teiid.designer.webservice - src - org.teiid.designer.webservice
org.teiid.designer.webservice.util - src - org.teiid.designer.webservice
org.teiid.designer.xml.ui.actions - src - org.teiid.designer.xml.ui
org.teiid.designer.xsd.ui.textimport - src - org.teiid.designer.xsd.ui
org.teiid.designer.xsd.ui.wizards - src - org.teiid.designer.xsd.ui
{code}
--
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-1526) NPE In JdbcManagerImpl Starting With Clean Workspace And Running JDBC Importer
by Dan Florian (JIRA)
Dan Florian created TEIIDDES-1526:
-------------------------------------
Summary: NPE In JdbcManagerImpl Starting With Clean Workspace And Running JDBC Importer
Key: TEIIDDES-1526
URL: https://issues.jboss.org/browse/TEIIDDES-1526
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.8
Environment: OS X 10.8.2, Designer teiid-8.x-upgrade branch
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: 8.0
1. start Eclipse with a new workspace
2. open Designer perspective
3. create a model project
4. Import... -> Teiid Designer -> JDBC
5. Click Next and get this error
java.lang.NullPointerException
at org.teiid.designer.jdbc.JdbcManagerImpl.getJdbcSources(JdbcManagerImpl.java:322)
Turns out JdbcManagerImpl is being called by a different thread:
JdbcManagerImpl.shutdown() line: 668
JdbcManagerImpl.reload(IProgressMonitor) line: 596
JdbcManagerImpl$ProfileListener.profileAdded(IConnectionProfile) line: 696
InternalProfileManager.fireProfileAdded(IConnectionProfile) line: 1207
InternalProfileManager.addProfile(IConnectionProfile, boolean) line: 783
InternalProfileManager.addProfile(IConnectionProfile) line: 737
InternalProfileManager.createProfile(String, String, String, Properties, String, boolean) line: 633
ProfileManager.createProfile(String, String, String, Properties, String, boolean) line: 214
InternalProfileManager.getProfileInstance(String, String, Properties, List) line: 1588
InternalProfileManager.enableLocalDatabase(IConfigurationElement[], String, String, String, String, String) line: 1426
InternalProfileManager.loadLocalRegisteredDatabases() line: 1363
InternalProfileManager.loadProfiles() line: 1070
InternalProfileManager.getProfiles(boolean) line: 150
InternalProfileManager.getProfilesByCategory(String, boolean) line: 200
ProfileManager.getProfilesByCategory(String) line: 88
JdbcManagerImpl.getJdbcSources() line: 318
JdbcSourceSelectionPage.createControl(Composite) line: 209
--
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-1209) Upgrade to use Teiid 8.0 Admin API
by Ramesh Reddy (Created) (JIRA)
Upgrade to use Teiid 8.0 Admin API
----------------------------------
Key: TEIIDDES-1209
URL: https://issues.jboss.org/browse/TEIIDDES-1209
Project: Teiid Designer
Issue Type: Task
Components: VDB & Execution
Reporter: Ramesh Reddy
Priority: Blocker
Fix For: 8.0
Teiid 8.0 has more or less has the same Admin API as it's 7.x releases. However the Admin connection ownership no longer held with the Teiid. i.e Teiid does not control which port the Admin connection nor the security that goes along, these are now core features from AS itself. However, usage for the purposes of the Teiid Designer is not changed.
Teiid Designer needs to be upgraded to use the 8.0 API and validate all the operations it provides.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (TEIIDDES-1512) Adding or removing models from project does not update the project's preview VDB.
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1512:
--------------------------------------
Summary: Adding or removing models from project does not update the project's preview VDB.
Key: TEIIDDES-1512
URL: https://issues.jboss.org/browse/TEIIDDES-1512
Project: Teiid Designer
Issue Type: Feature Request
Components: VDB & Execution
Affects Versions: 8.0
Reporter: Barry LaFond
Priority: Blocker
Fix For: 8.0
1) Importing first model and preview basically works
2) Importing a second model and attempting to preview does not add the second "importVdb" entry in the project VDB
3) Also noticed that deleting a model did NOT remove it's "importVdb" entry in the project VDB
Basically it's not responding to resource events and keeping the project VDB in sync with project models
--
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-1522) Error message generated in designer log during import VDB
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1522:
---------------------------------------
Summary: Error message generated in designer log during import VDB
Key: TEIIDDES-1522
URL: https://issues.jboss.org/browse/TEIIDDES-1522
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.0
Reporter: Mark Drilling
Fix For: 8.0
Created and deployed a VDB in Designer. Then in a different project, launch the Import Wizard to import the VDB. In the wizard, I selected a connection profile and entered the user/password. When I click 'Next' to go to the next wizard page, an error message is generated in the Designer log:
"Unable to select any database object(s) that match user"
There is no stacktrace available, and the wizard seems to work properly.
--
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-1521) Getting Error Dialog at end of Import VDB
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1521:
---------------------------------------
Summary: Getting Error Dialog at end of Import VDB
Key: TEIIDDES-1521
URL: https://issues.jboss.org/browse/TEIIDDES-1521
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.0
Reporter: Mark Drilling
Fix For: 8.0
Created and deployed a VDB in designer. Then attempted to import the VDB in a different project. After clicking 'Finish' to complete the dialog, I immediately get an Error Dialog:
Title : Error Saving Model
Message: Cannot save changes to read-only file FileName.xmi
If I close the imported model file, it can be re-opened ok.
--
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