[JBoss JIRA] (TEIID-3364) Teiid Embedded generic-soap run failed
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3364?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3364:
---------------------------------------
That example runs just fine for me. Perhaps there is a connectivity issue for you to the web service.
> Use "Dynamic VDB" to define views and tables, mix ddl with java code feels a little bit mess, not good for reading.
Do you mean use a vdb.xml file, rather than the code? If so that would be a fine change. From a historical perspective the initial embedded did not support xml or zip artifacts, only code.
> Add more data sources, current only have 2 embedded sample, we should add more, just like the quickstart.
Yes it would be good to have a similar set of examples as the quick starts.
It would probably be worth some effort at developing/documenting karaf deployment and/or another container as well.
> Teiid Embedded generic-soap run failed
> --------------------------------------
>
> Key: TEIID-3364
> URL: https://issues.jboss.org/browse/TEIID-3364
> Project: Teiid
> Issue Type: Enhancement
> Components: Embedded
> Reporter: Kylin Soong
>
> I test the 8.10 embedded-dist zip download, the generic-soap run failed with Connection reset exception.
> On the other sides, can we add more samples for teiid embedded mode?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIID-3346) File Source | Dot in file column names causes VDB deployment errors
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3346?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3346:
----------------------------------
Fix Version/s: 8.11
Affects Version/s: 7.7
Component/s: Query Engine
> File Source | Dot in file column names causes VDB deployment errors
> -------------------------------------------------------------------
>
> Key: TEIID-3346
> URL: https://issues.jboss.org/browse/TEIID-3346
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.7
> Reporter: Shiveeta Mattoo
> Assignee: Steven Hawkins
> Fix For: 8.11
>
>
> In case a Delimited Flat file , contains a "Dot" character in any of the column names, we get an issue during Virtual Data Base deployment -
> Root cause -
> org.teiid.api.exception.query.QueryParserException: TEIID31100 Parsing error: Encountered "'UTF-8') COLUMNS [*]\"name.full\"[*] STRING," at line 1, column 126.
> Invalid simple identifier format: [name.full]
>
> The query is : SELECT A."name.full",A."surname" FROM (EXEC tabwithdot.getFiles('tab.csv')) AS F, TEXTTABLE(TO_CHARS(F.file,'UTF-8') COLUMNS "name.full" STRING,"surname" STRING delimiter ' ' quote ' ' HEADER) AS A
>
> Please note, that although the column name [name.full], is enclosed in Double Quotes, still this issue is observed.
> If there was instead any other special character, that works successfully.
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIID-3364) Teiid Embedded generic-soap run failed
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3364?page=com.atlassian.jira.plugin... ]
Kylin Soong commented on TEIID-3364:
------------------------------------
I have 2 thoughts of Teiid Embedded enhancement:
* Use "Dynamic VDB" to define views and tables, mix ddl with java code feels a little bit mess, not good for reading.
* Add more data sources, current only have 2 embedded sample, we should add more, just like the quickstart.
> Teiid Embedded generic-soap run failed
> --------------------------------------
>
> Key: TEIID-3364
> URL: https://issues.jboss.org/browse/TEIID-3364
> Project: Teiid
> Issue Type: Feature Request
> Components: Embedded
> Reporter: Kylin Soong
>
> I test the 8.10 embedded-dist zip download, the generic-soap run failed with Connection reset exception.
> On the other sides, can we add more samples for teiid embedded mode?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIID-3364) Teiid Embedded generic-soap run failed
by Kylin Soong (JIRA)
Kylin Soong created TEIID-3364:
----------------------------------
Summary: Teiid Embedded generic-soap run failed
Key: TEIID-3364
URL: https://issues.jboss.org/browse/TEIID-3364
Project: Teiid
Issue Type: Feature Request
Components: Embedded
Reporter: Kylin Soong
I test the 8.10 embedded-dist zip download, the generic-soap run failed with Connection reset exception.
On the other sides, can we add more samples for teiid embedded mode?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIID-3318) Support dynamically configuring the JDG protobuf schema
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3318?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3318:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1187362|https://bugzilla.redhat.com/show_bug.cgi?id=1187362] from ASSIGNED to CLOSED
> Support dynamically configuring the JDG protobuf schema
> -------------------------------------------------------
>
> Key: TEIID-3318
> URL: https://issues.jboss.org/browse/TEIID-3318
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.7.1, 8.10
> Reporter: Van Halbert
> Assignee: Van Halbert
>
> Need to add the ability to dynamically configure the protobuf schema. A
> snip-it from an example:
> // generate and register a Protobuf schema and marshallers based on Note class and the referenced classes (User class)
> ProtoSchemaBuilder protoSchemaBuilder = new ProtoSchemaBuilder();
> String generatedSchema = protoSchemaBuilder
> .fileName("sample_schema.proto")
> .packageName("sample_package")
> .addClass(Note.class)
> .build(serCtx);
> This would change the need for the user to implement marshallers.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIID-3318) Support dynamically configuring the JDG protobuf schema
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3318?page=com.atlassian.jira.plugin... ]
Van Halbert closed TEIID-3318.
------------------------------
Resolution: Won't Fix
Because Teiid doesn't own the data sources it connects to, it want's to be consistent here an not implement all the variations for configuring a cache. By taking this approach, Teiid doesn't have to change everytime JDG implements features for creation and management of a cache. It simplifies the support model.
> Support dynamically configuring the JDG protobuf schema
> -------------------------------------------------------
>
> Key: TEIID-3318
> URL: https://issues.jboss.org/browse/TEIID-3318
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.7.1, 8.10
> Reporter: Van Halbert
> Assignee: Van Halbert
>
> Need to add the ability to dynamically configure the protobuf schema. A
> snip-it from an example:
> // generate and register a Protobuf schema and marshallers based on Note class and the referenced classes (User class)
> ProtoSchemaBuilder protoSchemaBuilder = new ProtoSchemaBuilder();
> String generatedSchema = protoSchemaBuilder
> .fileName("sample_schema.proto")
> .packageName("sample_package")
> .addClass(Note.class)
> .build(serCtx);
> This would change the need for the user to implement marshallers.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months