[JBoss JIRA] (TEIID-3677) Update the Teiid Community Home Page to show all the types of data sources being supported
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3677?page=com.atlassian.jira.plugin... ]
Van Halbert edited comment on TEIID-3677 at 9/10/15 10:22 AM:
--------------------------------------------------------------
I like it better, but can we get the types of data sources with names so that its obvious what types they are?
One of the goals behind changing was to make it standout what types of data sources Teiid is supporting.
was (Author: van.halbert):
I like it better, but can we get the types of data sources with names so that its obvious what types they are?
> Update the Teiid Community Home Page to show all the types of data sources being supported
> ------------------------------------------------------------------------------------------
>
> Key: TEIID-3677
> URL: https://issues.jboss.org/browse/TEIID-3677
> Project: Teiid
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Van Halbert
> Assignee: Van Halbert
> Attachments: dvover.png, teiid_architecture.png
>
>
> With all the new types of data sources being supported by Teiid, it would be nice to indicate those on the Teiid Community home page.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIID-3662) IN predicate against a materialized/temp table index without an order by returns wrong results
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3662?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated TEIID-3662:
-------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1257964, https://bugzilla.redhat.com/show_bug.cgi?id=1261969 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1257964)
> IN predicate against a materialized/temp table index without an order by returns wrong results
> ----------------------------------------------------------------------------------------------
>
> Key: TEIID-3662
> URL: https://issues.jboss.org/browse/TEIID-3662
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.7
> Reporter: Tom Arnold
> Assignee: Steven Hawkins
> Priority: Blocker
> Fix For: 8.7.1.6_2, 8.12, 8.11.3
>
>
> Seeing strange behavior when doing a simple select from {{SPATIAL_REF_SYS}}.
> This works as expected:
> {code}
> select srid, proj4text from spatial_ref_sys where srid in (3875,4326);
> srid | proj4text
> ------+----------------------------------------------------------------------------------------------------------------
> 3875 | +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
> 4326 | +proj=longlat +datum=WGS84 +no_defs
> (2 rows)
> {code}
> Swapping the values in the IN causes only one row to be returned.
> {code}
> select srid, proj4text from spatial_ref_sys where srid in (4326,3875);
> srid | proj4text
> ------+-------------------------------------
> 4326 | +proj=longlat +datum=WGS84 +no_defs
> (1 row)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIID-3695) provide a mechanism to obfuscate the passwords for webservices datasources
by Johnathon Lee (JIRA)
Johnathon Lee created TEIID-3695:
------------------------------------
Summary: provide a mechanism to obfuscate the passwords for webservices datasources
Key: TEIID-3695
URL: https://issues.jboss.org/browse/TEIID-3695
Project: Teiid
Issue Type: Enhancement
Components: SOAP Services
Affects Versions: 8.4.4
Reporter: Johnathon Lee
Assignee: Steven Hawkins
Add functionality to enable 2 way SSL without storing the passwords in plaintext for webservices datasources. Currently, to enable 2-way SSL a CXF configuration file must include the keystore and truststore configuration including the passwords for those stores in plaintext.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months