Why fake one when it's just as easy to have a real one. As I've said on the list before create a webpage and call it from Hudson. If you really what to use a periodic executor then just use url.getContent() in the executor.
On Mon, Oct 14, 2013 at 12:25 PM, Dimitris Zenios <dimitris.zen...@gmail.com > wrote: > Hello everyone > > I am trying to create some links to a tapestry page inside a periodic > executor runnable.I am using pageRenderLinkSource to create the urls but it > throws an exception when trying to construct the url since Request is > null.I know where the problem is (Request is null since periodic executor > does not have a valid Request object to use and create the url) > > My question is did anyone else wanted to create page links inside periodic > executor or in cases where a request is null.If yes how did you fixed this? > > I was thinking of setting a fake servlet request and set to globals but i > dont know if this is the preferred way > > Any solution? > > Best Regards > Dimitris Zenios >