[JBoss JIRA] (TEIIDDES-2008) When using Teiid Connection importer, add jdbc warnings and disable ability to import using ModeShape
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2008?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2008:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1046501|https://bugzilla.redhat.com/show_bug.cgi?id=1046501] from ASSIGNED to MODIFIED
> When using Teiid Connection importer, add jdbc warnings and disable ability to import using ModeShape
> ---------------------------…
[View More]--------------------------------------------------------------------------
>
> Key: TEIIDDES-2008
> URL: https://issues.jboss.org/browse/TEIIDDES-2008
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Mark Drilling
> Priority: Blocker
> Fix For: 8.3.x
>
>
> - For the new Teiid Connection importer, add a warning if the user is trying
> to use it for specific JDBC translator types. In this warning, make the
> recommendation that they should use our standard JBDC importer. However, if
> they wish to proceed to use this importer, that they should reference the
> documentation as to the source model properties that can be used to control
> the importing.
> - As is being done for translator types MongoDB and LDAP, we will also exclude the ability to import using ModeShape. If ModeShape, then indicate they should use the ModeShape importer.
--
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
[View Less]
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2008) When using Teiid Connection importer, add jdbc warnings and disable ability to import using ModeShape
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2008?page=com.atlassian.jira.plu... ]
Mark Drilling resolved TEIIDDES-2008.
-------------------------------------
Resolution: Done
Prevent usage of the TeiidConnection Importer for ModeShape. Add message to use JDBC importer instead.
Add warning message for JDBC imports, suggesting use of JDBC importer instead.
pull request - https://github.com/Teiid-Designer/teiid-designer/pull/280
> When using Teiid Connection importer,…
[View More] add jdbc warnings and disable ability to import using ModeShape
> -----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2008
> URL: https://issues.jboss.org/browse/TEIIDDES-2008
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Mark Drilling
> Priority: Blocker
> Fix For: 8.3.x
>
>
> - For the new Teiid Connection importer, add a warning if the user is trying
> to use it for specific JDBC translator types. In this warning, make the
> recommendation that they should use our standard JBDC importer. However, if
> they wish to proceed to use this importer, that they should reference the
> documentation as to the source model properties that can be used to control
> the importing.
> - As is being done for translator types MongoDB and LDAP, we will also exclude the ability to import using ModeShape. If ModeShape, then indicate they should use the ModeShape importer.
--
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
[View Less]
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2010) NPE when using WSDL with no available response columns in schema
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2010?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2010.
------------------------------------
Resolution: Done
Added null node check. Done
> NPE when using WSDL with no available response columns in schema
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2010
> URL: https://issues.jboss.org/browse/TEIIDDES-2010
> …
[View More]Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.3
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.3.x
>
>
> * Import theattached wsdl ( WSDL File or URL >> Source and View Model (SOAP) option) and select the "update" operation.
> * On the Procedure Definition page, select the Response Tab and click "Add" button.
> Get following NPE
> {code}
> Caused by: java.lang.NullPointerException
> at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.ImportWsdlSchemaHandler.createResponseColumn(ImportWsdlSchemaHandler.java:473)
> at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ResponseSchemaContentsGroup.createResponseColumn(ResponseSchemaContentsGroup.java:120)
> at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.OperationsDetailsPage.createResponseColumn(OperationsDetailsPage.java:785)
> at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ColumnsInfoPanel$2$1.run(ColumnsInfoPanel.java:144)
> {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
[View Less]
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2010) NPE when using WSDL with no available response columns in schema
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2010:
--------------------------------------
Summary: NPE when using WSDL with no available response columns in schema
Key: TEIIDDES-2010
URL: https://issues.jboss.org/browse/TEIIDDES-2010
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.3.x
* …
[View More]Import theattached wsdl ( WSDL File or URL >> Source and View Model (SOAP) option) and select the "update" operation.
* On the Procedure Definition page, select the Response Tab and click "Add" button.
Get following NPE
{code}
Caused by: java.lang.NullPointerException
at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.ImportWsdlSchemaHandler.createResponseColumn(ImportWsdlSchemaHandler.java:473)
at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ResponseSchemaContentsGroup.createResponseColumn(ResponseSchemaContentsGroup.java:120)
at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.OperationsDetailsPage.createResponseColumn(OperationsDetailsPage.java:785)
at org.teiid.designer.modelgenerator.wsdl.ui.wizards.soap.panels.ColumnsInfoPanel$2$1.run(ColumnsInfoPanel.java:144)
{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
[View Less]
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2007) Add page to Teiid Connection importer to optionally show dynamic VDB xml contents before FINISH
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2007?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2007.
------------------------------------
Resolution: Done
Done
> Add page to Teiid Connection importer to optionally show dynamic VDB xml contents before FINISH
> -----------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2007
> URL: https://issues.jboss.org/…
[View More]browse/TEIIDDES-2007
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export, Teiid Integration
> Affects Versions: 8.3.x
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.3.x
>
>
> Teiid Connection Importer generates a dynamic vdb.xml file that's deployed to access/retrieve DDL for the deployed datasource, then undeployed after import is complete.
> Because of the nature/maturity of this importer and the ability to apply importer properties (name-value), it would be beneficial to add a optional page that displayed the generated dynamic vdb.xml contents.
> 1) Users could hit NEXT > to view the xml or click FINISH if instead.
> 2) Make xml text selectable/copyable to system clipboard
--
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
[View Less]
11 years, 2 months