[JBoss JIRA] Created: (TEIIDDES-446) Connection Profile MRU for JDBC Import is not updated when Connection Profile Name is changed in DTP perspective. Results in exception.
by Barry LaFond (JIRA)
Connection Profile MRU for JDBC Import is not updated when Connection Profile Name is changed in DTP perspective. Results in exception.
---------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-446
URL: https://jira.jboss.org/browse/TEIIDDES-446
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.0
Reporter: Barry LaFond
Assignee: John Doyle
Priority: Critical
Fix For: 7.0
Playing with new DTP driven JDBC Importer.
1) Launched JDBC Import wizard and created SQL Server connection profile to books and took default name "New SQL Server"
2) Model New_SQL_Server was created.
3) Opend DTP perspective and performed a "Rename" action to changed "New SQL Server" to "BooksSQL"
4) launched JDBC Import again and the MRU list did not reflect the new name.
5) Selecting "Next" button resulted in exception:
!ENTRY org.teiid.designer.jdbc.ui 4 0 2010-05-24 10:30:42.332
!MESSAGE ConnectionProfile New SQL Server cannot be found
!STACK 1
Modeler Core Exception: Status ERROR: org.teiid.core.designer code=0 ConnectionProfile New SQL Server cannot be found null
at com.metamatrix.modeler.internal.jdbc.JdbcManagerImpl.createConnection(JdbcManagerImpl.java:290)
at com.metamatrix.modeler.internal.jdbc.JdbcManagerImpl.createConnection(JdbcManagerImpl.java:282)
at com.metamatrix.modeler.internal.jdbc.ui.util.JdbcUiUtil$1.run(JdbcUiUtil.java:84)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.teiid.core.designer 4 0 2010-05-24 10:30:42.334
!MESSAGE ConnectionProfile New SQL Server cannot be found
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-234) WSDL Relational Importer creates tables that could be collapsed out of the model.
by John Doyle (JIRA)
WSDL Relational Importer creates tables that could be collapsed out of the model.
---------------------------------------------------------------------------------
Key: TEIIDDES-234
URL: https://jira.jboss.org/jira/browse/TEIIDDES-234
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 6.0.0
Reporter: John Doyle
Assignee: John Doyle
Priority: Minor
Fix For: Future
The attached WSDL and XSD's create a model with a Request Table, Response Table, an intermediate table that has only mmid's, and finally a table (Order) containing all of the data. (it is invalid because of JBEDSP-514, but that's not material). While this model valid and will work once the table name conflict from 514 is addressed, it's not optimal. The intermediate table is not required in the model because there is no multiplicity above the Order table. The intermediate table can be removed and the Order table linked directly to the response and the simplicity of the model will be improved with no loss of capability. The importer could be enhanced to recognize this possibility.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months