2008/5/7 pratibhaG <[EMAIL PROTECTED]>: > > Gert, > > The error I got earlier was a fatal error: there should be ; after period. I > think it was because I was using & inbetween. now I tried this > <from uri="timer://tutorial?fixedRate=true period=10000"/> > Now I got rid of the error.
You need & to add multiple arguments - but in XML this is escaped to & try <from uri="timer://tutorial?fixedRate=true&period=10000"/> -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
