Eugen,
you said you have a velocity page, say accessible at
http://server/xwiki/bin/iview/MyScheduler/Velo
what I was telling is that you should be able to get its execution from groovy with
new URL("http://server/xwiki/bin/iview/MyScheduler/Velo").getContent()
and, if you needed secure access for that execution you could request
new
URL("http://admin:psps@server/xwiki/bin/iview/MyScheduler/Velo").getContent()
provided the user admin has password psps.
paul
On 24 oct. 2010, at 17:13, Eugen Colesnicov wrote:
Paul, can you give exactly example? What I should write in a scheduler field
- "Job script"?