Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Test Results - JKU

> * When selecting refresh on a VO in the "Grid Projects" view, all
> entries disappear.

Ok, that was bug 245246:
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=245246

I committed a fix for that one, the problem was there since the change to 
ProjectVo most probably, we were calling #refresh() on the ProjectVo 
itself which was causing it to delete all the children which means loosing 
its ResourceCategoryContainers (which are only generated at instanciation 
time).

Please test that it works for you.

However i am still not happy in the sense that the "refresh" doesn't force 
a reload of the VO info from the info system, but that happens (and was 
already the case before) also for the subnodes "Computing" "Storage" etc.

Cheers, Ariel


Back to the top