Bug 1330048
| Summary: | JDG remote cache translator (DSL) - In predicate does not support more than 1024 values | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Juraj Duráni <jdurani> |
| Component: | Teiid | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Juraj Duráni <jdurani> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.3.0 | CC: | aszczucz, blafond, jdurani, jolee, mbaluch, thauser, vhalbert |
| Target Milestone: | ER4 | ||
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-24 11:40:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1340504 | ||
| Bug Blocks: | |||
|
Description
Juraj Duráni
2016-04-25 10:47:30 UTC
Van Halbert <vhalbert> updated the status of jira TEIID-4166 to Coding In Progress I wasn't able to duplicate this (using similar query as above) when using annotated pojo with the following config:
<resource-adapter id="infinispanLocalMatQS">
<module slot="6" id="org.jboss.teiid.resource-adapter.infinispan"/>
<transaction-support>NoTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.infinispan.InfinispanManagedConnectionFactory" jndi-name="java:/infinispanLocalMat" enabled="true" use-java-context="true" pool-name="infinispanLocalMat">
<config-property name="ConfigurationFileNameForLocalCache">
${jboss.home.dir}/standalone/configuration/infinispan_persistent_mat_config.xml
</config-property>
<config-property name="StagingCacheName">
local-quickstart-mat-staging-cache
</config-property>
<config-property name="AliasCacheName">
aliasCache
</config-property>
<config-property name="CacheTypeMap">
local-quickstart-mat-cache:com.client.quickstart.pojo.Stock;productId
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
We do not use annotated POJOs.
Here is my configuration. If you need I can provide you more information (e.g. pojo).
<resource-adapter id="infinispan-remote-cache-ds">
<module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
<transaction-support>LocalTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.infinispan.dsl.InfinispanManagedConnectionFactory" jndi-name="java:/infinispanRemoteDSL" enabled="true" use-java-context="true" pool-name="infinispan-remote-cache-ds">
<config-property name="MessageDescriptor">
org.jboss.qe.jdg.remote.protobuf.SmallA
</config-property>
<config-property name="MessageMarshallers">
org.jboss.qe.jdg.pojo.SmallA:org.jboss.qe.jdg.remote.marshaller.SmallAMarshaller
</config-property>
<config-property name="Module">
org.jboss.qe.jdg.pojos
</config-property>
<config-property name="ProtobufDefinitionFile">
/org/jboss/qe/jdg/remote/protobuf/SmallA.proto
</config-property>
<config-property name="RemoteServerList">
dvqe01.mw.lab.eng.bos.redhat.com:11322
</config-property>
<config-property name="CacheTypeMap">
smallARemotecache:org.jboss.qe.jdg.pojo.SmallA;intKey
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
Van Halbert <vhalbert> updated the status of jira TEIID-4166 to Open Steven Hawkins <shawkins> updated the status of jira TEIID-4166 to Resolved Steven Hawkins <shawkins> updated the status of jira TEIID-4166 to Closed |