Hey Dave,
Thanks for the offer of help... I *am* having a problem...
I followed the installation page as directed. When it tries to render
the post, I get the following on the page:
$entry.displayContent($url.entry($entry.anchor))
... with the following errors... (Let me know if you need more info...):
INFO 2007-01-04 22:08:03,823 ApplicationContext:log - No
jspwiki.propertyfile defined for this context, using default from
/WEB-INF/jspwiki.properties
ERROR 2007-01-04 22:08:03,901 PageManager:<init> - Unable to locate
provider class net.java.roller.pageplugins.jspwiki.RollerPageProvider
java.lang.ClassNotFoundException: Class 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)
...
FATAL 2007-01-04 22:08:03,920 WikiEngine:initialize - Failed to start managers.
com.ecyrd.jspwiki.WikiException: no provider class
at com.ecyrd.jspwiki.PageManager.<init>(PageManager.java:110)
at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:493)
at com.ecyrd.jspwiki.WikiEngine.<init>(WikiEngine.java:392)
at com.ecyrd.jspwiki.WikiEngine.getInstance(WikiEngine.java:288)
at
net.java.dev.roller.plugins.weblogentry.jspwiki.WikiPlugin.init(WikiPlugin.java:83)
...
INFO 2007-01-04 22:08:03,933 ApplicationContext:log - JSPWiki: Unable
to load and setup properties from jspwiki.properties. Failed to start
managers: no provider class
ERROR 2007-01-04 22:08:04,170 WikiPlugin:render - ERROR rendering Wiki text
java.lang.NullPointerException
at com.ecyrd.jspwiki.WikiEngine.getVariable(WikiEngine.java:1640)
at
com.ecyrd.jspwiki.TranslatorReader.initialize(TranslatorReader.java:318)
at com.ecyrd.jspwiki.TranslatorReader.<init>(TranslatorReader.java:210)
at
net.java.dev.roller.plugins.weblogentry.jspwiki.WikiPlugin.render(WikiPlugin.java:110)
...
- Nelz
On 1/3/07, Dave <[EMAIL PROTECTED]> wrote:
Hi Nelson,
Yes there is a JSPWiki plugin for Roller. You can find installation
instructions and a download link here:
http://wiki.java.net/bin/view/Javanet/JSPWikiPlugin
And please let us know if you find any problems with the install notes
or the plugin.
- Dave
On 1/3/07, Nelson Carpentier <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> Sorry if this is a dense question..
>
> I've just installed Roller 3.0-incubating, and I've gotten fairly
> frustrated with my 2 choices for editors... Either a plain text
> editor where I enter the HTML, or a Rich-Text editor, which I just
> don't seem to get along with...
>
> So, I was looking around in JIRA, with aims to suggest a
> JSPWiki/TWiki/<whatever>Wiki syntax editor page.... When I found
> #ROL-668 (http://opensource.atlassian.com/projects/roller/browse/ROL-668),
> which seems to imply there's a Wiki editor for the weblog entries...
> Is this true? Is it in 3.1 or something?
>
> Thanks for the help!
>
> - nelz
>