You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/03/23 10:23:29 UTC

svn commit: r757359 - /servicemix/smx4/features/trunk/examples/simple/groovy.xml

Author: ffang
Date: Mon Mar 23 09:23:26 2009
New Revision: 757359

URL: http://svn.apache.org/viewvc?rev=757359&view=rev
Log:
[SMX4-260]also specify the simple trigger name used in groovy.xml to distingush that used in the quartz.xml

Modified:
    servicemix/smx4/features/trunk/examples/simple/groovy.xml

Modified: servicemix/smx4/features/trunk/examples/simple/groovy.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/simple/groovy.xml?rev=757359&r1=757358&r2=757359&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/simple/groovy.xml (original)
+++ servicemix/smx4/features/trunk/examples/simple/groovy.xml Mon Mar 23 09:23:26 2009
@@ -35,7 +35,7 @@
 
     <quartz:endpoint service="b:service" endpoint="endpoint" targetService="b:receiver">
        <quartz:trigger>
-          <quartz:simple repeatCount="500" repeatInterval="1000" startDelay="2000" />
+          <quartz:simple name="groovy-trigger" repeatCount="500" repeatInterval="1000" startDelay="2000" />
        </quartz:trigger>
     </quartz:endpoint>