[JBoss JIRA] (TEIID-4976) criteria duplicated when criteria includes the same columns as dependent join criteria
by Marc Shirley (JIRA)
Marc Shirley created TEIID-4976:
-----------------------------------
Summary: criteria duplicated when criteria includes the same columns as dependent join criteria
Key: TEIID-4976
URL: https://issues.jboss.org/browse/TEIID-4976
Project: Teiid
Issue Type: Bug
Affects Versions: 8.7.11.6_2
Reporter: Marc Shirley
Assignee: Steven Hawkins
Submitting a query that uses the same column for the join condition and criteria results in the criteria being duplicated on the dependent side of the join.
For example:
SELECT * FROM A, B
WHERE B.id = A.id AND A.id IN ('1','2','3') OPTION MAKEDEP B;
Results in the dependent side query looking like:
SELECT ... FROM B WHERE B.id IN ('1','2','3') AND B.id IN ('1','2','3');
This looks to have already been resolved in later versions, but I was not able to find the original JIRA that would have addressed this issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (TEIID-4904) Add support for identify security to the infinispan connector
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4904?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-4904:
------------------------------------
I've confirmed to work using the following:
Teiid server config:
{code}
<resource-adapter id="ispnStockMat">
<module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.hotrod"/>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.infinispan.hotrod.InfinispanManagedConnectionFactory" jndi-name="java:/infinispanStockMat" enabled="true" use-java-context="true" pool-name="infinispanPersonMat">
<config-property name="RemoteServerList">
127.0.0.1:11322
</config-property>
<config-property name="UserName">
teiidUser
</config-property>
<config-property name="Password">
redhat1!
</config-property>
<config-property name="SaslMechanism">
DIGEST-MD5
</config-property>
<config-property name="AuthenticationRealm">
ApplicationRealm
</config-property>
<config-property name="AuthenticationServerName">
myhotrodserver
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
{code}
JDG config:
{code}
<hotrod-connector socket-binding="hotrod" cache-container="local">
<topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/>
<authentication security-realm="ApplicationRealm">
<sasl server-name="myhotrodserver" mechanisms="DIGEST-MD5" qop="auth" />
</authentication>
</hotrod-connector>
{code}
> Add support for identify security to the infinispan connector
> -------------------------------------------------------------
>
> Key: TEIID-4904
> URL: https://issues.jboss.org/browse/TEIID-4904
> Project: Teiid
> Issue Type: Enhancement
> Components: Infinispan
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Blocker
> Fix For: 10.0, 8.12.x-6.4
>
>
> Add support for identify secuirty to the new infinispan connector/translator. This is needed for openshift.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (TEIID-4966) Infinite loop when deploying a malformed vdb
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4966?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4966:
---------------------------------------
[~rareddy] do you want to investigate it further, lower the priority, or kick it over to WildFly?
> Infinite loop when deploying a malformed vdb
> ---------------------------------------------
>
> Key: TEIID-4966
> URL: https://issues.jboss.org/browse/TEIID-4966
> Project: Teiid
> Issue Type: Bug
> Environment: * WildFly 10
> * Teiid Server 9.3.0
> Reporter: Pedro Inácio
> Assignee: Steven Hawkins
>
> Deploy a malformed vdb. Example with closing comment (--) but without a open comment (!--).
> The following error start to appear in logs without end.
> Deploying a correctly formed VDB after does not fix the problem.
> Log extract;
> 2017-06-22 17:46:48,971 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0035: Scan found countryServiceList-vdb.xml which is not well-formed at lineNumber: 3591, columnNumber: 9. Either the file was incompletely copied at the time of the scanning or it is just wrong.
> .....
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (TEIID-4971) Infinispan Hotrod can't access remote instance
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4971?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4971:
-------------------------------------
It is duplicate, the product semantics can be handled in the bugzilla
> Infinispan Hotrod can't access remote instance
> ----------------------------------------------
>
> Key: TEIID-4971
> URL: https://issues.jboss.org/browse/TEIID-4971
> Project: Teiid
> Issue Type: Bug
> Components: JDG Connector
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Priority: Blocker
>
> The Infinispan Hotrod connector writes to jdg's internal cache, which can't be accessed from remote hosts if the cache container is not secured and the user accessing the internal cache doesn't have specific privileges.
> User can't authenticate via resource-adapter currently, enhancement TEIID-4904 is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (TEIID-4971) Infinispan Hotrod can't access remote instance
by Jan Stastny (JIRA)
[ https://issues.jboss.org/browse/TEIID-4971?page=com.atlassian.jira.plugin... ]
Jan Stastny commented on TEIID-4971:
------------------------------------
[~shawkins] TEIID-4904 will resolve this bug.
I wouldn't mark this as duplicate of it, just because the TEIID-4904 is enhancement and this a bug.
> Infinispan Hotrod can't access remote instance
> ----------------------------------------------
>
> Key: TEIID-4971
> URL: https://issues.jboss.org/browse/TEIID-4971
> Project: Teiid
> Issue Type: Bug
> Components: JDG Connector
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Priority: Blocker
>
> The Infinispan Hotrod connector writes to jdg's internal cache, which can't be accessed from remote hosts if the cache container is not secured and the user accessing the internal cache doesn't have specific privileges.
> User can't authenticate via resource-adapter currently, enhancement TEIID-4904 is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (TEIID-4971) Infinispan Hotrod can't access remote instance
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4971?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4971:
---------------------------------------
Can this just be resolved as a duplicate of TEIID-4904, or is there more expected?
> Infinispan Hotrod can't access remote instance
> ----------------------------------------------
>
> Key: TEIID-4971
> URL: https://issues.jboss.org/browse/TEIID-4971
> Project: Teiid
> Issue Type: Bug
> Components: JDG Connector
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Priority: Blocker
>
> The Infinispan Hotrod connector writes to jdg's internal cache, which can't be accessed from remote hosts if the cache container is not secured and the user accessing the internal cache doesn't have specific privileges.
> User can't authenticate via resource-adapter currently, enhancement TEIID-4904 is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months