[JBoss JIRA] (TEIID-4854) Google translator fails to update timestamp value reformatted after update
by Lucie Fabrikova (JIRA)
[ https://issues.jboss.org/browse/TEIID-4854?page=com.atlassian.jira.plugin... ]
Lucie Fabrikova edited comment on TEIID-4854 at 4/20/17 3:58 PM:
-----------------------------------------------------------------
My spreadsheet had locale set to Unigted Kingdom and timezone set to Berlin, with timezone set also to United Kingdom, formatting was left correctly and no issue appeared.
EDIT: there seems to be some undeterminism, I observed the bug even with timezone set e.g. to London.
was (Author: lfabriko):
My spreadsheet had locale set to Unigted Kingdom and timezone set to Berlin, with timezone set also to United Kingdom, formatting was left correctly and no issue appeared.
> Google translator fails to update timestamp value reformatted after update
> --------------------------------------------------------------------------
>
> Key: TEIID-4854
> URL: https://issues.jboss.org/browse/TEIID-4854
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 9.3, 8.12.10.6_3
> Reporter: Lucie Fabrikova
> Assignee: Steven Hawkins
> Fix For: 9.3
>
> Attachments: gs-reformatted-timestamp.log
>
>
> Cell of type timestamp is reformatted after an update. Data inserted from teiid are in format "yyyy-mm-dd hh:mm:ss[.fffffffff]", which is reformatted to "dd/mm/yyyy hh:mm:ss[.fffffffff]". Subsequent update of such row throws exception "Could not convert source column Source.smalla.timestampvalue to the expected runtime type timestamp".
> Google spreadsheet locale was UK, timezone was set to Berlin.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4869) Fix endpoint url for the "odata4service-as-a-datasource" in the embedded quickstart
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4869?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-4869:
----------------------------------
Fix Version/s: 9.3
> Fix endpoint url for the "odata4service-as-a-datasource" in the embedded quickstart
> ------------------------------------------------------------------------------------
>
> Key: TEIID-4869
> URL: https://issues.jboss.org/browse/TEIID-4869
> Project: Teiid
> Issue Type: Bug
> Components: Quick Starts
> Affects Versions: 9.2
> Environment: Additional info.
> - JBDS 9.1
> - translator-odata4-9.2.0.Alpha1.jar
> Reporter: Anu Saji
> Assignee: Kylin Soong
> Priority: Minor
> Fix For: 9.3
>
>
> The example quickstart using Odata4 Service from emedded example =>
> https://github.com/teiid/teiid-embedded-examples/tree/master/odata4servic...
> throws NPE [1]
> It currently uses the endpoint url that is using version =>
> <edmx:Edmx Version="1.0">
> when the required is
> <edmx:Edmx Version="4.0">
> src code
> ~~~
> ...
> managedconnectionFactory.setEndPoint("http://services.odata.org/Northwind/Northwind.svc");
> ...
> ~~~
> [1]
> ~~~
> NFO: TEIID40118 VDB NorthwindVDB.1 added to the repository
> Exception in thread "main" java.lang.NullPointerException
> at org.teiid.translator.odata4.ODataMetadataProcessor.getMetadata(ODataMetadataProcessor.java:118)
> at org.teiid.translator.odata4.ODataMetadataProcessor.process(ODataMetadataProcessor.java:102)
> at org.teiid.translator.odata4.ODataExecutionFactory.getMetadata(ODataExecutionFactory.java:112)
> at org.teiid.translator.odata4.ODataExecutionFactory.getMetadata(ODataExecutionFactory.java:58)
> at org.teiid.query.metadata.NativeMetadataRepository.getMetadata(NativeMetadataRepository.java:96)
> at org.teiid.query.metadata.NativeMetadataRepository.loadMetadata(NativeMetadataRepository.java:62)
> at org.teiid.query.metadata.ChainingMetadataRepository.loadMetadata(ChainingMetadataRepository.java:55)
> at org.teiid.runtime.EmbeddedServer.loadMetadata(EmbeddedServer.java:811)
> at org.teiid.runtime.AbstractVDBDeployer.loadMetadata(AbstractVDBDeployer.java:210)
> at org.teiid.runtime.EmbeddedServer.deployVDB(EmbeddedServer.java:761)
> at org.teiid.runtime.EmbeddedServer.deployVDB(EmbeddedServer.java:702)
> at org.teiid.example.TeiidEmbeddedOData4ServiceDataSource.main(TeiidEmbeddedOData4ServiceDataSource.java:50)
> ~~~
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4872) JSON Functions need more examples
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-4872:
-----------------------------------
Summary: JSON Functions need more examples
Key: TEIID-4872
URL: https://issues.jboss.org/browse/TEIID-4872
Project: Teiid
Issue Type: Enhancement
Components: Documentation
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 9.3
JSON functions can use more examples building documents based on tabular data.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4871) Google translator missing support for transaction rollback
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4871?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4871:
---------------------------------------
This is not expected behavior. The resource adapter is non-transactional and there are no compensating transactions.
> Google translator missing support for transaction rollback
> ----------------------------------------------------------
>
> Key: TEIID-4871
> URL: https://issues.jboss.org/browse/TEIID-4871
> Project: Teiid
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 9.3
> Reporter: Lucie Fabrikova
> Assignee: Steven Hawkins
>
> Rollback of transaction (or transactions at all?) seem to be not supported, I tried to set for google resource adapter:
> <transaction-support>LocalTransaction</transaction-support>
> but still sequence of queries like the one described in steps to reproduce doesn't reflect the rollback.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4871) Google translator missing support for transaction rollback
by Lucie Fabrikova (JIRA)
Lucie Fabrikova created TEIID-4871:
--------------------------------------
Summary: Google translator missing support for transaction rollback
Key: TEIID-4871
URL: https://issues.jboss.org/browse/TEIID-4871
Project: Teiid
Issue Type: Bug
Components: Documentation
Affects Versions: 9.3
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
Rollback of transaction (or transactions at all?) seem to be not supported, I tried to set for google resource adapter:
<transaction-support>LocalTransaction</transaction-support>
but still sequence of queries like the one described in steps to reproduce doesn't reflect the rollback.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4870) Google translator unexpected behavior for view update without trigger
by Lucie Fabrikova (JIRA)
[ https://issues.jboss.org/browse/TEIID-4870?page=com.atlassian.jira.plugin... ]
Lucie Fabrikova updated TEIID-4870:
-----------------------------------
Attachment: googlespreadsheetcrud-vdb.xml-direct-trig-up-orig
> Google translator unexpected behavior for view update without trigger
> ---------------------------------------------------------------------
>
> Key: TEIID-4870
> URL: https://issues.jboss.org/browse/TEIID-4870
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 9.3
> Reporter: Lucie Fabrikova
> Assignee: Steven Hawkins
> Attachments: googlespreadsheetcrud-vdb.xml-direct-trig-up-orig
>
>
> If there is a view (CRUD.SmallA_Direct) which defines only a subset of foreign table (Source.SmallA) columns, there needs to be defined a trigger for update to work correctly. Otherwise unexpected results are returned after executing update:
> * for updated rows, it converts String columns of SmallA_Direct to decimal numbers,
> * for not updated rows it returns null for String columns
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (TEIID-4870) Google translator unexpected behavior for view update without trigger
by Lucie Fabrikova (JIRA)
Lucie Fabrikova created TEIID-4870:
--------------------------------------
Summary: Google translator unexpected behavior for view update without trigger
Key: TEIID-4870
URL: https://issues.jboss.org/browse/TEIID-4870
Project: Teiid
Issue Type: Bug
Affects Versions: 9.3
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
If there is a view (CRUD.SmallA_Direct) which defines only a subset of foreign table (Source.SmallA) columns, there needs to be defined a trigger for update to work correctly. Otherwise unexpected results are returned after executing update:
* for updated rows, it converts String columns of SmallA_Direct to decimal numbers,
* for not updated rows it returns null for String columns
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months