[JBoss JIRA] (TEIID-3116) Teiid Partial Results Mode: unavailability of datasource causes error (which is not masked)
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3116?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3116:
------------------------------------------------
Jan Stastny <jstastny(a)redhat.com> changed the Status of [bug 1138679|https://bugzilla.redhat.com/show_bug.cgi?id=1138679] from ON_QA to VERIFIED
> Teiid Partial Results Mode: unavailability of datasource causes error (which is not masked)
> -------------------------------------------------------------------------------------------
>
> Key: TEIID-3116
> URL: https://issues.jboss.org/browse/TEIID-3116
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.7.1
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Priority: Minor
>
> Description of problem:
> Querying a vdb-table which is formed as union of two tables from different datasources. Even though "set partialresultsmode true" is run as initial query, instead of retreiving 0 rows from a datasources that is down, exception is promoted.
> Version-Release number of selected component (if applicable):
> DV 6.1 ER1
> How reproducible:
> Every time
> Steps to Reproduce:
> 1. Define one valid and one invalid datasource(invalid connection-url).
> 2. Create vdb which maps tables from both datasources.
> 3. Set partialresultsmode to true
> 4. Execute query on the given vdb-table
> Actual results:
> TeiidSQLException
> TEIID30498 Remote org.teiid.api.exception.query.QueryPlannerException: TEIID30498 Capabilities for ORBQT were not avaialable. The command could not be planned properly.
> Expected results:
> 0 rows from invalid datasource.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIID-3274) Change archetypes to create independent projects
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3274?page=com.atlassian.jira.plugin... ]
Van Halbert resolved TEIID-3274.
--------------------------------
Fix Version/s: 8.7.1
Resolution: Done
The archetypes, connector and translator, can be accessed using:
mvn archetype:generate -DarchethypeRepository=https://repository.jboss.org/nexus/content/repositories/releases/ \
-DarchetypeGroupId=org.jboss.teiid.arche-types \
-DarchetypeArtifactId=connector-archetype \
-DarchetypeVersion=8.7.1 \
-DgroupId=org.jboss.teiid.connectors \
-Dpackage=org.teiid.resource.adapter.myType \
-DartifactId=connector-myTypeStage \
-Dversion=0.0.1-SNAPSHOT \
-Dconnector-name=myTypeStage \
-Dvendor-name=MyVendor \
-Dteiid-version=8.7.0.Final
or
mvn archetype:generate -DarchethypeRepository=https://repository.jboss.org/nexus/content/repositories/releases/ -DarchetypeGroupId=org.jboss.teiid.arche-types -DarchetypeArtifactId=translator-archetype -DarchetypeVersion=8.7.1 -DgroupId=org.jboss.teiid.test.translator -DartifactId=test-translator-stage -Dpackage=org.teiid.translator.test.translator -Dversion=1.0.0 -Dtranslator-name=TestTranslatorStage -Dteiid-version=8.7.0.Final
> Change archetypes to create independent projects
> ------------------------------------------------
>
> Key: TEIID-3274
> URL: https://issues.jboss.org/browse/TEIID-3274
> Project: Teiid
> Issue Type: Enhancement
> Components: Tools
> Affects Versions: 8.7.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.7.1
>
>
> The current archetypes were developed with the mindset of generating projects that are part of the Teiid build. However, they need to be changed so that they are generating projects that are independent, that can stand on their own without requiring Teiid jar's.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIID-3247) MongoDB: Add "MinDistance" to near and nearSphere geo spatial functions
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3247?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3247.
---------------------------------
Labels: Beta1 (was: )
Resolution: Done
Added the extra parameter. Change the MongoDB version using the translator override property "databaseVersion" to 2.6 to have this supported. The default MongoDB is set at 2.4 version.
> MongoDB: Add "MinDistance" to near and nearSphere geo spatial functions
> -----------------------------------------------------------------------
>
> Key: TEIID-3247
> URL: https://issues.jboss.org/browse/TEIID-3247
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.9
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Labels: Beta1
> Fix For: 8.10
>
>
> MongoDB version 2.6, adds extra "MinDistance" parameter to the $near and $nearSphere functions. Translator needs to reflect this change.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years