You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/04 20:41:26 UTC

svn commit: r633604 - /webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Author: dims
Date: Tue Mar  4 11:41:24 2008
New Revision: 633604

URL: http://svn.apache.org/viewvc?rev=633604&view=rev
Log:
allow users to plugin a custom attachments lifecycle manager

Modified:
    webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?rev=633604&r1=633603&r2=633604&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Tue Mar  4 11:41:24 2008
@@ -30,6 +30,10 @@
     <!--parameter name="cacheAttachments">true</parameter>
     <parameter name="attachmentDIR"></parameter>
     <parameter name="sizeThreshold">4000</parameter-->
+    
+    <!--Uncomment if you want to plugin your own attachments lifecycle implementation -->
+    <!--<attachmentsLifecycleManager class="org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl"/>-->
+
 
     <!--Uncomment if you want to enable the reduction of the in-memory cache of WSDL definitions -->
     <!--In some server environments, the available memory heap is limited and can fill up under load -->



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org