[jboss-cvs] jboss-portal/cms/src/main/org/jboss/portal/cms/impl/jcr/ha ...

Julien Viet julien at jboss.com
Tue Jul 11 17:58:57 EDT 2006


  User: julien  
  Date: 06/07/11 17:58:57

  Modified:    cms/src/main/org/jboss/portal/cms/impl/jcr/ha  HAJCRCMS.java
  Log:
  make the portlet app deployer auto create instances only if it is the singleton on the cluster
  
  Revision  Changes    Path
  1.5       +6 -1      jboss-portal/cms/src/main/org/jboss/portal/cms/impl/jcr/ha/HAJCRCMS.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HAJCRCMS.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/cms/src/main/org/jboss/portal/cms/impl/jcr/ha/HAJCRCMS.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- HAJCRCMS.java	26 May 2006 20:12:06 -0000	1.4
  +++ HAJCRCMS.java	11 Jul 2006 21:58:57 -0000	1.5
  @@ -32,7 +32,7 @@
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class HAJCRCMS extends JCRCMS implements HASingletonInvoker.Callback
   {
  @@ -86,6 +86,11 @@
         return super.execute(cmd);
      }
   
  +   public String getDisplayName()
  +   {
  +      return "HAJCRCMS";
  +   }
  +
      public void startSingleton()
      {
         try
  
  
  



More information about the jboss-cvs-commits mailing list