smmf / cloudtm-jboss-modules

Jboss Modules for the Cloud-TM Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudtm-jboss-modules

JBoss Modules for the Cloud-TM Platform to be installed in Torquebox.

  1. Update the infinispan module

    Copy the folder modules/org/infinispan/main in the same folder of the JBoss directory in your Torquebox installation.

  2. Update the JGroups module

    Copy the folder modules/org/jgroups/main in the same folder of the JBoss directory in your Torquebox installation.

  3. Create the Clearspring module

    Copy the folder modules/com/clearspring in the same folder of the JBoss directory in your Torquebox installation.

  4. Add the Hibernate OGM module

    Copy the folder modules/org/hibernate in the same folder of the JBoss directory in your Torquebox installation.

  5. In your Torquebox directory edit the configuration file jboss/standalone/configuration/standalone-ha.xml and add the SEQUENCER and tom.TOA protocols to the TCP and UDP stacks. The protocols must be between GMS and UFC, i.e.

< protocol type='pbcast.GMS'/>

< protocol type='SEQUENCER'/>

< protocol type='tom.TOA'/>

< protocol type='UFC'/>

About

Jboss Modules for the Cloud-TM Platform