Author: vikas
Date: Tue Jan 17 03:02:30 2006
New Revision: 369752
URL: http://svn.apache.org/viewcvs?rev=369752&view=rev
Log:
cleaning up and updating to work with the new client.
Modified:
incubator/synapse/trunk/java/src/sampleMediators/deprecation/META-INF/deprecation.xml
Modified:
incubator/synapse/trunk/java/src/sampleMediators/deprecation/META-INF/deprecation.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/src/sampleMediators/deprecation/META-INF/deprecation.xml?rev=369752&r1=369751&r2=369752&view=diff
==============================================================================
---
incubator/synapse/trunk/java/src/sampleMediators/deprecation/META-INF/deprecation.xml
(original)
+++
incubator/synapse/trunk/java/src/sampleMediators/deprecation/META-INF/deprecation.xml
Tue Jan 17 03:02:30 2006
@@ -1,23 +1,11 @@
-<!-- The time format is d/m/y:H:m and its with respect to UTC.
+<!-- The time format is dd/mm/yyyy:H:m and its with respect to UTC.
TimeZone is that of the system, offset from UTC is calculated internally -->
<deprecationConfig>
- <deprecationService Id="http://64.124.140.30:9090/soap">
- <parameterSet>
- <deprecationFromdate>16/10/2005:00:00</deprecationFromdate>
- <deprecationTodate>15/11/2005:00:00</deprecationTodate>
- <deprecationEnabled>true</deprecationEnabled>
- </parameterSet>
+ <deprecationService Id="http://www.webservicex.net/stockquote.asmx">
<parameterSet>
<deprecationFromdate>06/09/2005:00:00</deprecationFromdate>
- <deprecationTodate>07/12/2006:00:00</deprecationTodate>
+ <deprecationTodate>07/02/2006:00:00</deprecationTodate>
<deprecationEnabled>true</deprecationEnabled>
- </parameterSet>
- </deprecationService>
- <deprecationService Id="http://localhost:8080/notDeprecated">
- <parameterSet>
- <deprecationFromdate>06/09/2005:00:00</deprecationFromdate>
- <deprecationTodate>26/12/2005:00:00</deprecationTodate>
- <deprecationEnabled>false</deprecationEnabled>
</parameterSet>
</deprecationService>
</deprecationConfig>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]