Hide Forgot
Help Desk Ticket Reference: https://na7.salesforce.com/500A0000005ezKT project_key: JBEPP In order to change the jgroups configuration for the cache instances created by PicketLink to use a different stack (for instance to switch to TCP), it would be nice to support the following configuration in conf/organization/picketlink-idm/jboss-cache-cluster.xml: <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-cluster"> <jgroupsConfig multiplexerStack="jcr.stack.tcp" /> </clustering> But this will only work if setMuxChannelFactory is called as in http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache/ExoJBossCacheFactory.java. Otherwise, the full notation (<jgroupsConfig><TCP ...the full stack config/></jgroupsConfig>) would need to be repeated in the config file.
Link: Added: This issue related JBEPP-736
Link: Added: This issue depends GTNPORTAL-1853
Some work related to this issue was commited as part of GTNPORTAL-1853 https://fisheye.jboss.org/changelog/gatein?cs=6168 Still Martin reported that things are not picked up properly, but there is workaround available on the config level. I guess we could pospone this one after 5.1.1?
Link: Added: This issue is related to JBEPP-935
This needs further investigation and we may not be able to look at it at the moment.
Link: Added: This issue is related to JBEPP-1210
Link: Added: This issue relates to JBEPP-1210
Release Notes Text: Added: Now we are using shared transport for jgroups instead of multiplexer. it's possible to use multiplexer if needed, but not recommended. This has been fixed in rev7870 with fix to JBEPP-1210
Release Notes Docs Status: Added: Not Required