gdamour 2005/12/21 09:21:48 Modified: etc project.properties Log:
GERONIMO-1397 Clustering of SFSB First step of many others to add the clustering of SFSB. This check-in adds the following features: * definition of an EJBClusterManager, which abstracts an EJB Cluster node; * this EJB cluster node is a standard GBean (the default or WADI implementation is DefaultEJBClusterManager); * in an openejb-jar.xml DD, a SFSB can declare a reference to this node via the ejb-cluster-reference element; * when the SFSB container is started, the EJB cluster node notifies the cluster that it is running a specific SFSB container; * when a clustered SFSB InstanceContext is created, an array of nodes running the container of this SFSB is associated to the InstanceContext. Note that this array of nodes is updated upon start-up of a clustered SFSB container or upon node failure; * this array of nodes capable of running the created SFSB is propagated to clients. Actually, this array is propagated at each EJB invocation. Revision Changes Path 1.71 +2 -1 openejb/etc/project.properties Index: project.properties =================================================================== RCS file: /home/projects/openejb/scm/openejb/etc/project.properties,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- project.properties 14 Dec 2005 13:31:31 -0000 1.70 +++ project.properties 21 Dec 2005 14:21:48 -0000 1.71 @@ -84,6 +84,7 @@ asm_version=1.4.3 axion_version=1.0-M3-dev axis_version=1.3 +backport_util_concurrent_version=2.0_01_pd cglib_version=2.1_3 castor_version=0.9.5.3 commons_beanutils_version=1.6.1
