Bug 1005270
| Summary: | Need to add working sample cluster configuration files for SOA6 RT Gov | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | RT Governance | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED UPSTREAM | QA Contact: | Matej Melko <mmelko> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | soa-p-jira |
| Target Milestone: | --- | ||
| Target Release: | FUTURE | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The product lacks a working sample cluster configuration file for RTGov. As a result, users do not have an example to study or use.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:28:28 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
Len DiMaggio
2013-09-06 14:39:16 UTC
The following changes can be made, to include a pre-configured cache container and cache for 'Principals':
overlord-rtgov.properties: Uncomment the infinispan.container property, with the following value,
infinispan.container=java:jboss/infinispan/container/rtgov
standalone-full.xml: include the following cache container in the infinispan subsystem,
<cache-container name="rtgov" jndi-name="java:jboss/infinispan/container/rtgov" start="EAGER">
<local-cache name="Principals">
<transaction mode="NONE"/>
<eviction strategy="NONE"/>
</local-cache>
</cache-container>
standalone-full-ha.xml: include the following cache container in the infinispan subsystem,
<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>
If this change is applied to the product, then doc team need to be informed, so that they can reference it if necessary as an example.
Note: the policy sync quickstart has an issue with the clustered cache (https://bugzilla.redhat.com/show_bug.cgi?id=1017304) - it doesn't block this issue from being applied, but just means the policy sync quickstart cannot be used until the other issue is resolved. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |