[overlord-issues] [JBoss JIRA] (RTGOV-292) Policy sync quickstart fails with clustered cache

Gary Brown (JIRA) jira-events at lists.jboss.org
Wed Oct 9 11:33:02 EDT 2013


Gary Brown created RTGOV-292:
--------------------------------

             Summary: Policy sync quickstart fails with clustered cache
                 Key: RTGOV-292
                 URL: https://issues.jboss.org/browse/RTGOV-292
             Project: RTGov (Run Time Governance)
          Issue Type: Bug
            Reporter: Gary Brown
            Assignee: Gary Brown
             Fix For: 2.0.0.M1


Clustered cache causes the following exception:

Caused by: java.lang.RuntimeException: [Error: cm.lock("Principals", customer): Cannot create a transactional context without a valid Transaction instance.]
[Near : {... String customer=event.properti ....}]
             ^
[Line: 1, Column: 1]

The cache container configuration is:

            <cache-container name="rtgov" jndi-name="java:jboss/infinispan/container/rtgov" start="EAGER">
                <transport lock-timeout="60000"/>
                <replicated-cache name="Principals" mode="SYNC">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="FULL_XA" locking="PESSIMISTIC"/>
                </replicated-cache>
            </cache-container>

and the overlord-rtgov.properties is updated to uncomment the infinispan.container property and point it to "java:jboss/infinispan/container/rtgov"


--
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 overlord-issues mailing list