Bug 325721 - Add an example for setting up server-side failover tolerance
Summary: Add an example for setting up server-side failover tolerance
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 4.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact: Eike Stepper CLA
URL:
Whiteboard: Appealing to a Broader Community
Keywords: noteworthy
Depends on: 203167 325928
Blocks:
  Show dependency tree
 
Reported: 2010-09-20 05:01 EDT by Eike Stepper CLA
Modified: 2011-06-23 03:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2010-09-20 05:01:59 EDT
Bug 203167 added failover support for repositories. A code example is missing...
Comment 1 Eike Stepper CLA 2010-09-20 05:03:43 EDT
I've added two main() methods to the org.eclipse.emf.cdo.examples plugin:

org.eclipse.emf.cdo.examples.server.FailOverExample.InitialMaster.main(String[])
org.eclipse.emf.cdo.examples.server.FailOverExample.InitialBackup.main(String[])
Comment 2 Eike Stepper CLA 2010-09-20 05:04:40 EDT
Note that you need to have latest sources (as of now) for this example to compile!

Committed to HEAD
Comment 3 Eike Stepper CLA 2011-06-23 03:39:16 EDT
Available in R20110608-1407