]
RH Bugzilla Integration commented on RTGOV-292:
-----------------------------------------------
Julian Coleman <jcoleman(a)redhat.com> changed the Status of [bug
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: