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

Julien Viet julien at jboss.com
Tue Jul 11 16:50:27 EDT 2006


  User: julien  
  Date: 06/07/11 16:50:27

  Modified:    core/src/resources/portal-core-sar  portal-aop.xml
  Log:
  - make cms cache work
  - improve portal object deployment in ha mode
  
  Revision  Changes    Path
  1.3       +8 -1      jboss-portal/core/src/resources/portal-core-sar/portal-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: portal-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-sar/portal-aop.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- portal-aop.xml	23 Jun 2006 16:31:03 -0000	1.2
  +++ portal-aop.xml	11 Jul 2006 20:50:27 -0000	1.3
  @@ -58,8 +58,15 @@
      </metadata>
      <metadata
         tag="transaction"
  +      class="org.jboss.portal.core.deployment.jboss.ObjectDeploymentFactory">
  +      <method name="createContextIfNotExist">
  +         <trans-attribute>Required</trans-attribute>
  +      </method>
  +   </metadata>
  +   <metadata
  +      tag="transaction"
         class="org.jboss.portal.core.deployment.jboss.PortletAppDeployment">
  -      <method name="createInstances">
  +      <method name="buildInstances">
            <trans-attribute>Required</trans-attribute>
         </method>
      </metadata>
  
  
  



More information about the jboss-cvs-commits mailing list