]
RH Bugzilla Integration commented on TEIID-4255:
------------------------------------------------
Lucie Fabrikova <lfabriko(a)redhat.com> changed the Status of [bug
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.