Description of problem: When using the clustered cache configuration, with the standalone-full-ha.xml configuration, the following exception occurs: 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" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Update standalone-full-ha.xml and overlord-rtgov.properties as above 2.Start the standalone-full-ha server 3.Deploy the ordermgmt, policy and sla quickstarts 4.Send example order Actual results: Expected results: Additional info:
Gary Brown <gary> updated the status of jira RTGOV-292 to Resolved
Verified in ER8
Gary Brown <gary> updated the status of jira RTGOV-292 to Closed