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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]