[jboss-cvs] JBossAS SVN: r61664 - branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 25 10:44:26 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-25 10:44:26 -0400 (Sun, 25 Mar 2007)
New Revision: 61664

Modified:
   branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java
Log:
[EJBTHREE-924] Add a default value for partition.

Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java	2007-03-25 14:37:36 UTC (rev 61663)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java	2007-03-25 14:44:26 UTC (rev 61664)
@@ -32,7 +32,7 @@
 public class ClusteredImpl implements Clustered
 {
    private Class loadBalancePolicy = LoadBalancePolicy.class;
-   private String partition = null;
+   private String partition = "${jboss.partition.name:DefaultPartition}";
    
 
    public Class loadBalancePolicy()




More information about the jboss-cvs-commits mailing list