[jboss-jira] [JBoss JIRA] (WFLY-3175) Create non-clustered implementations of org.wildfly.clustering.api services

Paul Ferraro (JIRA) issues at jboss.org
Wed Mar 26 18:16:13 EDT 2014


Paul Ferraro created WFLY-3175:
----------------------------------

             Summary: Create non-clustered implementations of org.wildfly.clustering.api services
                 Key: WFLY-3175
                 URL: https://issues.jboss.org/browse/WFLY-3175
             Project: WildFly
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: 8.0.0.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
             Fix For: 9.0.0.CR1


There are several reasons to do this:
* The implementations are very simple
* An application that uses the public clustering api will can still deploy and function in a non-clustered environment
* We no longer need to use OPTIONAL dependencies in the web and ejb clustering layers

The clustering services would now be installed from a DUP within the infinispan subsystem instead of the jgroups subsystem.
If a cache container defines a transport, then the clustered version of the channel-based service is installed, otherwise the local version will be installed.
If a cache is clustered, then the clustered version of the cache-based services is installed, otherwise a local version will be installed.

--
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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list