Bug 1017304

Summary: Policy sync quickstart fails when using clustered cache
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Gary Brown <gbrown>
Component: RT GovernanceAssignee: Gary Brown <gbrown>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Pechanec <jpechane>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: atangrin, soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 15:26:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gary Brown 2013-10-09 15:24:37 UTC
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:

Comment 1 JBoss JIRA Server 2013-10-09 17:04:41 UTC
Gary Brown <gary> updated the status of jira RTGOV-292 to Resolved

Comment 2 Jiri Pechanec 2014-01-07 12:12:04 UTC
Verified in ER8

Comment 3 JBoss JIRA Server 2014-07-02 09:18:42 UTC
Gary Brown <gary> updated the status of jira RTGOV-292 to Closed