[JBoss JIRA] (TEIID-3121) Teiid Standalone Server
by Tom Arnold (JIRA)
[ https://issues.jboss.org/browse/TEIID-3121?page=com.atlassian.jira.plugin... ]
Tom Arnold commented on TEIID-3121:
-----------------------------------
Ramesh,
Is there any problem with providing both a Docker image (when it's ready), and a standalone ZIP? My script would only add at most 10 minutes to the release process, but would lower the barrier to entry for people looking to develop against Teiid. A Docker image wouldn't be useful to me, but the standalone ZIP would simplify my build process.
Starting the JBoss would also be a quick way to test out the JBoss kit to make sure everything deploys. Occasionally translators fail to deploy when dependencies are updated because the module descriptors are out of date or have typos (e.g. Accumulo, Apache POI, Mongo, -redhat-redhat).
The precedence is there for other JBoss projects doing this. For example, the RHQ download packages JBoss and Cassandra.
If you'd like to go a different direction though, I can change my script accordingly.
> Teiid Standalone Server
> -----------------------
>
> Key: TEIID-3121
> URL: https://issues.jboss.org/browse/TEIID-3121
> Project: Teiid
> Issue Type: Feature Request
> Components: Build/Kits
> Reporter: Tom Arnold
> Fix For: Open To Community
>
>
> Perform the server installation steps as part of the build and add the result to the downloads page. It seems like this is something that everyone who isn't using the embedded kit has to do anyways, and would hopefully eliminate confusion caused by people trying to deploy the runtime in unsupported versions of JBoss.
> * Teiid Runtime
> * Teiid Web Console
> * JBoss EAP 6.1 Alpha
> * Resteasy JAX-RS Patch
> End result would simplify the installation process to:
> 1. Unzip Teiid server.
> 2. Run `bin/add-user.sh` script.
> 3. Deploy custom translators, VDB, etc.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (TEIID-3135) Result of query depends on Locale
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3135?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3135.
-----------------------------------
Fix Version/s: 8.7.1
8.9
Resolution: Done
Updated the logic to test the value based upon the absolute value and use the us locale for the formatting.
This does bring up an issue that the format is not generally what you want for approximate numeric literals and any platform that supports scientific notation we should use the scientific notation literal instead. For now only the Teiid source was updated to support scientific notation, but this should be checked for the other sources as well.
> Result of query depends on Locale
> ---------------------------------
>
> Key: TEIID-3135
> URL: https://issues.jboss.org/browse/TEIID-3135
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7
> Environment: OS: fedora 20
> arch: x86_64
> java: sun 1.7, openjdk 1.7
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
> Fix For: 8.7.1, 8.9
>
>
> Description: Some kind of queries ends with SQL syntax error (or incorrect result) because of real numbers are translated to locale-specific-string (e.g. -24 => -24,0 for sk_SK locale).
> Testing environment:
> a) Locale: sk_SK (Slovakia), cs_CZ(Czech)
> b) OS: fedora 20
> c) arch: x86_64
> d) java: sun 1.7, openJDK_1.7
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (TEIID-3098) allow pushdown functions to be used by designer import
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3098?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3098.
-----------------------------------
Resolution: Done
added the relational metadata property system-name to be applied to schema scoped pushdown functions so that the resolver will not see them as ambiguous with the corresponding sys form. The teiid importer logic will automatically add the necessary properties when importer.importPushdownFunctions is set.
> allow pushdown functions to be used by designer import
> ------------------------------------------------------
>
> Key: TEIID-3098
> URL: https://issues.jboss.org/browse/TEIID-3098
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.7.1
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Fix For: 8.9
>
>
> allow pushdown functions to be schema scoped or some other mechanism for the purpose of designer metadata import. If schema scoped, this will require supporting logic that such functions when imported for multiple sources will not be seen as duplicates.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (TEIID-3135) Result of query depends on Locale
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3135?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3135:
---------------------------------------
There is logic in the literal handling that looks to see if the double value is out of some bounds and instead uses formatting - which is localized. This does not look correct as it does not account for negative values and does not account for the locale. It will not occur with positive values greater that .001 and less that 10^7.
> Result of query depends on Locale
> ---------------------------------
>
> Key: TEIID-3135
> URL: https://issues.jboss.org/browse/TEIID-3135
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7
> Environment: OS: fedora 20
> arch: x86_64
> java: sun 1.7, openjdk 1.7
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
>
> Description: Some kind of queries ends with SQL syntax error (or incorrect result) because of real numbers are translated to locale-specific-string (e.g. -24 => -24,0 for sk_SK locale).
> Testing environment:
> a) Locale: sk_SK (Slovakia), cs_CZ(Czech)
> b) OS: fedora 20
> c) arch: x86_64
> d) java: sun 1.7, openJDK_1.7
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (TEIID-3135) Result of query depends on Locale
by Juraj Duráni (JIRA)
[ https://issues.jboss.org/browse/TEIID-3135?page=com.atlassian.jira.plugin... ]
Juraj Duráni commented on TEIID-3135:
-------------------------------------
Same query has no problem, if underlying source is file (e.g. *.xlsx).
> Result of query depends on Locale
> ---------------------------------
>
> Key: TEIID-3135
> URL: https://issues.jboss.org/browse/TEIID-3135
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7
> Environment: OS: fedora 20
> arch: x86_64
> java: sun 1.7, openjdk 1.7
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
>
> Description: Some kind of queries ends with SQL syntax error (or incorrect result) because of real numbers are translated to locale-specific-string (e.g. -24 => -24,0 for sk_SK locale).
> Testing environment:
> a) Locale: sk_SK (Slovakia), cs_CZ(Czech)
> b) OS: fedora 20
> c) arch: x86_64
> d) java: sun 1.7, openJDK_1.7
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months