[JBoss JIRA] (TEIID-2757) XML 1.0 invalid characters not supported in Odata Atom feed
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2757?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2757:
---------------------------------------
> Does this fix also resolves the problem with web services?
No. I wasn't ignoring your comment, it's just as this was logged against OData it wasn't clear the context was. In any case with other access paths where the xml generation is explicit and given the uncommonness of data it would seem this would be an optional enhancement where having the user perform the desired cleansing is a more acceptable workaround. Feel free to log other issues if you see a need though.
> XML 1.0 invalid characters not supported in Odata Atom feed
> -----------------------------------------------------------
>
> Key: TEIID-2757
> URL: https://issues.jboss.org/browse/TEIID-2757
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.4
> Environment: EAP version 6.1 with Teiid 8.5
> Reporter: Marc Shirley
> Assignee: Steven Hawkins
> Fix For: 8.7
>
> Attachments: List of invalid XML characters.docx, TEIID-2757-Webservices-Stacktrace.txt
>
>
> The odata framework sometimes has problems with transforming characters (invalid in XML 1.0) from the source data to the XML result. The result is an exception: TEIID16013 Error occured producing OData result.: java.lang.RuntimeException: com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x1b) in text to output (in xml 1.1, could output as a character entity).
--
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
11 years, 1 month
[JBoss JIRA] (TEIID-2757) XML 1.0 invalid characters not supported in Odata Atom feed
by Patrick Deenen (JIRA)
[ https://issues.jboss.org/browse/TEIID-2757?page=com.atlassian.jira.plugin... ]
Patrick Deenen commented on TEIID-2757:
---------------------------------------
As I mentioned in https://issues.jboss.org/browse/TEIID-2757?focusedCommentId=12928986&page... this problem is not unique to Odata, but also applicable to web services. Does this fix also resolves the problem with web services? If yes, how to set this property for web services?
> XML 1.0 invalid characters not supported in Odata Atom feed
> -----------------------------------------------------------
>
> Key: TEIID-2757
> URL: https://issues.jboss.org/browse/TEIID-2757
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.4
> Environment: EAP version 6.1 with Teiid 8.5
> Reporter: Marc Shirley
> Assignee: Steven Hawkins
> Fix For: 8.7
>
> Attachments: List of invalid XML characters.docx, TEIID-2757-Webservices-Stacktrace.txt
>
>
> The odata framework sometimes has problems with transforming characters (invalid in XML 1.0) from the source data to the XML result. The result is an exception: TEIID16013 Error occured producing OData result.: java.lang.RuntimeException: com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x1b) in text to output (in xml 1.1, could output as a character entity).
--
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
11 years, 1 month
[JBoss JIRA] (TEIID-2766) OData large batch size does not allow all results to be returned to the client in a single batch
by Patrick Deenen (JIRA)
[ https://issues.jboss.org/browse/TEIID-2766?page=com.atlassian.jira.plugin... ]
Patrick Deenen edited comment on TEIID-2766 at 12/12/13 2:59 AM:
-----------------------------------------------------------------
Memory is not the problem, we have tested with 12GB assigned to the VM.
The problem is that the documentation states that when a batch-size of -1 is used, all results should be returned at once. But when -1 is used no results at all are returned.
See http://docs.jboss.org/author/display/TEIID/OData+Support
was (Author: pdeenen):
Memory is not the problem, we have tested with 12GB assigned to the VM.
The problem is that the documentation states that when a batch-size of -1 is used, all results should be returned at once. But when -1 is used no results at all are returned.
See author/display/TEIID/OData+Support
> OData large batch size does not allow all results to be returned to the client in a single batch
> ------------------------------------------------------------------------------------------------
>
> Key: TEIID-2766
> URL: https://issues.jboss.org/browse/TEIID-2766
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.4
> Environment: OData client connecting to Teiid
> Reporter: Marc Shirley
> Assignee: Steven Hawkins
>
> OData large batch-size, for example -1 to get all results in 1 response, doesn't work. Largest tested value that does work 51210.
--
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
11 years, 1 month
[JBoss JIRA] (TEIID-2767) Multi-dimensional array evaluation is incorrect
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2767?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2767.
-----------------------------------
Resolution: Done
Removed the ArrayImpl wrapper in the evaluator and updated the comparison/equality methods to compensate accordingly.
> Multi-dimensional array evaluation is incorrect
> ------------------------------------------------
>
> Key: TEIID-2767
> URL: https://issues.jboss.org/browse/TEIID-2767
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.5
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 8.6
>
>
> Issuing a query with a multi-dimensional array such as:
> select (('a', 'b'),('c','d'))
> results in java.lang.ArrayStoreException as the evaluator is not unwrapping the ArrayImpl when assigning the value into the parent array.
--
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
11 years, 1 month
[JBoss JIRA] (TEIID-2767) Multi-dimensional array evaluation is incorrect
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2767:
-------------------------------------
Summary: Multi-dimensional array evaluation is incorrect
Key: TEIID-2767
URL: https://issues.jboss.org/browse/TEIID-2767
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.6
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 8.7
Issuing a query with a multi-dimensional array such as:
select (('a', 'b'),('c','d'))
results in java.lang.ArrayStoreException as the evaluator is not unwrapping the ArrayImpl when assigning the value into the parent array.
--
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
11 years, 1 month
[JBoss JIRA] (TEIID-1070) Create Amazon SimpleDB Connector
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1070?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-1070:
---------------------------------------
Updated the admin/reference and added a ds.xml to the kit. Before resolving this primary issue, will do more testing and look at whether using array values make sense for multi-valued results.
> Create Amazon SimpleDB Connector
> ---------------------------------
>
> Key: TEIID-1070
> URL: https://issues.jboss.org/browse/TEIID-1070
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: John Doyle
> Assignee: Radim Hopp
> Fix For: 8.7
>
>
> We need connectivity to Amazon SimpleDB. This should be accomplished through a dedicated connector.
> Simple DB presents a few challenges as a Teiid source as it is more like a spreadsheet than a database. Simple DB "Domains' are like individual worksheets and contain any number of items. Items however can have any number of attributes, and the attributes do not have to be the same for ever item. So in a single Domain you can have an item with the attributes Size and Color, and another item with the attributes Color and ExpirationDate. This presents both modeling issues and SQL execution issues. None of them are insurmountable, but users will have to understand the issues and design their integration around them.
--
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
11 years, 1 month