[teiid-issues] [JBoss JIRA] (TEIID-2638) CLI Scripts are incorrectly referencing the cache within the cache container, should reference cache container

Van Halbert (JIRA) jira-events at lists.jboss.org
Thu Aug 22 12:39:25 EDT 2013


Van Halbert created TEIID-2638:
----------------------------------

             Summary: CLI Scripts are incorrectly referencing the cache within the cache container, should reference cache container
                 Key: TEIID-2638
                 URL: https://issues.jboss.org/browse/TEIID-2638
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 8.4, 8.4.1
            Reporter: Van Halbert
            Assignee: Van Halbert


The domain and standalone cli scripts need to have the following lines corrected:

/profile=ha/subsystem=teiid:add(async-thread-pool=teiid-async, distributed-cache-jgroups-stack=udp, resultset-cache-infinispan-container=resultset-repl, preparedplan-cache-infinispan-container=preparedplan, policy-decider-module=org.jboss.teiid)


/subsystem=teiid:add(async-thread-pool=teiid-async, resultset-cache-infinispan-container=resultset, preparedplan-cache-infinispan-container=preparedplan, policy-decider-module=org.jboss.teiid)

so that the cache containers map to teiid-cache, and not the cache within the container.   This isn't seen in the standalone-teiid.xml, cause those settings to do point to the "teiid" cache container.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list