[
https://issues.jboss.org/browse/TEIID-4255?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-4255.
-----------------------------------
Fix Version/s: 9.0
8.12.5
Resolution: Done
Corrected the regression from TEIID-3543 that made the property names for complex types
not match at runtime causing the type to default to string.
Transformation exception when parsing time in SAP NW Gateway
------------------------------------------------------------
Key: TEIID-4255
URL:
https://issues.jboss.org/browse/TEIID-4255
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.x
Reporter: Andrej Šmigala
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 9.0, 8.12.5
When querying the SAP Sample Flight demo web service using the sap-nw-gateway, the
following error is logged when the response contains time value in the form
"PT11H00M00S"
{noformat}
org.teiid.jdbc.TeiidSQLException: TEIID10068 Failed to transform String to Time.
Expected format = hh:mm:ss for PT11H00M00S at
org.jboss.qe.dvqe.reproducers.Teiid3841Test.runTest(Teiid3841Test.java:61) Caused by:
org.teiid.core.types.TransformationException: TEIID10068 Failed to transform String to
Time. Expected format = hh:mm:ss for PT11H00M00S
{noformat}
This is likely a regression as that query works in DV 6.2 with latest patch.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)