[
https://issues.jboss.org/browse/JBDS-1934?page=com.atlassian.jira.plugin....
]
RH Bugzilla Integration commented on JBDS-1934:
-----------------------------------------------
Len DiMaggio <ldimaggi(a)redhat.com> made a comment on [bug
830935|https://bugzilla.redhat.com/show_bug.cgi?id=830935]
Description of problem:
Link to: JBDS-1934
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
(Teiid) Cache hint not being displayed after validation of Virtual
Procedure in JBoss Developer Studio
------------------------------------------------------------------------------------------------------
Key: JBDS-1934
URL:
https://issues.jboss.org/browse/JBDS-1934
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: SOA Tooling / Platform , teiid
Affects Versions: 5.x
Environment: JBoss Developer Studio 4.0
JBoss Developer Studio 4.1
Reporter: Johnathon Lee
Assignee: Barry LaFond
Fix For: 5.0.0.CR1-SOA
/*+ cache */
CREATE VIRTUAL PROCEDURE
SELECT 'winning';
BEGIN
END
The cache hint is saved w/the Command Object even though it is not reflected in the
display of the text after validation.
com.metamatrix.query.internal.ui.sqleditor.component.QueryDisplayComponent:313 & 314
The Command object on these lines has a member cacheHint, holding the reference to the
cacheHint, this is ignored when the sqlText is set with the line:
this.sqlText = sqlDisplayNode.toDisplayString();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira