In my application, I'm setting some WikiPage attributes, and I want my application to control which attributes get persisted (via a database) and which don't. So, as I mentioned above, I deleted refmgr.ser, assuming that JSPWiki would generate a new one. But, as I mentioned, it didn't and refused to start until I put the old one back.
Yes, it should absolutely start (otherwise you wouldn't be able to install it). However, if refmgr.ser is deleted, it may take a *very long time* to boot, since jspwiki will essentially go through every single page and parse it.
Also, if you're *relying* on some particular information being found on wikipages, and your code happens to access it before all of the pages have been parsed, you may experience some unwanted side effects.
/Janne _______________________________________________ Jspwiki-users mailing list [email protected] http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
