Using 2.4.87 I tried doing a page difference and received notice that
I was using the NullDiffProvider. In looking at the jspwiki.properties
file I found

  jspwiki.diffProvider = ContextualDiffProvider

which would seem to indicate things were okay. I had noted in my
logs

2007-01-07 20:52:06,827 [main] WARN com.ecyrd.jspwiki.diff.DifferenceManager
    - Failed loading DiffProvider, will use NullDiffProvider.
java.lang.ClassNotFoundException: Class 'ContextualDiffProvider ' not found in 
search path!
        at com.ecyrd.jspwiki.util.ClassUtil.findClass(ClassUtil.java:73)
        at com.ecyrd.jspwiki.util.ClassUtil.findClass(ClassUtil.java:93)
        at 
com.ecyrd.jspwiki.diff.DifferenceManager.loadProvider(DifferenceManager.java:64)
        at 
com.ecyrd.jspwiki.diff.DifferenceManager.<init>(DifferenceManager.java:50)
        at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:540)
        ...

Changing the property to the full package name

  jspwiki.diffProvider = com.ecyrd.jspwiki.diff.ContextualDiffProvider

seemed to solve the problem. Has anyone else noticed this? I thought
we might have discussed this previously but couldn't find reference
to it.

Murray

...........................................................................
Murray Altheim <[EMAIL PROTECTED]>                              ===  = =
http://www.altheim.com/murray/                                     = =  ===
SGML Grease Monkey, Banjo Player, Wantanabe Zen Monk               = =  = =

       In the evening
       The rice leaves in the garden
       Rustle in the autumn wind
       That blows through my reed hut.  -- Minamoto no Tsunenobu
_______________________________________________
Jspwiki-users mailing list
[email protected]
http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users

Reply via email to