You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2007/10/26 06:12:41 UTC

svn commit: r588512 - /webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java

Author: ruwan
Date: Thu Oct 25 21:12:41 2007
New Revision: 588512

URL: http://svn.apache.org/viewvc?rev=588512&view=rev
Log:
Fixing the missed attribute in the task language documentation

Modified:
    webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java

Modified: webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java?rev=588512&r1=588511&r2=588512&view=diff
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java (original)
+++ webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/startup/quartz/SimpleQuartzFactory.java Thu Oct 25 21:12:41 2007
@@ -39,7 +39,7 @@
  *  <property name="xmlProp">
  *   <somexml>config</somexml>
  *  </property>
- *  <trigger ([[count="10"]? interval="1000"] | [cron="0 * 1 * * ?"])/>
+ *  <trigger ([[count="10"]? interval="1000"] | [cron="0 * 1 * * ?"] | [once=(true | false)])/>
  * </task>
  */
 public class SimpleQuartzFactory implements StartupFactory {



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