[teiid-issues] [JBoss JIRA] (TEIID-4896) Two VDB's referencing same teiid_ispn:cache is not using the same cache

Van Halbert (JIRA) issues at jboss.org
Tue May 9 15:45:00 EDT 2017


Van Halbert created TEIID-4896:
----------------------------------

             Summary: Two VDB's referencing same teiid_ispn:cache is not using the same cache
                 Key: TEIID-4896
                 URL: https://issues.jboss.org/browse/TEIID-4896
             Project: Teiid
          Issue Type: Bug
          Components: JDG Connector
    Affects Versions: 9.3.1
            Reporter: Van Halbert
            Assignee: Steven Hawkins


I have 2 VDB's where they both reference the same cache using OPTIONS property:
"teiid_ispn:cache" 'datasourceCache'

However, when I insert into one VDB, its not seen by the other VDB.

This was testing out the translators ability to use an already registered protobuf in Infinispan.

The first VDB (jdg-remote-cache-vdb.xml) was deployed and then inserted and selected the results.   This registered the protobuf.

The second VDB (jdg-remote-cache-registered-pb-vdb.xml) was then deployed and was expecting to be able to read the same cache.   The metadata was derived correctly, but it appears that one of the two are using the default cache, not the specified cache.

I'll attach the vdb's.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list