[jboss-cvs] jboss-portal/core/src/resources/portal-cms-sar/META-INF ...

Julien Viet julien at jboss.com
Fri Aug 18 05:38:05 EDT 2006


  User: julien  
  Date: 06/08/18 05:38:05

  Modified:    core/src/resources/portal-cms-sar/META-INF 
                        jboss-service.xml
  Log:
  correct class name of HASingletonInvoker
  
  Revision  Changes    Path
  1.43      +2 -2      jboss-portal/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- jboss-service.xml	20 Jul 2006 23:48:39 -0000	1.42
  +++ jboss-service.xml	18 Aug 2006 09:38:05 -0000	1.43
  @@ -188,7 +188,7 @@
         name="portal:service=ProxyFactory,type=CMS">
         <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=jrmp</depends>
         <attribute name="TargetName">portal:service=CMS</attribute>
  -      <attribute name="ExportedInterfaces">org.jboss.portal.cms.ha.HASingletonInvokerMBean$Proxy</attribute>
  +      <attribute name="ExportedInterfaces">org.jboss.portal.jems.ha.HASingletonInvokerMBean$Proxy</attribute>
         <attribute name="InvokeTargetMethod">true</attribute>
         <attribute name="ClientInterceptors">
           <interceptors>
  @@ -199,7 +199,7 @@
      </mbean>
   
      <mbean
  -      code="org.jboss.portal.cms.ha.HASingletonInvoker"
  +      code="org.jboss.portal.jems.ha.HASingletonInvoker"
         name="portal:service=HASingletonInvoker,type=CMS">
         <depends>jboss:service=DefaultPartition</depends>
         <attribute name="RetryWaitingTimeMS">2000</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list