I think we should in general review all "3.0" issues. If an issue is related to either JCR or Stripes, and the issue is not valid for the current 2.9 version, we should close it as invalid, since we are not using JCR and Stripes anymore.
regards, Harry On 9 December 2012 11:57, Florian Holeczek (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/JSPWIKI-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527403#comment-13527403] > > Florian Holeczek commented on JSPWIKI-713: > ------------------------------------------ > > Hi Glen, > > 3.0 is what's now in the JSPWIKI_3_0_BRANCH. It's based on a new backend > using JCR (JSR-170) and on the Stripes Framework, alpha quality though. The > former plan was to graduate with it, but now it's on hold and we're > continuing with the 2.8 series = 2.9. > So, this issue is probably still valid and shouldn't be closed yet. > > Regards > Florian > > > > Creating a page doesn't work on 3.0 > > ----------------------------------- > > > > Key: JSPWIKI-713 > > URL: https://issues.apache.org/jira/browse/JSPWIKI-713 > > Project: JSPWiki > > Issue Type: Bug > > Affects Versions: 3.0 > > Reporter: Juan Pablo Santos RodrÃguez > > Priority: Critical > > > > creating a page fails, the log file shows the following stacktrace: > > 2012-01-02 18:03:24,318 [http-8080-1] INFO > org.apache.wiki.action.EditActionBean - Editing FindPage. User=null, > host=127.0.0.1 > > 2012-01-02 18:03:24,375 [http-8080-1] ERROR > org.apache.wiki.tags.WikiBodyTag - Failed to insert plugin > > org.apache.wiki.api.PluginException: Unable to get the latest page > > at > org.apache.wiki.plugin.PluginManager.execute(PluginManager.java:392) > > [...] > > Caused by: org.apache.wiki.providers.ProviderException: Could not set > 'referredBy' property for Main:FindPage > > at > org.apache.wiki.content.ReferenceManager.getReferredBy(ReferenceManager.java:634) > > [...] > > 2012-01-02 18:03:24,399 [http-8080-1] ERROR > org.apache.wiki.tags.WikiTagBase - Unable to get page data > > org.apache.wiki.providers.ProviderException: Could not canonicalize > WikiPath: /pages/main/findpage > > at > org.apache.wiki.content.WikiPathResolver.getWikiPath(WikiPathResolver.java:205) > > at > org.apache.wiki.content.jcr.JCRWikiPage.<init>(JCRWikiPage.java:115) > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira >
