Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Problem with getChildInfo

Hi,
 
 
 
Here is the text from the report:
How the problem manifests itself:
After having added an update site (in the publishing wizard), the list of
available update sites is not always updated correctly.

To trigger the problem:
- add an update site, if it does not show in the list, go back and forth in the
wizard until it shows.
- If problem was not triggered, add yet one more update site

Sometimes the list is correctly displayed, sometimes it is not. Then, after
about 30 seconds to a minute, the list is always correctly returned.

I added some tracing code to print what was returned from getChildInfos() but
did not continue deeper. The getChildInfos() does not return the correct list
however.
-
This is bad as the user will probably try again and get an error message that the update site already exists, but it can't be seen in the list.
Seems like there is some caching of old information? Or that there are different servers responding and then not being updated with the latest information?
 
Regards
- henrik

Back to the top