[JBoss JIRA] (TEIID-3506) Move downloads off of sourceforge
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3506?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3506:
---------------------------------------
Things haven't changed since we last talked about that. They are effectively there for product requirements, so it's most imperative to deprecate them from a product perspective. As for a deprecation notice in community, we can certainly add something if you want. There is no reason to remove them for now as they are easy to produce. Once we move to Teiid 9 and require a later java version, we'll likely stop building them and just direct people to use the older Teiid 8.x client jars.
> Move downloads off of sourceforge
> ---------------------------------
>
> Key: TEIID-3506
> URL: https://issues.jboss.org/browse/TEIID-3506
> Project: Teiid
> Issue Type: Quality Risk
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> We need to move our downloads off of sourceforge onto an infrastructure we have more control over. This can be as simple as just pointing to the maven artifacts (which means that the server uber dist needs added) or we can start using the jboss.org download site.
> More than likely we'll leave the old downloads in place.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3508) External mat view without ttl behavior
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3508:
-------------------------------------
Summary: External mat view without ttl behavior
Key: TEIID-3508
URL: https://issues.jboss.org/browse/TEIID-3508
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
When no ttl is specified an external mat view will not be loaded by the management service - but the on vdb start / stop scripts will be run. We should figure out if/when an initial load should take place.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3507) Matview vdb start/stop scripts are not cluster safe
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3507:
-------------------------------------
Summary: Matview vdb start/stop scripts are not cluster safe
Key: TEIID-3507
URL: https://issues.jboss.org/browse/TEIID-3507
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
The on vdb start/stop scripts will run on each cluster member start. This needs to be cluster safe or documented that it won't be safe.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3506) Move downloads off of sourceforge
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3506?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-3506:
------------------------------------
Can we begin to deprecate the idk 1.4 client jar? And maybe the 1.5 client jar.
> Move downloads off of sourceforge
> ---------------------------------
>
> Key: TEIID-3506
> URL: https://issues.jboss.org/browse/TEIID-3506
> Project: Teiid
> Issue Type: Quality Risk
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> We need to move our downloads off of sourceforge onto an infrastructure we have more control over. This can be as simple as just pointing to the maven artifacts (which means that the server uber dist needs added) or we can start using the jboss.org download site.
> More than likely we'll leave the old downloads in place.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3506) Move downloads off of sourceforge
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3506:
-------------------------------------
Summary: Move downloads off of sourceforge
Key: TEIID-3506
URL: https://issues.jboss.org/browse/TEIID-3506
Project: Teiid
Issue Type: Quality Risk
Reporter: Steven Hawkins
Assignee: Steven Hawkins
We need to move our downloads off of sourceforge onto an infrastructure we have more control over. This can be as simple as just pointing to the maven artifacts (which means that the server uber dist needs added) or we can start using the jboss.org download site.
More than likely we'll leave the old downloads in place.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3502) Teiid returns integer/long overflow values
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3502?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3502:
----------------------------------
Summary: Teiid returns integer/long overflow values (was: Teiid returns number a negative abs value)
Description:
The values from basic math operations, such as:
SELECT abs(-2147483648)
SELECT -2147483648 -1
SELECT 2147483648 +1
etc.
was:
Teiid returns for query (1) a number which is out of range for type "byte" (2). The source column has the data type that is wider than byte (3), but e.g. Oracle does not support such small data type as byte so teiid should take care of it. Same with the data type "short".
(1) SELECT bytenum, abs(bytenum) FROM <table>;
(2)
-128 128
-127 127
...
(3) oracle: bytenum - number
teiid: bytenum - byte
Making the issue more general.
> Teiid returns integer/long overflow values
> ------------------------------------------
>
> Key: TEIID-3502
> URL: https://issues.jboss.org/browse/TEIID-3502
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.7.1.6_2
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
> Fix For: 8.11
>
>
> The values from basic math operations, such as:
> SELECT abs(-2147483648)
> SELECT -2147483648 -1
> SELECT 2147483648 +1
> etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (TEIID-3503) Development with Embedded teiid should not require dependency on EAP
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3503?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-3503:
-------------------------------------
Steve, I see what you are saying, I think we can fix this by getting rid of all the EAP dependencies from parent POM, then create another child project like "connectors" then move the dependencies in there, then also move "jboss-integration", "jboss-security" and "jboss-admin" under this child as sub projects. Moving them is easy not sure the extent of the kitting changes. Should we consider this for 8.11?
> Development with Embedded teiid should not require dependency on EAP
> --------------------------------------------------------------------
>
> Key: TEIID-3503
> URL: https://issues.jboss.org/browse/TEIID-3503
> Project: Teiid
> Issue Type: Quality Risk
> Components: Embedded
> Affects Versions: 8.10
> Reporter: Michael Davies
> Assignee: Ramesh Reddy
> Priority: Minor
> Labels: CR1
> Fix For: 8.11
>
>
> We are using Embedded and specifically ModelMetaData, for specifying VDB.
> ModelMetaData class comes from teiid-admin project, which pulls in a lot of AS dependencies, some of which are only available from earlyrelease maven repo.
> For example - org.jboss.as:jboss-as-parent:pom:7.4.0.Final-redhat-4
> So essentially users developing against released teiid API (using ModelMetaData) now have dependency on earlyaccess repo.
> Where I work the people who manage the internal company repo do not like proxying non-release repos, and so this causes a bit of a pain.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months