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

Julien Viet julien at jboss.com
Sun Jul 30 08:36:22 EDT 2006


  User: julien  
  Date: 06/07/30 08:36:22

  Modified:    core/src/resources/portal-core-sar  portal-aop.xml
  Log:
  JBPORTAL-973 : Portlet instance container integration testing
  JBPORTAL-972 : Portlet stateful invoker testing
  
  Revision  Changes    Path
  1.7       +13 -0     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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- portal-aop.xml	19 Jul 2006 12:08:12 -0000	1.6
  +++ portal-aop.xml	30 Jul 2006 12:36:22 -0000	1.7
  @@ -86,4 +86,17 @@
            <trans-attribute>Required</trans-attribute>
         </method>
      </metadata>
  +   <metadata
  +      tag="transaction"
  +      class="org.jboss.portal.core.impl.portlet.state.StatefulPortletInvoker">
  +      <method name="createClone">
  +         <trans-attribute>Required</trans-attribute>
  +      </method>
  +      <method name="destroyClone">
  +         <trans-attribute>Required</trans-attribute>
  +      </method>
  +      <method name="invoke">
  +         <trans-attribute>Required</trans-attribute>
  +      </method>
  +   </metadata>
   </aop>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list