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

Julien Viet julien at jboss.com
Thu Aug 24 09:21:37 EDT 2006


  User: julien  
  Date: 06/08/24 09:21:37

  Modified:    core/src/resources/portal-core-sar  portal-aop.xml
  Log:
  updated the implementation of destroyClone to now destroy a list of ids and return the list of non destroyed ids. updated the InstanceContainer accordingly
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- portal-aop.xml	3 Aug 2006 17:06:47 -0000	1.8
  +++ portal-aop.xml	24 Aug 2006 13:21:37 -0000	1.9
  @@ -92,7 +92,7 @@
         <method name="createClone">
            <trans-attribute>Required</trans-attribute>
         </method>
  -      <method name="destroyClone">
  +      <method name="destroyClones">
            <trans-attribute>Required</trans-attribute>
         </method>
         <method name="invoke">
  
  
  



More information about the jboss-cvs-commits mailing list