[JBoss JIRA] Closed: (TEIID-1439) Adminshell/API - sequence of datasource creation/VDB deployment and queries results in deployment error
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1439?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-1439.
---------------------------------
> 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
13 years, 7 months
[JBoss JIRA] Created: (TEIID-1498) Incorrect rewrite of not disjunctive criteria
by Steven Hawkins (JIRA)
Incorrect rewrite of not disjunctive criteria
----------------------------------------------
Key: TEIID-1498
URL: https://issues.jboss.org/browse/TEIID-1498
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 7.4
The rewrite of a condition such as "not((a or b) AND c)" with a,b,c predicates where c a is predicate that is negatable, such as col1 = 1. The result should have the negated form of col1 <> 1, but instead has col1 = 1. This is because the col1 = 1 predicate is repeated in the result, but not cloned and the rewriter modifies the same instance.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (TEIID-1489) Teiid assumes fqns in transformations, but they are no longer required to be there
by Steven Hawkins (JIRA)
Teiid assumes fqns in transformations, but they are no longer required to be there
----------------------------------------------------------------------------------
Key: TEIID-1489
URL: https://issues.jboss.org/browse/TEIID-1489
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 7.4
It looks like with the uuid refactoring we no long maintain that the designer indexed transformations will contain only fully qualified group names.
This will cause a good deal of problems at runtime as partially qualified names are subject to visibility rules and can conflict with session level tables.
I would prefer to address this on the teiid though better metadata logic, rather than requiring fqns in transformation queries.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months