Harry -- I am working on a major re-write of ReferenceManager that should take care of this and lots of the other tests. Among other things, I'm unhooking ReferenceManager from the PageFilter event stream and attaching it, instead, to ContentManager's. Same with SearchManager. Also, I am doing some refactoring so that all of the reference-management code resides in once place. The result is going to be a hell of a lot cleaner and easier to understand and debug.
So, you should hold off on this for a little while longer. The fixes should drop in about a week. Andrew On Mon, Apr 27, 2009 at 3:01 PM, Harry Metske <[email protected]> wrote: > I have been trying to make the ReferredPagesPluginTest to work again. > The first two tests succeed, the third one (testReferredPageParmInClude() ) > fails. The plugin does not generate the expected links. > Debugging a bit further, I finally find that the following exception occurs > : > > - javax.jcr.PathNotFoundException: The property metadata file was not found: > /tmp/priha/fileprovider/workspaces/jspwiki/pages/Main/IPointToTwoPages/wiki:refersTo.info > > This is visible after changing line 494 of JCRWikiPage (the exception was > caught and ignored). > I do not understand why this fails for the last test, and not for the first > two tests, any ideas ? > > regards, > Harry >
