[JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3094:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1131576|https://bugzilla.redhat.com/show_bug.cgi?id=1131576] from NEW to MODIFIED
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://issues.jboss.org/browse/TEIID-3094
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Ramesh Reddy
> Labels: Alpha2
> Fix For: 8.7.1, 8.9
>
> Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
> Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
> Log is in the attachment.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3094.
---------------------------------
Labels: Alpha2 (was: )
Fix Version/s: 8.7.1
8.9
Resolution: Done
Added escaping for all the symbols as specified here http://khaidoan.wikidot.com/solr
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://issues.jboss.org/browse/TEIID-3094
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Ramesh Reddy
> Labels: Alpha2
> Fix For: 8.7.1, 8.9
>
> Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
> Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
> Log is in the attachment.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3093) SOLR: Translator ignores "Name In Source" attribute of table columns
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3093?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3093.
---------------------------------
Labels: Alpha2 (was: )
Fix Version/s: 8.7.1
8.9
Resolution: Done
Fixed such that if NIS is available the source query uses that name
> SOLR: Translator ignores "Name In Source" attribute of table columns
> --------------------------------------------------------------------
>
> Key: TEIID-3093
> URL: https://issues.jboss.org/browse/TEIID-3093
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Misc. Connectors
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Ramesh Reddy
> Labels: Alpha2
> Fix For: 8.7.1, 8.9
>
>
> When I create a source model in teiid designer and I specify "Name In Source" attribute in one of the table columns, SOLR translator will ignore the "Name In Source" attribute and it will use a column name to create SOLR query.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3036) Update CXF to current version (3.0.0)
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3036?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3036:
---------------------------------------
Alternatively you can also log the upgrade request against Wildfly - see also https://issues.jboss.org/browse/WFLY-3748 logged against Wildfly 9 for the 2.7.12 version and https://issues.jboss.org/browse/WFLY-3271 logged against Wildfly 8.1 for the 2.7.11 version.
> Update CXF to current version (3.0.0)
> -------------------------------------
>
> Key: TEIID-3036
> URL: https://issues.jboss.org/browse/TEIID-3036
> Project: Teiid
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Embedded
> Affects Versions: 8.8
> Reporter: Gary Gregory
> Assignee: Steven Hawkins
>
> In the same vein as TEIID-3030, we embed CXF and Teiid in our server. We use CXF 2.7.10 and are about to update to 3.0.0. At worse, we'll go to 2.7.11 as an interim step to 3.0.0.
> Teiid embedded delivers CXF 2.6.6 for web services support.
> It would be great if we could get Teiid to the latest and greatest from CXF so we can all live in the same space without being forced to deal with any incompatibilities or class loader hacks.
> Thank you,
> Gary
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3036) Update CXF to current version (3.0.0)
by Gary Gregory (JIRA)
[ https://issues.jboss.org/browse/TEIID-3036?page=com.atlassian.jira.plugin... ]
Gary Gregory commented on TEIID-3036:
-------------------------------------
FWIW, the current Apache CXF versions are 3.0.1/2.7.12
> Update CXF to current version (3.0.0)
> -------------------------------------
>
> Key: TEIID-3036
> URL: https://issues.jboss.org/browse/TEIID-3036
> Project: Teiid
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Embedded
> Affects Versions: 8.8
> Reporter: Gary Gregory
> Assignee: Steven Hawkins
>
> In the same vein as TEIID-3030, we embed CXF and Teiid in our server. We use CXF 2.7.10 and are about to update to 3.0.0. At worse, we'll go to 2.7.11 as an interim step to 3.0.0.
> Teiid embedded delivers CXF 2.6.6 for web services support.
> It would be great if we could get Teiid to the latest and greatest from CXF so we can all live in the same space without being forced to deal with any incompatibilities or class loader hacks.
> Thank you,
> Gary
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3095) Expose system and pushdown functions
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3095:
-------------------------------------
Summary: Expose system and pushdown functions
Key: TEIID-3095
URL: https://issues.jboss.org/browse/TEIID-3095
Project: Teiid
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Query Engine
Affects Versions: 8.9
Reporter: Steven Hawkins
Assignee: Steven Hawkins
The system functions and pushdown functions are not added as normal schema scoped functions, and thus were not exposed by TEIID-3044. We should properly expose them and if possible also add uuids and the ability to lookup system properties.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months