I had the same error 11007 yesterday. In my case help me this information:
The order is important and as indicated in the error the order is:
first and then .
Martin
###
Martin Molhanec M.Sc., Ph.D., Assistant Professor
Hello, I have written the following testing code:
Purpose is to enumarate the headers in my blog, I want to create an XWiki
panel which will show the headers from my blog.
#set($myblogsite="http://andrea4.feld.cvut.cz:8080/xwiki/bin/view/Main/BlogRss?xpage=rdf";)
#set($myfeed=$xwiki.feed.getFeed(
ndrea4.feld.cvut.cz:8080/xwiki/bin/view/Sandbox/pokus6
the result is only one item and it is wrong
but here: http://xena4.feld.cvut.cz:8080/xwiki/bin/view/Sandbox/pokus
the result is all three items, it is right.
The code is same, only differ the location of the code.
Any help?
Thanx.
Martin
OK, no one answered me yet :-( But I discover a matter.
When I restarted Tomcat, I can see all messages at once. Probably a matter
of caching?
How it is possible to disable a cache for blog before I execute a command
"getFeed()?
Yes, it is a very strange behavior :-( Help me!
So no one have made
OK, I have found a resolution. I put $xwiki.flushCache() at the start of my
code and all is right.
Martin
Martin Molhanec wrote:
>
> Hello, I have written the following testing code:
> Purpose is to enumarate the headers in my blog, I want to create an XWiki
> panel which w