Log in to follow, share, and participate in this community.
Thread How to set the transaction timeout?
How to set the transaction timeout?We have some long running queries that will run in SEQUENCE(one after the other) and from time to time, the server will thow exceptions saying the transaction has been "aborted" when it try to get a managed connection...
Thread Modelling a Json entitty with array of "details"
Modelling a Json entitty with array of "details"Dear Sirs, Perhaps one more novice question. I am still trying to get by Spring Boot/REST data source example work. The json return by my WS is this: { "recordsFiltered": 10, ...
Howto do efficent fulltext search in TeiidHello together, I am trying to implement a full text search with Teiid, preferable in a materialized table. I have a mysql database below Teiid which supports FULLTEXT indexes which are used with a MATCH ... AGAINST ...
Teiid exception handlingHello together, I am currently trying to understand how to deal with exception handling and would like to ask for some advice as it seems I do not get exceptions from the underlaying datasource forwarded. Here is an...
Thread Teiid Web Console with Wildfly and Teiid 12.2.0
Teiid Web Console with Wildfly and Teiid 12.2.0Hello together, I am trying to add the Teiid Wildfly console to my docker image. I follow the docker file from Ramesh at teiid/Dockerfile at master · jboss-dockerfiles/teiid · GitHub and a...
Teiid standalone stop client threadsWe have a web application deployed over Tomcat and it is using AdminAPI to administrate Teiid Standalone. Whenever we stop the web application, we are not able to terminate the threads created by Teiid client....
Thread Error fetching materialized view on SQL Server
Error fetching materialized view on SQL ServerWe have a view materialized in SQL Server and reading from Oracle. In Oracle we have a column of type Number(38,0) which is considered a BigInteger in Teiid. So we created it of type BigInt in the materialized table ...
Thread Documentation Teiid Spring Boot annotations
Documentation Teiid Spring Boot annotationsHello, Could someone please kindly post a link to documentation for all Teiid Spring boot annotations? In particular, I am struggling to understand usage of "@RestConfiguration" annotation. One...
Apparent bean collision Teiid/ Spring BootHello, I am new to Teiid, trying to integrate it into myApring Boot application and face the following issue: during application startup I get the following error signalling an apparent bean collision ...
teiid 12.2.0 standalone-teiid.xml urn:jboss:domain:5.0Hi, I was just comparing the wildfly 15 standalone.xml file with the one in teiid 12.2.0. The <server xmlns="urn:jboss:domain:5.0"> contains a reference to version 5 there. Is this an issue since in Wild...
Cassandra table names case sensitivitywe are querying Cassandra through Teiid and we are having the following error when the table name contains upper case characters. com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table cassandr...
Connecting CloudSQL via Teiid in SSL modeHi, I am trying to connect to cloudSQL instance via teiid in SSL mode. Google is providing me three files for connection , 1. client-cert.pem( client certificate file) 2. &...
Thread How to pull master and details in a single json file
How to pull master and details in a single json fileI would like to pull the json data using Teiid JDV like the following {"college":"Department", "resultList":[{"id":"01","name":"Math"},{"id":"02","name":"Chemistry"}],"errorMsg":"No Error"} any sampl...