[JBoss JIRA] (TEIID-3415) Adminapi CancelRequest implementation terminate the session
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3415?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3415.
-----------------------------------
Fix Version/s: 8.11
Resolution: Done
Committed the pull request.
> Adminapi CancelRequest implementation terminate the session
> ------------------------------------------------------------
>
> Key: TEIID-3415
> URL: https://issues.jboss.org/browse/TEIID-3415
> Project: Teiid
> Issue Type: Bug
> Components: AdminApi
> Affects Versions: 8.11
> Reporter: Kylin Soong
> Assignee: Kylin Soong
> Fix For: 8.11
>
>
> Current Adminapi CancelRequest implementation terminal the session rather than cancel the request
> ~~~
> final ModelNode request = buildRequest("teiid", "terminate-session", "session", sessionId, "execution-id", String.valueOf(executionId));//$NON-NLS-1$
> if (request == null) {
> return;
> }
> ~~~
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months
[JBoss JIRA] (TEIID-3415) Adminapi CancelRequest implementation terminate the session
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3415?page=com.atlassian.jira.plugin... ]
Kylin Soong updated TEIID-3415:
-------------------------------
Summary: Adminapi CancelRequest implementation terminate the session (was: Adminapi CancelRequest implementation terminal the session )
> Adminapi CancelRequest implementation terminate the session
> ------------------------------------------------------------
>
> Key: TEIID-3415
> URL: https://issues.jboss.org/browse/TEIID-3415
> Project: Teiid
> Issue Type: Bug
> Components: AdminApi
> Affects Versions: 8.11
> Reporter: Kylin Soong
> Assignee: Kylin Soong
>
> Current Adminapi CancelRequest implementation terminal the session rather than cancel the request
> ~~~
> final ModelNode request = buildRequest("teiid", "terminate-session", "session", sessionId, "execution-id", String.valueOf(executionId));//$NON-NLS-1$
> if (request == null) {
> return;
> }
> ~~~
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months
[JBoss JIRA] (TEIID-3415) Adminapi CancelRequest implementation terminal the session
by Kylin Soong (JIRA)
Kylin Soong created TEIID-3415:
----------------------------------
Summary: Adminapi CancelRequest implementation terminal the session
Key: TEIID-3415
URL: https://issues.jboss.org/browse/TEIID-3415
Project: Teiid
Issue Type: Bug
Components: AdminApi
Affects Versions: 8.11
Reporter: Kylin Soong
Assignee: Kylin Soong
Current Adminapi CancelRequest implementation terminal the session rather than cancel the request
~~~
final ModelNode request = buildRequest("teiid", "terminate-session", "session", sessionId, "execution-id", String.valueOf(executionId));//$NON-NLS-1$
if (request == null) {
return;
}
~~~
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months
[JBoss JIRA] (TEIID-3414) Oracle should use hextoraw
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3414:
-------------------------------------
Summary: Oracle should use hextoraw
Key: TEIID-3414
URL: https://issues.jboss.org/browse/TEIID-3414
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.11
Oracle does not support the standard varbinary literal syntax and generally needs to use the hextoraw conversion function.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months
[JBoss JIRA] (TEIID-3359) Allow more control over odata layer caching
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3359?page=com.atlassian.jira.plugin... ]
Ramesh Reddy edited comment on TEIID-3359 at 4/6/15 5:15 PM:
-------------------------------------------------------------
Looking into commit, I do not I need to do anything special to carry this over to the V4 version. I will carry forward the testcase.
was (Author: rareddy):
Looing into commit, I do not I need to do anything special to carry this over to the V4 version. I will carry forward the testcase.
> Allow more control over odata layer caching
> -------------------------------------------
>
> Key: TEIID-3359
> URL: https://issues.jboss.org/browse/TEIID-3359
> Project: Teiid
> Issue Type: Enhancement
> Components: OData
> Affects Versions: 8.7
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Labels: Alpha1
> Fix For: 8.11
>
>
> The caching is always performed at a user level and for each query. Consumers may need to localize the caching affect only to paging results and scope only to that interaction, rather than for all users.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months
[JBoss JIRA] (TEIID-3359) Allow more control over odata layer caching
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3359?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-3359:
-------------------------------------
Looing into commit, I do not I need to do anything special to carry this over to the V4 version. I will carry forward the testcase.
> Allow more control over odata layer caching
> -------------------------------------------
>
> Key: TEIID-3359
> URL: https://issues.jboss.org/browse/TEIID-3359
> Project: Teiid
> Issue Type: Enhancement
> Components: OData
> Affects Versions: 8.7
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Labels: Alpha1
> Fix For: 8.11
>
>
> The caching is always performed at a user level and for each query. Consumers may need to localize the caching affect only to paging results and scope only to that interaction, rather than for all users.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months