I think it is better if we can discuss these kinds of changes before we do the changes on the dev list....
Thanks, Ruwan On Wed, Oct 8, 2008 at 9:01 AM, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > Indika > >> Author: indika >> Date: Tue Sep 23 11:26:08 2008 >> New Revision: 698269 >> >> URL: http://svn.apache.org/viewvc?rev=698269&view=rev >> Log: >> add stats collection meesage coming into synapse via prooxy services, >> synapse service and tasks Refactoring on stats code >> >> .... >> Modified: >> synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java >> URL: >> http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java?rev=698269&r1=698268&r2=698269&view=diff >> >> ============================================================================== >> --- >> synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java >> (original) >> +++ >> synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java >> Tue Sep 23 11:26:08 2008 >> @@ -69,7 +69,7 @@ >> public static final String TRACE_DISABLE = "disable"; >> /** The statistics attribute name */ >> - public static final String STATISTICS_ATTRIB_NAME = "statistics"; >> + public static final String STATISTICS_ATTRIB_NAME = "audit"; >> /** The statistics value 'enable' */ >> public static final String STATISTICS_ENABLE = "enable"; >> /** The statistics value 'disable' */ >> >> > The above change is not backwards compatible.. did you make this change > consciously or should we continue to support the previous attribute (or > support both?) Is the auditing different from the previous statistics > collection code we had.. we should ideally describe this change in a JIRA > > asankha > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
