[
https://issues.jboss.org/browse/TEIID-1439?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-1439.
---------------------------------
Resolution: Done
The Materialization and Result Set caches both defined as resultset cache type, however in
the JBoss cache, cache type was being used also as cache location, thus they shared same
cache location. However, one defined as Expiration cache and another as LRU, thus when the
cache location accessed as LRU the above issue re-surfaced, since the expiration key still
exists in keyset.
To correct the issue, the cache type, location are decoupled such location can be
configured independent of the type.
Adminshell/API - sequence of datasource creation/VDB deployment and
queries results in deployment error
-------------------------------------------------------------------------------------------------------
Key: TEIID-1439
URL:
https://issues.jboss.org/browse/TEIID-1439
Project: Teiid
Issue Type: Bug
Components: AdminApi, Server
Affects Versions: 7.1.1
Reporter: Len DiMaggio
Assignee: Ramesh Reddy
Priority: Blocker
Fix For: 7.1.1, 7.3
Attachments: DeployTest.groovy, server.log_DEBUG_deploy, server.log_TRACE_deploy,
weather-ds.xml, weather-vdb.xml
See attached standalone adminshell/adminAPI test - this is a new problem in ER7.
A sequence of 2 iterations of: datasource creation/VDB deployment and queries results in
this error:
DEPLOYMENTS IN ERROR:
Deployment
"vfsfile:/jboss/local/51_ER7/jboss-soa-p-5/jboss-as/server/production/deploy/weather-vdb.xml"
is in error due to the following reason(s): java.lang.ClassCastException: java.lang.String
cannot be cast to org.teiid.dqp.internal.process.SessionAwareCache$CacheID
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira