[JBoss JIRA] Updated: (TEIID-1475) TextTable does not check for invalid input
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1475?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-1475:
----------------------------------
Summary: TextTable does not check for invalid input (was: CLONE - Text Connector will just hang with no errors if qualifier is missing)
Assignee: Steven Hawkins
Description: If a value has a non-terminated qualify (or other invalid entries) the entire file may be read into memory. We should have a proactive check to prevent this. (was: If the qualifier in the text descriptor file is set to ", but almost none of the fields are using this qualifier and the ones that do only have a beginning or ending quote not both, a query on this table will appear as if it is still running, but in the MMProcess log it stops pulling batches. You let it run, but no error ever appears.)
Steps to Reproduce: (was: I've attached a vdb, text file and descriptor file. Use the following query:
select RECORD_TYPE, CLIENT, OBJECT_TYPE, OBJECT_CD, DESCRIPTION
from SAP.SAP_XI_Source.WBS_CODE)
> TextTable does not check for invalid input
> ------------------------------------------
>
> Key: TEIID-1475
> URL: https://issues.jboss.org/browse/TEIID-1475
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.0
> Reporter: Debbie Steigner
> Assignee: Steven Hawkins
>
> If a value has a non-terminated qualify (or other invalid entries) the entire file may be read into memory. We should have a proactive check to prevent this.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Resolved: (TEIID-1437) It's not possible to deploy single file (*.xml) virtual database through web admin console
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIID-1437?page=com.atlassian.jira.plugin... ]
Ted Jones resolved TEIID-1437.
------------------------------
Resolution: Done
Added dynamic VDB deployment capability
> It's not possible to deploy single file (*.xml) virtual database through web admin console
> ------------------------------------------------------------------------------------------
>
> Key: TEIID-1437
> URL: https://issues.jboss.org/browse/TEIID-1437
> Project: Teiid
> Issue Type: Feature Request
> Components: Jopr Plugin
> Affects Versions: 7.2
> Reporter: Robert Balent
> Assignee: Ted Jones
> Fix For: 7.4
>
>
> There are two ways how create virtual database. You can deploy *.vdb file which is basically zip archive with changed extension, or deploy just vdb.xml file. The second way doesn't work through soa admin console web interface.
> Error message:
> Failed to create Resource weather-vdb.xml - cause: Incorrect extension specified on filename
> How to reproduce:
> In soa web interface log in to Admin Console, than open "Virtual Database (VDB)s" link, than click "Add a new resource" button, and try to upload weather-vdb.xml which is attached.
> Workaround:
> Just copy weather-vdb.xml to the deploy folder.
> weather-vdb.xml and weather-ds.xml which is required if you want to deploy vdb in active state are attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months