[
https://issues.jboss.org/browse/TEIID-1844?page=com.atlassian.jira.plugin...
]
Van Halbert moved SOA-3610 to TEIID-1844:
-----------------------------------------
Project: Teiid (was: JBoss Enterprise SOA Platform)
Key: TEIID-1844 (was: SOA-3610)
Affects Version/s: 7.1.1
7.4.1
(was: 5.1.0 GA)
(was: 5.2.0 ER1)
(was: 5.2.0.ER2)
(was: 5.2.0.ER3)
(was: 5.2.0.ER4)
(was: 5.2.0.ER5)
(was: 5.2.0.ER6)
Component/s: Documentation
(was: Documentation)
Security: (was: Public)
Missing paren invalidates code example in EDS documentation
-----------------------------------------------------------
Key: TEIID-1844
URL:
https://issues.jboss.org/browse/TEIID-1844
Project: Teiid
Issue Type: Bug
Components: Documentation
Affects Versions: 7.1.1, 7.4.1
Environment: JBoss Enterprise Data Services Platform 5.1.0, JBoss Enterprise Data
Services Platform 5.2.0
Reporter: Johnathon Lee
Assignee: Van Halbert
From:
http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Data_Services/5/html/D...
Section 2.2.1, example 2.2
/*+ cache(pref_mem ttl:60000 */ select col from t
is missing a right paren and should read:
/*+ cache(pref_mem ttl:60000) */ select col from t
Copying this example from the docs will cause the cache hint to be invalidated.
--
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