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

Julien Viet julien at jboss.com
Thu Jul 20 19:48:39 EDT 2006


  User: julien  
  Date: 06/07/20 19:48:39

  Modified:    core/src/resources/portal-core-sar/META-INF 
                        jboss-service.xml
  Log:
  more flexibility in command factories : PortalObjectCommandFactory and CMSObjectCommandFactory do not extend the delegate. Rather the delegate command factory is used standalone to delegate then
  
  Revision  Changes    Path
  1.134     +13 -3     jboss-portal/core/src/resources/portal-core-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-core-sar/META-INF/jboss-service.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -b -r1.133 -r1.134
  --- jboss-service.xml	19 Jul 2006 12:08:12 -0000	1.133
  +++ jboss-service.xml	20 Jul 2006 23:48:39 -0000	1.134
  @@ -548,13 +548,23 @@
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
         <xmbean/>
  +      <depends
  +         optional-attribute-name="Container"
  +         proxy-type="attribute">portal:container=PortalObject</depends>
  +   </mbean>
  +   <mbean
  +      code="org.jboss.portal.core.command.mapper.CommandFactoryDelegate"
  +      name="portal:commandFactory=Delegate,prefix=portal"
  +      xmbean-dd=""
  +      xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
  +      <xmbean/>
         <attribute name="Prefix">portal</attribute>
         <depends
  -         optional-attribute-name="Factory"
  +         optional-attribute-name="DelegatingFactory"
            proxy-type="attribute">portal:commandFactory=Delegating</depends>
         <depends
  -         optional-attribute-name="Container"
  -         proxy-type="attribute">portal:container=PortalObject</depends>
  +         optional-attribute-name="DelegateFactory"
  +         proxy-type="attribute">portal:commandFactory=PortalObject</depends>
      </mbean>
   
      <!-- URL factories -->
  
  
  



More information about the jboss-cvs-commits mailing list