This actually looks OK to me, this how the scheduler works:
- the first time an item is queried, it gets delivered by the appropriate service and then
put to the cache
- when the scheduler invokes the job to update the content of the cache, only the items
ALREADY in the cache will be reloaded
In your case, for some reason, there is 0 item in the cache, that's why the update job
is completed in 0 seconds.
So, the question: how can be 0 items in your cache? What happens the first time when you
display the appropriate SVN portlet? Can you see the repo processed and the result put to
the cache?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960313#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...