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

Julien Viet julien at jboss.com
Thu Aug 3 13:06:47 EDT 2006


  User: julien  
  Date: 06/08/03 13:06:47

  Modified:    core/src/resources/portal-core-sar  portal-aop.xml
  Log:
  - make an instance creation faillure not prevent the creational of other instances
  - removed theme portlet as it changes the theme globally and is rather confusing as we have the new feature of having per user theme configuration in the profile
  
  Revision  Changes    Path
  1.8       +1 -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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- portal-aop.xml	30 Jul 2006 12:36:22 -0000	1.7
  +++ portal-aop.xml	3 Aug 2006 17:06:47 -0000	1.8
  @@ -66,7 +66,7 @@
      <metadata
         tag="transaction"
         class="org.jboss.portal.core.deployment.jboss.PortletAppDeployment">
  -      <method name="buildInstances">
  +      <method name="createInstance">
            <trans-attribute>Required</trans-attribute>
         </method>
      </metadata>
  
  
  



More information about the jboss-cvs-commits mailing list