From helpdesk at onehippo.com Tue Dec 1 10:17:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 10:27:47 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3486) Update all content fails when an existing type has been edited In-Reply-To: <16584005.221291259587755997.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13857413.225891259659035946.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3486: ------------------------------------ Priority: Top (was: Normal) > Update all content fails when an existing type has been edited > -------------------------------------------------------------- > > Key: HREPTWO-3486 > URL: http://issues.onehippo.com/browse/HREPTWO-3486 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.00 > > > When a template for an existing type has been edited, update-all-content fails. > Reproduction path: > - open template for "defaultcontent:article" > - click "edit" > - click "done" > - update-all-content on defaultcontent > javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/defaultcontent/article/hipposysedit:prototypes/hipposysedit:prototype[3]/defaultcontent:body: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:999) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:258) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:558) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:544) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:144) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:154) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:204) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > at $Proxy2.updateModel(Unknown Source) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:89) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:1) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction.execute(CompatibilityWorkflowPlugin.java:153) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:231) > at org.hippoecm.frontend.editor.workflow.dialog.RemodelDialog.remodel(RemodelDialog.java:67) > at org.hippoecm.frontend.editor.workflow.dialog.RemodelWizard$Step2$1.getLazyLoadComponent(RemodelWizard.java:84) > at org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanel$1.respond(AjaxLazyLoadPanel.java:79) > at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:299) > at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119) > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:404) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) > at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) > Caused by: javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > ... 55 more > javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:258) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:558) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:544) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:144) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:154) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:204) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > at $Proxy2.updateModel(Unknown Source) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:89) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:1) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 10:19:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 10:29:47 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3253) Template editor should keep focus on input field when selected In-Reply-To: <11386778.7811255610475741.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22165647.225961259659155921.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3253: ------------------------------------ Fix Version/s: r2.11.00 (was: r2.10.00) > Template editor should keep focus on input field when selected > -------------------------------------------------------------- > > Key: HREPTWO-3253 > URL: http://issues.onehippo.com/browse/HREPTWO-3253 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.00 > Reporter: Bart van der Schans > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > Original Estimate: 2 hours > Remaining Estimate: 2 hours > > When selecting an input field the focus is removed from the input field and the bar is highlighted (yellow). This behavior is unexpected and when you try to remove a character with backspace the browser does a "go back ". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 10:46:25 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 1 10:46:26 2009 Subject: [HippoRepos-dev] [20947] hippo-ecm: HREPTWO-16: Clarify comment Message-ID: <20091201094625.EA280C19E@svnnew.onehippo.org> Revision: 20947 Author: bvdschans Date: 2009-12-01 10:46:24 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: Clarify comment Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:46:24 UTC (rev 20947) @@ -332,7 +332,7 @@ try { return canRead((NodeId) id); } catch (NoSuchItemStateException e) { - // shouldn't happen, the id was already found + // This usually happens when the id is found in the index but not in the database log.info("No item id found", e); return false; } From svn-logs at hippocms.org Tue Dec 1 10:47:05 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 1 10:47:04 2009 Subject: [HippoRepos-dev] [20948] hippo-ecm: HREPTWO-16: Clarify comment Message-ID: <20091201094705.653AFC96D@svnnew.onehippo.org> Revision: 20948 Author: bvdschans Date: 2009-12-01 10:47:04 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: Clarify comment Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:46:24 UTC (rev 20947) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:47:04 UTC (rev 20948) @@ -332,7 +332,7 @@ try { return canRead((NodeId) id); } catch (NoSuchItemStateException e) { - // shouldn't happen, the id was already found + // This usually happens when the id is found in the index but not in the database log.info("No item id found", e); return false; } From svn-logs at hippocms.org Tue Dec 1 10:47:50 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 1 10:47:49 2009 Subject: [HippoRepos-dev] [20949] hippo-ecm: HREPTWO-16: Relax logging Message-ID: <20091201094750.C5553C96D@svnnew.onehippo.org> Revision: 20949 Author: bvdschans Date: 2009-12-01 10:47:50 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: Relax logging Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_06_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_06_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_06_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:47:04 UTC (rev 20948) +++ hippo-ecm/branches/Branch-HREPTWO-v2_06_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:47:50 UTC (rev 20949) @@ -332,8 +332,8 @@ try { return canRead((NodeId) id); } catch (NoSuchItemStateException e) { - // shouldn't happen, the id was already found - log.error("No item id found", e); + // This usually happens when the id is found in the index but not in the database + log.info("No item id found", e); return false; } } From svn-logs at hippocms.org Tue Dec 1 10:48:42 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 1 10:48:42 2009 Subject: [HippoRepos-dev] [20950] hippo-ecm: HREPTWO-16: Clarify comment Message-ID: <20091201094842.BF329C96D@svnnew.onehippo.org> Revision: 20950 Author: bvdschans Date: 2009-12-01 10:48:42 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: Clarify comment Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:47:50 UTC (rev 20949) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-01 09:48:42 UTC (rev 20950) @@ -332,7 +332,7 @@ try { return canRead((NodeId) id); } catch (NoSuchItemStateException e) { - // shouldn't happen, the id was already found + // This usually happens when the id is found in the index but not in the database log.info("No item id found", e); return false; } From helpdesk at onehippo.com Tue Dec 1 11:07:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 11:17:48 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3471) Error reporting concerning backing database In-Reply-To: <20206653.208351259246235741.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28023213.226651259662036048.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3471: ------------------------------------ Assignee: Bart van der Schans Fix Version/s: r2.11.00 Priority: Top (was: Normal) What is MySQL's default max allowed packet size? Note that this issue is already documented: http://www.onehippo.org/cms7/documentation/configuration/database_server.html We could improve the documentation a bit. Is there a way to log an error if the above situation occurs? > Error reporting concerning backing database > ------------------------------------------- > > Key: HREPTWO-3471 > URL: http://issues.onehippo.com/browse/HREPTWO-3471 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.03 > Reporter: Wim Ederveen > Assignee: Bart van der Schans > Priority: Top > Fix For: r2.11.00 > > > We use a MySQL database for our repository. > This database has a setting called "max_allowed_packet" > What this does is determine what the max blob size is. > When we try to upload a pdf file that is larger than this setting, for example 1Mb > The repository will just say 0 bytes and the pdf wont work. > Also when we upload a pdf that might have a corrupt header or something also shows as 0 bytes. > This is confusing for the users of the cms, they dont know what database is behind the cms, and they shouldn't > They get no notification that something went wrong. > My suggestion is to improve the way the cms handles this kind of issues and implement errors or warnings in the cms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 11:19:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 11:29:49 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3487) Improve caption btn Message-ID: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Improve caption btn ------------------- Key: HREPTWO-3487 URL: http://issues.onehippo.com/browse/HREPTWO-3487 Project: Hippo Repository 2 Issue Type: Improvement Reporter: Stephan Westen Assignee: Arthur Bogaart Fix For: r2.11.00 Attachments: screenshot-1.jpg The caption is misleading, it does not mention that you need to check the document(s) first to open them. (I thought there was a bug) The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 11:19:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 11:29:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3487) Improve caption btn In-Reply-To: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <4381673.226871259662756171.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3487: ------------------------------------ Assignee: Bart van der Schans (was: Arthur Bogaart) > Improve caption btn > ------------------- > > Key: HREPTWO-3487 > URL: http://issues.onehippo.com/browse/HREPTWO-3487 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > The caption is misleading, it does not mention that you need to check the document(s) first to open them. > (I thought there was a bug) > The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 11:19:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 11:29:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3487) Improve caption btn In-Reply-To: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13644881.226841259662756132.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3487: ------------------------------------ Attachment: screenshot-1.jpg > Improve caption btn > ------------------- > > Key: HREPTWO-3487 > URL: http://issues.onehippo.com/browse/HREPTWO-3487 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > The caption is misleading, it does not mention that you need to check the document(s) first to open them. > (I thought there was a bug) > The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 11:19:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 1 11:29:51 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3487) Improve caption btn In-Reply-To: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6642348.226901259662756210.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3487: ------------------------------------ Description: The caption is misleading, it does not mention that you need to check the document(s) first to open them. (I thought there was a bug because nothing happened at all) The caption should be "Open selected documents in background" was: The caption is misleading, it does not mention that you need to check the document(s) first to open them. (I thought there was a bug) The caption should be "Open selected documents in background" > Improve caption btn > ------------------- > > Key: HREPTWO-3487 > URL: http://issues.onehippo.com/browse/HREPTWO-3487 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > The caption is misleading, it does not mention that you need to check the document(s) first to open them. > (I thought there was a bug because nothing happened at all) > The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 12:14:15 2009 From: helpdesk at onehippo.com (JIRA (Mathijs Brand)) Date: Tue Dec 1 12:24:47 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3488) XInha: lists, quotes, blockquotes and def lists don't indent Message-ID: <12216582.227371259666055796.JavaMail.jira@jira.vm.castaserver.com> XInha: lists, quotes, blockquotes and def lists don't indent ------------------------------------------------------------ Key: HREPTWO-3488 URL: http://issues.onehippo.com/browse/HREPTWO-3488 Project: Hippo Repository 2 Issue Type: Bug Components: front-end-core, user experience Affects Versions: r2.10.00 Reporter: Mathijs Brand Lists should indent in a backend template with a xinha field. By default this indentation is removed. More info: In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px: * { margin : 0; padding : 0;} This will also remove indentation of lists, quotes, blockquotes and def lists. Adding the following lines should fix it: ol, ul, dl {margin-left: 2.5em;} blockquote {margin: 0 2.5em 0 2.5em;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 12:58:54 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 12:58:53 2009 Subject: [HippoRepos-dev] [20951] hippo-ecm: HREPTWO-16: fix typo that pulled in dependency Message-ID: <20091201115854.9F9DFC96E@svnnew.onehippo.org> Revision: 20951 Author: fvlankvelt Date: 2009-12-01 12:58:53 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: fix typo that pulled in dependency Modified Paths: -------------- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertyValueModel.java Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertyValueModel.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertyValueModel.java 2009-12-01 09:48:42 UTC (rev 20950) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertyValueModel.java 2009-12-01 11:58:53 UTC (rev 20951) @@ -28,7 +28,6 @@ import javax.jcr.ValueFactory; import javax.jcr.ValueFormatException; import javax.jcr.nodetype.PropertyDefinition; -import javax.xml.crypto.Data; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; @@ -44,7 +43,7 @@ /** * Model of a property value. Retrieves the value of a single valued property, or an indexed * value of a multi-valued property. The type of the value returned depends on the JCR type - * of the property. I.e. JCR type string maps to {@link String}, date maps to {@link Data}. + * of the property. I.e. JCR type string maps to {@link String}, date maps to {@link Date}. *

* One can also set and retrieve the underlying {@link Value}. */ From svn-logs at hippocms.org Tue Dec 1 13:03:51 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 13:03:50 2009 Subject: [HippoRepos-dev] [20952] hippo-ecm: HREPTWO-16: make helper methods public Message-ID: <20091201120351.4CDBAC96D@svnnew.onehippo.org> Revision: 20952 Author: fvlankvelt Date: 2009-12-01 13:03:50 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: make helper methods public Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldPluginHelper.java Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldPluginHelper.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldPluginHelper.java 2009-12-01 11:58:53 UTC (rev 20951) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldPluginHelper.java 2009-12-01 12:03:50 UTC (rev 20952) @@ -107,7 +107,7 @@ } } - protected String getFieldName() { + public String getFieldName() { return field != null ? field.getName() : ""; } @@ -119,17 +119,17 @@ return context; } - protected ITemplateEngine getTemplateEngine() { + public ITemplateEngine getTemplateEngine() { return getPluginContext() .getService(getPluginConfig().getString(ITemplateEngine.ENGINE), ITemplateEngine.class); } - protected JcrNodeModel getNodeModel() { + public JcrNodeModel getNodeModel() { return (JcrNodeModel) getPluginContext().getService(getPluginConfig().getString("wicket.model"), IModelReference.class).getModel(); } - protected JcrItemModel getFieldItemModel() { + public JcrItemModel getFieldItemModel() { return new JcrItemModel(getNodeModel().getItemModel().getPath() + "/" + field.getPath()); } From svn-logs at hippocms.org Tue Dec 1 13:39:38 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 13:39:36 2009 Subject: [HippoRepos-dev] [20953] hippo-ecm: HREPTWO-3483: Message-ID: <20091201123938.0C26BC96D@svnnew.onehippo.org> Revision: 20953 Author: bvanhalderen Date: 2009-12-01 13:39:37 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3483: - allow user defined upgrades of namespaces (backport) - bug in ordering upgrade modules after last (requires forward port) - bug when node already moved still referenced for next upgrade by path (just skip) (backport) Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java Added Paths: ----------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/HippoCompactNodeTypeDefReader.java Added: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/HippoCompactNodeTypeDefReader.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/HippoCompactNodeTypeDefReader.java (rev 0) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/HippoCompactNodeTypeDefReader.java 2009-12-01 12:39:37 UTC (rev 20953) @@ -0,0 +1,93 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.repository.jackrabbit; + +import java.io.Reader; +import java.util.Arrays; +import java.util.Set; +import java.util.TreeSet; + +import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; +import javax.jcr.RepositoryException; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import org.apache.jackrabbit.core.nodetype.compact.CompactNodeTypeDefReader; +import org.apache.jackrabbit.core.nodetype.compact.ParseException; +import org.apache.jackrabbit.spi.commons.namespace.NamespaceMapping; + +import org.hippoecm.repository.util.VersionNumber; + +public class HippoCompactNodeTypeDefReader extends CompactNodeTypeDefReader { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + static final Logger log = LoggerFactory.getLogger(HippoCompactNodeTypeDefReader.class); + + private static class HippoNamespaceMapping extends NamespaceMapping { + static Set autoCompatibleNamespaces = new TreeSet(Arrays.asList(new String[] {"hippo", "hipposys"})); + private NamespaceRegistry registry; + + HippoNamespaceMapping(NamespaceRegistry registry) { + this.registry = registry; + } + + @Override + public void setMapping(String prefix, String uri) throws NamespaceException { + try { + if (autoCompatibleNamespaces.contains(prefix)) { + VersionNumber version = VersionNumber.versionFromURI(uri); + String[] versions = version.toString().split("\\."); + try { + String currentUri = registry.getURI(prefix); + VersionNumber currentVersion = VersionNumber.versionFromURI(currentUri); + String[] currentVersions = currentVersion.toString().split("\\."); + if (versions.length >= 2 && currentVersions.length >= 2 && + versions[0].equals(currentVersions[0]) && + versions[1].equals(currentVersions[1])) { + int compare = version.compareTo(currentVersion); + if (compare > 0) { + log.info("using outdated version in repository {} in stead of {}", new Object[] {currentUri, uri}); + uri = currentUri; + } else if (compare < 0) { + log.info("using more up-to-date version in repository {} in stead of {}", new Object[] {currentUri, uri}); + uri = currentUri; + } + } + } catch (NamespaceException ex) { + if (log.isDebugEnabled()) { + log.debug("namespace {} as yet undefined", new Object[] {uri}); + } + // deliberate fall through + } + } + } catch (RepositoryException ex) { + log.error("unexpected exception while determining namespace", ex); + // deliberate fall through + } + if (log.isDebugEnabled()) { + log.debug("set mapping of {} to {}", new Object[] {prefix, uri}); + } + super.setMapping(prefix, uri); + } + } + + public HippoCompactNodeTypeDefReader(Reader reader, String systemId, NamespaceRegistry registry) throws ParseException { + super(reader, systemId, new HippoNamespaceMapping(registry)); + } +} Property changes on: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/HippoCompactNodeTypeDefReader.java ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 12:03:50 UTC (rev 20952) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 12:39:37 UTC (rev 20953) @@ -17,6 +17,7 @@ import java.io.IOException; import java.io.InputStream; +import java.io.StringReader; import java.util.Collection; import java.util.Comparator; import java.util.HashMap; @@ -83,6 +84,8 @@ import org.hippoecm.repository.ext.UpdaterItemVisitor; import org.hippoecm.repository.ext.UpdaterModule; import org.hippoecm.repository.impl.SessionDecorator; +import org.hippoecm.repository.jackrabbit.HippoCompactNodeTypeDefReader; +import org.hippoecm.repository.util.JcrCompactNodeTypeDefWriter; public class UpdaterEngine { @SuppressWarnings("unused") @@ -140,9 +143,9 @@ } visitors.add(visitor); } catch (RepositoryException ex) { - ex.printStackTrace(System.err); + log.error("error while registering visitor", ex); } catch (ParseException ex) { - ex.printStackTrace(System.err); + log.error("error while registering visitor", ex); } } @@ -404,7 +407,7 @@ if (index != -1) { modified = true; iter.remove(); - modules.insertElementAt(module, index); + modules.insertElementAt(module, index-1); break; } } @@ -417,6 +420,34 @@ break; } } + + // Throw away all namespace upgrades for which there is both an explicit CND-resource based upgrade as an implicit + Set explicitCNDUpgrades = new HashSet(); + for(ModuleRegistration moduleRegistration : modules) { + for (ItemVisitor visitor : moduleRegistration.visitors) { + if (visitor instanceof NamespaceVisitorImpl) { + NamespaceVisitorImpl namespaceVisitor = (NamespaceVisitorImpl)visitor; + if (namespaceVisitor.cndReader != null) + explicitCNDUpgrades.add(namespaceVisitor.namespace); + } + } + } + + for(ModuleRegistration moduleRegistration : modules) { + for (Iterator iter = moduleRegistration.visitors.iterator(); iter.hasNext();) { + ItemVisitor visitor = iter.next(); + if (visitor instanceof NamespaceVisitorImpl) { + NamespaceVisitorImpl namespaceVisitor = (NamespaceVisitorImpl)visitor; + if (namespaceVisitor.cndReader == null) { + if (explicitCNDUpgrades.contains(namespaceVisitor.namespace)) { + iter.remove(); + } else { + namespaceVisitor.initialize(moduleRegistration.getWorkspace()); + } + } + } + } + } return true; } @@ -440,8 +471,6 @@ } } } catch(UpdaterException ex) { - System.err.println(ex.getClass().getName()+": "+ex.getMessage()); - ex.printStackTrace(System.err); if(exception != null) { exception = ex; } @@ -610,8 +639,10 @@ } log.error("error in migration cycle, continuing, but this might lead to subsequent errors", ex); } catch (PathNotFoundException ex) { + log.debug("could no longer convert "+path+" "+ex.getMessage(), ex); // deliberate ignore } catch (InvalidItemStateException ex) { + log.debug("could no longer convert "+path+" "+ex.getMessage(), ex); // deliberate ignore } } @@ -726,7 +757,6 @@ log.info("upgrade registering new nodetype " + ntd.getName()); /* EffectiveNodeType effnt = */ ntreg.registerNodeType(ntd); } catch (InvalidNodeTypeDefException ex) { - ex.printStackTrace(System.err); // deliberate ignore } } @@ -769,11 +799,13 @@ Node node = nodeIter.nextNode(); String path = node.getPath(); node = updaterSession.getRootNode(); - if (!path.equals("/")) { - node = node.getNode(path.substring(1)); - } try { + if (!path.equals("/")) { + node = node.getNode(path.substring(1)); + } visitor.visit(node); + } catch (PathNotFoundException ex) { + // deliberate ignore } catch (InvalidItemStateException ex) { // deliberate ignore } @@ -793,99 +825,6 @@ } } - /* - public static class Converted extends UpdaterItemVisitor { - public Converted() { - } - - @Override - public final void visit(Property property) throws RepositoryException { - super.visit(property); - } - - @Override - public final void visit(Node node) throws RepositoryException { - if (((UpdaterNode)node).hollow) { - return; - } - super.visit(node); - } - - protected void entering(Node node, int level) - throws RepositoryException { - } - - protected void entering(Property property, int level) - throws RepositoryException { - } - - protected void leaving(Node node, int level) - throws RepositoryException { - } - - protected void leaving(Property property, int level) - throws RepositoryException { - } - } - - public static class Cleaner extends Converted { - UpdaterContext context; - - public Cleaner(UpdaterContext context) { - this.context = context; - } - - void update(UpdaterSession session) throws RepositoryException { - session.getRootNode().accept(this); - } - - @Override - public void entering(Node node, int level) throws RepositoryException { - NodeType[] nodeTypes = context.getNodeTypes(node); - for (PropertyIterator iter = node.getProperties(); iter.hasNext();) { - UpdaterProperty property = (UpdaterProperty)iter.nextProperty(); - if (property.origin == null || !((Property)property.origin).getDefinition().isProtected()) { - boolean isValid = false; - for (int i = 0; i < nodeTypes.length; i++) { - PropertyDefinition[] defs = nodeTypes[i].getPropertyDefinitions(); - for (int j = 0; j < defs.length; j++) { - if (defs[j].getName().equals("*")) { - isValid = true; - } else if (defs[j].getName().equals(property.getName())) { - isValid = true; - break; - } - } - } - if (!isValid) { - property.remove(); - } - } - } - for (NodeIterator iter = node.getNodes(); iter.hasNext();) { - UpdaterNode child = (UpdaterNode)iter.nextNode(); - if (child.origin == null || !((Node)child.origin).getDefinition().isProtected()) { - boolean isValid = false; - for (int i = 0; i < nodeTypes.length; i++) { - NodeDefinition[] defs = nodeTypes[i].getChildNodeDefinitions(); - for (int j = 0; j < defs.length; j++) { - if (defs[j].getName().equals("*")) { - isValid = true; - } else if (defs[j].getName().equals(child.getName())) { - isValid = true; - break; - } - } - } - if (!isValid) { - child.remove(); - } - } - } - } - } - */ - static class NamespaceVisitorImpl extends UpdaterItemVisitor { String namespace; String oldURI; @@ -910,8 +849,27 @@ oldPrefix = namespace + "_" + oldURI.substring(oldURI.lastIndexOf('/') + 1).replace('.', '_'); } catch (NamespaceException ex) { // deliberate ignore - } - this.cndReader = new CompactNodeTypeDefReader(definition.cndReader, cndName); + } + if(definition.cndReader != null) { + this.cndReader = new HippoCompactNodeTypeDefReader(definition.cndReader, cndName, nsReg); + initialize(); + } else + this.cndReader = null; + } + + void initialize(Workspace workspace) throws NamespaceException, RepositoryException { + try { + String cndString = JcrCompactNodeTypeDefWriter.compactNodeTypeDef(workspace, namespace); + this.cndReader = new HippoCompactNodeTypeDefReader(new StringReader(cndString), cndName, workspace.getNamespaceRegistry()); + } catch (ParseException ex) { + log.error("cannot autogenerate cnd", ex); + } catch (IOException ex) { + log.error("cannot autogenerate cnd", ex); + } + initialize(); + } + + void initialize() throws NamespaceException { NamespaceMapping mapping = cndReader.getNamespaceMapping(); newURI = mapping.getURI(namespace); newPrefix = namespace + "_" + newURI.substring(newURI.lastIndexOf('/') + 1).replace('.', '_'); Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java 2009-12-01 12:03:50 UTC (rev 20952) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java 2009-12-01 12:39:37 UTC (rev 20953) @@ -744,15 +744,12 @@ for(String subtypedNamespace : subTypedNamespaces(workspace)) { String uri = workspace.getNamespaceRegistry().getURI(subtypedNamespace); workspace.getNamespaceRegistry().registerNamespace(subtypedNamespace, VersionNumber.versionFromURI(uri).next().versionToURI(uri)); - String cnd = JcrCompactNodeTypeDefWriter.compactNodeTypeDef(workspace, subtypedNamespace); - context.registerVisitor(new UpdaterItemVisitor.NamespaceVisitor(context, subtypedNamespace, "-", new StringReader(cnd))); + context.registerVisitor(new UpdaterItemVisitor.NamespaceVisitor(context, subtypedNamespace, "-", null)); } } catch (NamespaceException ex) { ex.printStackTrace(System.err); } catch (RepositoryException ex) { ex.printStackTrace(System.err); - } catch (IOException ex) { - ex.printStackTrace(System.err); } } From svn-logs at hippocms.org Tue Dec 1 13:48:37 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 13:48:36 2009 Subject: [HippoRepos-dev] [20954] hippo-ecm: HREPTWO-3483: forward port of commit 20953 Message-ID: <20091201124837.8ACF7C96E@svnnew.onehippo.org> Revision: 20954 Author: bvanhalderen Date: 2009-12-01 13:48:36 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3483: forward port of commit 20953 Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 12:39:37 UTC (rev 20953) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 12:48:36 UTC (rev 20954) @@ -407,7 +407,7 @@ if (index != -1) { modified = true; iter.remove(); - modules.insertElementAt(module, index); + modules.insertElementAt(module, index-1); break; } } @@ -420,6 +420,34 @@ break; } } + + // Throw away all namespace upgrades for which there is both an explicit CND-resource based upgrade as an implicit + Set explicitCNDUpgrades = new HashSet(); + for(ModuleRegistration moduleRegistration : modules) { + for (ItemVisitor visitor : moduleRegistration.visitors) { + if (visitor instanceof NamespaceVisitorImpl) { + NamespaceVisitorImpl namespaceVisitor = (NamespaceVisitorImpl)visitor; + if (namespaceVisitor.cndReader != null) + explicitCNDUpgrades.add(namespaceVisitor.namespace); + } + } + } + + for(ModuleRegistration moduleRegistration : modules) { + for (Iterator iter = moduleRegistration.visitors.iterator(); iter.hasNext();) { + ItemVisitor visitor = iter.next(); + if (visitor instanceof NamespaceVisitorImpl) { + NamespaceVisitorImpl namespaceVisitor = (NamespaceVisitorImpl)visitor; + if (namespaceVisitor.cndReader == null) { + if (explicitCNDUpgrades.contains(namespaceVisitor.namespace)) { + iter.remove(); + } else { + namespaceVisitor.initialize(moduleRegistration.getWorkspace()); + } + } + } + } + } return true; } @@ -768,17 +796,18 @@ Node node = nodeIter.nextNode(); String path = node.getPath(); node = updaterSession.getRootNode(); - if (!path.equals("/")) { - try { + try { + if (!path.equals("/")) { node = node.getNode(path.substring(1)); - visitor.visit(node); - } catch (PathNotFoundException ex) { - // deliberate ignore - } catch (InvalidItemStateException ex) { - // deliberate ignore } + visitor.visit(node); + } catch (PathNotFoundException ex) { + // deliberate ignore + } catch (InvalidItemStateException ex) { + // deliberate ignore } } + } } } catch (UpdaterException ex) { if (exception != null) { @@ -818,14 +847,26 @@ } catch (NamespaceException ex) { // deliberate ignore } - if(definition.cndReader == null) { - try { - definition.cndReader = new StringReader(JcrCompactNodeTypeDefWriter.compactNodeTypeDef(definition.context.getWorkspace(), definition.prefix)); - } catch(IOException ex) { - log.error("cannot autogenerate cnd", ex); - } + if(definition.cndReader != null) { + this.cndReader = new HippoCompactNodeTypeDefReader(definition.cndReader, cndName, nsReg); + initialize(); + } else + this.cndReader = null; + } + + void initialize(Workspace workspace) throws NamespaceException, RepositoryException { + try { + String cndString = JcrCompactNodeTypeDefWriter.compactNodeTypeDef(workspace, namespace); + this.cndReader = new HippoCompactNodeTypeDefReader(new StringReader(cndString), cndName, workspace.getNamespaceRegistry()); + } catch (ParseException ex) { + log.error("cannot autogenerate cnd", ex); + } catch (IOException ex) { + log.error("cannot autogenerate cnd", ex); } - this.cndReader = new HippoCompactNodeTypeDefReader(definition.cndReader, cndName, nsReg); + initialize(); + } + + void initialize() throws NamespaceException { NamespaceMapping mapping = cndReader.getNamespaceMapping(); newURI = mapping.getURI(namespace); newPrefix = namespace + "_" + newURI.substring(newURI.lastIndexOf('/') + 1).replace('.', '_'); From helpdesk at onehippo.com Tue Dec 1 13:43:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 13:53:48 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3483) Allow user-defined upgrading of template-editor based namespaces. In-Reply-To: <11414175.218711259574555700.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <31985924.228631259671395696.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3483. ----------------------------------------- Resolution: Fixed > Allow user-defined upgrading of template-editor based namespaces. > ----------------------------------------------------------------- > > Key: HREPTWO-3483 > URL: http://issues.onehippo.com/browse/HREPTWO-3483 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.09.05, r2.10.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 14:21:06 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 14:21:05 2009 Subject: [HippoRepos-dev] [20955] hippo-ecm: HREPTWO-3484: always create properties and child nodes Message-ID: <20091201132106.96250C96D@svnnew.onehippo.org> Revision: 20955 Author: fvlankvelt Date: 2009-12-01 14:21:05 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3484: always create properties and child nodes This is the same as the old behavior. Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java 2009-12-01 12:48:36 UTC (rev 20954) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java 2009-12-01 13:21:05 UTC (rev 20955) @@ -106,6 +106,7 @@ helper = new FieldPluginHelper(context, config); if (helper.getValidationModel() != null && helper.getValidationModel() instanceof IObservable) { context.registerService(new Observer((IObservable) helper.getValidationModel()) { + private static final long serialVersionUID = 1L; public void onEvent(Iterator events) { for (ValidationFilter listener : new ArrayList(listeners.values())) { @@ -224,8 +225,7 @@ IModel

model = getModel(); ITypeDescriptor subType = field.getTypeDescriptor(); AbstractProvider provider = newProvider(field, subType, model); - if (ITemplateEngine.EDIT_MODE.equals(mode) && provider.size() == 0 - && field.getValidators().contains("required")) { + if (ITemplateEngine.EDIT_MODE.equals(mode) && provider.size() == 0) { provider.addNew(); } return provider; @@ -256,10 +256,14 @@ protected boolean canRemoveItem() { IFieldDescriptor field = helper.getField(); - if (!ITemplateEngine.EDIT_MODE.equals(mode) || (field == null) - || (field.getValidators().contains("required") && provider.size() == 1)) { + if (!ITemplateEngine.EDIT_MODE.equals(mode) || (field == null)) return false; + if (!field.isMultiple()) { + return false; } + if (field.getValidators().contains("required") && provider.size() == 1) { + return false; + } return true; } From helpdesk at onehippo.com Tue Dec 1 14:16:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 1 14:26:48 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3489) Add empty.gif to images library of skin Message-ID: <26524018.228951259673375759.JavaMail.jira@jira.vm.castaserver.com> Add empty.gif to images library of skin --------------------------------------- Key: HREPTWO-3489 URL: http://issues.onehippo.com/browse/HREPTWO-3489 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.03.10 Reporter: Bart van der Schans Assignee: Bart van der Schans Fix For: r2.03.11 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 14:27:16 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 1 14:27:15 2009 Subject: [HippoRepos-dev] [20956] hippo-ecm: HREPTWO-3489: Add empty.gif Message-ID: <20091201132716.CD80CC96D@svnnew.onehippo.org> Revision: 20956 Author: bvdschans Date: 2009-12-01 14:27:16 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3489: Add empty.gif Added Paths: ----------- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/src/main/webapp/images/empty.gif Added: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/src/main/webapp/images/empty.gif =================================================================== (Binary files differ) Property changes on: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/src/main/webapp/images/empty.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream From helpdesk at onehippo.com Tue Dec 1 14:18:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 1 14:28:46 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3489) Add empty.gif to images library of skin In-Reply-To: <26524018.228951259673375759.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11404144.228971259673495771.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3489. ------------------------------------------ Resolution: Fixed > Add empty.gif to images library of skin > --------------------------------------- > > Key: HREPTWO-3489 > URL: http://issues.onehippo.com/browse/HREPTWO-3489 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.03.10 > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.03.11 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 14:44:46 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 14:44:46 2009 Subject: [HippoRepos-dev] [20957] hippo-ecm: HREPTWO-16: convert and correct templates Message-ID: <20091201134446.71064C96D@svnnew.onehippo.org> Revision: 20957 Author: fvlankvelt Date: 2009-12-01 14:44:45 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: convert and correct templates Modified Paths: -------------- hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippostd.xml hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hipposysedit.xml hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/namespace-faceteddate.xml hippo-ecm/trunk/addon/gallery/repository/src/main/resources/gallery-namespace.xml Modified: hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml 2009-12-01 13:27:16 UTC (rev 20956) +++ hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml 2009-12-01 13:44:45 UTC (rev 20957) @@ -175,13 +175,10 @@ http://www.onehippo.org/jcr/hippo/nt/2.0.1 - + hipposysedit:field - - data - jcr:data @@ -195,13 +192,10 @@ true - + hipposysedit:field - - last modified - jcr:lastModified @@ -212,13 +206,10 @@ true - + hipposysedit:field - - mime type - jcr:mimeType @@ -229,13 +220,10 @@ true - + hipposysedit:field - - encoding - jcr:encoding @@ -388,16 +376,13 @@ true - + hipposysedit:field true - - docbase - hippo:docbase @@ -405,13 +390,10 @@ Docbase - + hipposysedit:field - - tree - * @@ -423,7 +405,7 @@ - + hipposysedit:field @@ -433,9 +415,6 @@ true - - facets - hippo:facets @@ -443,7 +422,7 @@ String - + hipposysedit:field @@ -453,9 +432,6 @@ true - - values - hippo:values @@ -463,7 +439,7 @@ String - + hipposysedit:field @@ -473,9 +449,6 @@ true - - modes - hippo:modes @@ -559,16 +532,13 @@ true - + hipposysedit:field true - - docbase - hippo:docbase @@ -576,13 +546,10 @@ Docbase - + hipposysedit:field - - tree - * @@ -691,16 +658,13 @@ true - + hipposysedit:field true - - queryname - hippo:queryname @@ -708,16 +672,13 @@ String - + hipposysedit:field true - - docbase - hippo:docbase @@ -725,7 +686,7 @@ Docbase - + hipposysedit:field @@ -735,9 +696,6 @@ true - - facets - hippo:facets @@ -745,13 +703,10 @@ String - + hipposysedit:field - - count - hippo:count @@ -759,13 +714,10 @@ Long - + hipposysedit:field - - resultset - hippo:resultset @@ -773,16 +725,13 @@ hippo:facetresult - + hipposysedit:field true - - subsearch - * @@ -840,16 +789,13 @@ true - + hipposysedit:field true - - queryname - hippo:queryname @@ -857,16 +803,13 @@ String - + hipposysedit:field true - - docbase - hippo:docbase @@ -874,7 +817,7 @@ Docbase - + hipposysedit:field @@ -884,9 +827,6 @@ true - - facets - hippo:facets @@ -894,16 +834,13 @@ String - + hipposysedit:field true - - search - hippo:search @@ -911,13 +848,10 @@ String - + hipposysedit:field - - count - hippo:count @@ -925,13 +859,10 @@ Long - + hipposysedit:field - - resultset - hippo:resultset @@ -939,16 +870,13 @@ hippo:facetresult - + hipposysedit:field true - - subsearch - * Modified: hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippostd.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippostd.xml 2009-12-01 13:27:16 UTC (rev 20956) +++ hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippostd.xml 2009-12-01 13:44:45 UTC (rev 20957) @@ -50,13 +50,10 @@ true - + hipposysedit:field - - Language - hippostd:language @@ -219,13 +216,10 @@ true - + hipposysedit:field - - PublicationStatus - hippostd:state @@ -236,13 +230,10 @@ true - + hipposysedit:field - - Editor - hippostd:holder @@ -420,16 +411,13 @@ hippo:derived - + hipposysedit:field true - - PublicationStatus - hippostd:stateSummary @@ -491,16 +479,13 @@ true - + hipposysedit:field true - - tags - hippostd:tags Modified: hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hipposysedit.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hipposysedit.xml 2009-12-01 13:27:16 UTC (rev 20956) +++ hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hipposysedit.xml 2009-12-01 13:44:45 UTC (rev 20957) @@ -65,37 +65,31 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hipposysedit/nt/1.0 + http://www.onehippo.org/jcr/hipposysedit/nt/1.1 - + hipposysedit:field true - - nodetype - - hippo:nodetype + hipposysedit:nodetype hippo:handle - + hipposysedit:field - - template - - hippo:template + hipposysedit:prototypes - hippo:handle + hipposysedit:prototypeset @@ -257,7 +251,7 @@ - + hipposysedit:templatetype @@ -281,15 +275,12 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hipposysedit/nt/1.1 - + hipposysedit:field - - types - * @@ -300,8 +291,8 @@ - - + + hipposysedit:templatetype @@ -324,18 +315,26 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hipposysedit/nt/1.1 true - + hipposysedit:field - - path + + hippo:name + + String + + + + + hipposysedit:field + hippo:path @@ -343,13 +342,10 @@ String - + hipposysedit:field - - type - hipposysedit:type @@ -357,67 +353,91 @@ String - + hipposysedit:field - - multiple + + hipposysedit:multiple + + Boolean + + + + + hipposysedit:field + - hippo:multiple + hipposysedit:mandatory Boolean - + hipposysedit:field - - mandatory + + hipposysedit:ordered + + Boolean + + + + + hipposysedit:field + - hippo:mandatory + hipposysedit:primary Boolean - + hipposysedit:field - - ordered - - hippo:ordered + hipposysedit:autocreated Boolean - + hipposysedit:field - - primary - - hippo:primary + hipposysedit:protected Boolean + + + hipposysedit:field + + + hipposysedit:validators + + + String + + + true + + - - + + hipposysedit:templatetype @@ -440,21 +460,18 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hipposysedit/nt/1.1 hippo:document - + hipposysedit:field false - - type - hipposysedit:type @@ -462,61 +479,88 @@ String - + hipposysedit:field - - isnode + + true - hippo:node + hipposysedit:supertype + String + + + + + hipposysedit:field + + + hipposysedit:node + + Boolean - + hipposysedit:field - - true + + hipposysedit:mixin - - supertypes + + Boolean + + + + hipposysedit:field + - hippo:supertype + hipposysedit:cascadevalidation - String + Boolean - + hipposysedit:field true - - field + + true + + hipposysedit:field + + + hipposysedit:field + + + + + hipposysedit:field + true - hippo:field + * - hippo:field + hipposysedit:field - + @@ -540,7 +584,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hipposysedit/nt/1.1 true @@ -548,19 +592,19 @@ true - + hipposysedit:field - - namespace - hipposysedit:uri String + + true + Modified: hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/namespace-faceteddate.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/namespace-faceteddate.xml 2009-12-01 13:27:16 UTC (rev 20956) +++ hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/namespace-faceteddate.xml 2009-12-01 13:44:45 UTC (rev 20957) @@ -309,16 +309,13 @@ hippostd:datefields hippo:derived - + hipposysedit:field true - - date - hippostd:date Modified: hippo-ecm/trunk/addon/gallery/repository/src/main/resources/gallery-namespace.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/repository/src/main/resources/gallery-namespace.xml 2009-12-01 13:27:16 UTC (rev 20956) +++ hippo-ecm/trunk/addon/gallery/repository/src/main/resources/gallery-namespace.xml 2009-12-01 13:44:45 UTC (rev 20957) @@ -77,16 +77,13 @@ hippo:document - + hipposysedit:field true - - 2fff010a-6cd1-49f0-86ca-970fda17d16c - hippogallery:thumbnail @@ -100,13 +97,10 @@ true - + hipposysedit:field - - 827b5f3a-2fa2-4690-82de-5f78605c3429 - hippogallery:picture @@ -137,7 +131,7 @@ edit - + frontend:plugin @@ -151,7 +145,7 @@ ${wicket.id} - + frontend:plugin @@ -162,7 +156,7 @@ ${engine} - 2fff010a-6cd1-49f0-86ca-970fda17d16c + thumbnail ${mode} @@ -177,7 +171,7 @@ ${wicket.model} - + frontend:plugin @@ -188,7 +182,7 @@ ${engine} - 827b5f3a-2fa2-4690-82de-5f78605c3429 + picture ${mode} @@ -308,16 +302,13 @@ hippo:document - + hipposysedit:field true - - d94cbec0-431c-45c0-b241-38582ce25ae5 - hippogallery:asset @@ -354,7 +345,7 @@ edit - + frontend:plugin @@ -368,7 +359,7 @@ ${wicket.id} - + frontend:plugin @@ -379,7 +370,7 @@ ${engine} - d94cbec0-431c-45c0-b241-38582ce25ae5 + asset ${mode} From svn-logs at hippocms.org Tue Dec 1 14:55:17 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 14:55:23 2009 Subject: [HippoRepos-dev] [20958] hippo-ecm/trunk: HREPTWO-3485, HREPTWO-2995: refactor editor Message-ID: <20091201135520.2DFBBC19E@svnnew.onehippo.org> Revision: 20958 Author: fvlankvelt Date: 2009-12-01 14:55:13 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3485, HREPTWO-2995: refactor editor Separate interfaces for template and prototype stores. A draft jcr store will retrieve draft types from a namespace, to create a view on the types with one namespace in a transitional state. The field names for builtin types are now also in line with the ones generated when editing types. The template engine only uses locators for types and templates, and an interface for prototypes. A separate template engine factory is created when editing types, using the draft jcr store. Modified Paths: -------------- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrFieldDescriptor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrNamespace.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/PseudoTypeDescriptor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateTypeEditorPlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/editor/EditorForm.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngine.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngineFactory.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewCompoundTypeAction.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewDocumentTypeAction.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/dialog/CreateDocumentTypeDialog.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/impl/JcrTemplateStoreTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/tools/JcrTypeDescriptorTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/validator/ValidationPluginTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPluginTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/CndSerializationTest.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/TypeStoreTest.java hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test-namespace.xml hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test.cnd hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java Added Paths: ----------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/FieldIdentifier.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/TypeUpdate.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/IPrototypeStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/JcrPrototypeStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateConfig.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/JcrTemplateStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/TemplateLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftStore.java Removed Paths: ------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/CndSerializer.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/FieldIdentifier.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrPrototypeStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/TypeUpdate.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateConfig.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateStore.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/JcrTemplateStore.java Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -28,7 +28,7 @@ import org.apache.wicket.model.IModel; import org.apache.wicket.model.Model; import org.apache.wicket.model.StringResourceModel; -import org.hippoecm.editor.tools.JcrTypeStore; +import org.hippoecm.editor.type.JcrTypeStore; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.event.IEvent; import org.hippoecm.frontend.model.event.IObserver; Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/CndSerializer.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,473 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.cnd; + +import java.util.HashMap; +import java.util.HashSet; +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import javax.jcr.NamespaceRegistry; +import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.RepositoryException; +import javax.jcr.Session; + +import org.apache.wicket.IClusterable; +import org.hippoecm.editor.type.JcrNamespace; +import org.hippoecm.editor.type.JcrTypeDescriptor; +import org.hippoecm.editor.type.JcrTypeStore; +import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.JcrSessionModel; +import org.hippoecm.frontend.model.ocm.IStore; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.types.BuiltinTypeStore; +import org.hippoecm.frontend.types.IFieldDescriptor; +import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; +import org.hippoecm.frontend.types.TypeLocator; +import org.hippoecm.repository.api.HippoNodeType; +import org.hippoecm.repository.api.ISO9075Helper; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class CndSerializer implements IClusterable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id: CndSerializer.java 18973 2009-07-23 10:01:26Z fvlankvelt $"; + + private static final long serialVersionUID = 1L; + + private static Logger log = LoggerFactory.getLogger(CndSerializer.class); + + class TypeEntry { + Node oldType; + Node newType; + + TypeEntry(Node oldType, Node newType) { + this.oldType = oldType; + this.newType = newType; + } + + ITypeDescriptor getOldType() throws StoreException { + try { + return new JcrTypeDescriptor(new JcrNodeModel(oldType), oldTypeLocator); + } catch (RepositoryException e) { + throw new StoreException(e); + } + } + + ITypeDescriptor getNewType() throws StoreException { + try { + // FIXME: it should be possible to delete types. + if (newType == null) { + return new JcrTypeDescriptor(new JcrNodeModel(oldType), newTypeLocator); + } + return new JcrTypeDescriptor(new JcrNodeModel(newType), newTypeLocator); + } catch (RepositoryException e) { + throw new StoreException(e); + } + } + + TypeUpdate getUpdate() throws StoreException { + if (oldType == null) { + return null; + } + + TypeUpdate update = new TypeUpdate(); + + ITypeDescriptor oldTypeDescriptor = getOldType(); + ITypeDescriptor newTypeDescriptor = getNewType(); + + if (newType != null) { + update.newName = newTypeDescriptor.getName(); + } else { + update.newName = oldTypeDescriptor.getName(); + } + + update.renames = new HashMap(); + for (Map.Entry entry : oldTypeDescriptor.getFields().entrySet()) { + IFieldDescriptor origField = entry.getValue(); + FieldIdentifier oldId = new FieldIdentifier(); + oldId.path = origField.getPath(); + oldId.type = origField.getTypeDescriptor().getType(); + + if (newType != null) { + IFieldDescriptor newField = newTypeDescriptor.getField(entry.getKey()); + if (newField != null) { + FieldIdentifier newId = new FieldIdentifier(); + newId.path = newField.getPath(); + newId.type = newField.getTypeDescriptor().getType(); + + update.renames.put(oldId, newId); + } + } else { + update.renames.put(oldId, oldId); + } + } + return update; + } + } + + class SortContext { + HashSet visited; + LinkedHashSet result; + + SortContext() { + visited = new HashSet(); + } + + void visit(String typeName) throws StoreException { + if (visited.contains(typeName) || !types.containsKey(typeName)) { + return; + } + + ITypeDescriptor descriptor = types.get(typeName).getNewType(); + + visited.add(typeName); + for (String superType : descriptor.getSuperTypes()) { + visit(superType); + } + for (IFieldDescriptor field : descriptor.getFields().values()) { + visit(field.getTypeDescriptor().getName()); + } + result.add(types.get(typeName).getNewType()); + } + + LinkedHashSet sort() throws StoreException { + result = new LinkedHashSet(); + for (String type : types.keySet()) { + visit(type); + } + return result; + } + } + + private JcrSessionModel jcrSession; + private Map namespaces; + private LinkedHashMap types; + private HashMap pseudoTypes; + private ITypeLocator oldTypeLocator; + private ITypeLocator newTypeLocator; + + public CndSerializer(JcrSessionModel sessionModel, final String namespace) throws StoreException { + this.jcrSession = sessionModel; + + final JcrTypeStore jcrTypeStore = new JcrTypeStore(); + IStore oldBuiltinTypeStore = new BuiltinTypeStore(); + oldTypeLocator = new TypeLocator(new IStore[] { jcrTypeStore, oldBuiltinTypeStore }); + jcrTypeStore.setTypeLocator(oldTypeLocator); + + JcrTypeStore newJcrTypeStore = new JcrTypeStore(); + final BuiltinTypeStore newBuiltinTypeStore = new BuiltinTypeStore(); + final ITypeLocator newLocator = new TypeLocator(new IStore[] { newJcrTypeStore, newBuiltinTypeStore }); + newTypeLocator = new ITypeLocator() { + + public ITypeDescriptor locate(String type) throws StoreException { + if (type.indexOf(':') > 0 && namespace.equals(type.substring(0, type.indexOf(':')))) { + if (types.containsKey(type)) { + return types.get(type).getNewType(); + } else if (pseudoTypes.containsKey(type)) { + return locate(pseudoTypes.get(type)); + } else { + return newBuiltinTypeStore.load(type); + } + } + return newLocator.locate(type); + } + + public List getSubTypes(String type) throws StoreException { + throw new StoreException("sub-types are not supported in cnd serializer"); + } + + }; + newBuiltinTypeStore.setTypeLocator(newTypeLocator); + newJcrTypeStore.setTypeLocator(newTypeLocator); + + this.namespaces = new HashMap(); + addNamespace(namespace); + + initTypes(namespace); + resolveNamespaces(); + + versionNamespace(namespace); + } + + public String getOutput() { + StringBuffer output = new StringBuffer(); + for (Map.Entry entry : namespaces.entrySet()) { + output.append("<" + entry.getKey() + "='" + entry.getValue() + "'>\n"); + } + output.append("\n"); + + try { + Set sorted = sortTypes(); + for (ITypeDescriptor type : sorted) { + renderType(output, type); + } + } catch (StoreException ex) { + throw new RuntimeException("Type has disappeared!", ex); + } + return output.toString(); + } + + public Map getUpdate() throws StoreException { + Map result = new HashMap(); + for (Map.Entry entry : types.entrySet()) { + TypeUpdate update = entry.getValue().getUpdate(); + if (update != null) { + result.put(entry.getKey(), entry.getValue().getUpdate()); + } + } + return result; + } + + private void initTypes(String namespace) throws StoreException { + types = new LinkedHashMap(); + pseudoTypes = new HashMap(); + + try { + Session session = jcrSession.getSession(); + JcrNamespace jcrNamespace = new JcrNamespace(session, namespace); + String uri = jcrNamespace.getCurrentUri(); + Node nsNode = session.getRootNode().getNode(jcrNamespace.getPath().substring(1)); + + NodeIterator typeIter = nsNode.getNodes(); + while (typeIter.hasNext()) { + Node templateTypeNode = typeIter.nextNode(); + String pseudoName = namespace + ":" + templateTypeNode.getName(); + + Node oldType = null, newType = null; + + boolean isPseudoType = false; + Node ntNode = templateTypeNode.getNode(HippoNodeType.HIPPOSYSEDIT_NODETYPE); + NodeIterator versions = ntNode.getNodes(HippoNodeType.HIPPOSYSEDIT_NODETYPE); + while (versions.hasNext()) { + Node version = versions.nextNode(); + if (version.hasProperty(HippoNodeType.HIPPOSYSEDIT_TYPE)) { + if (!pseudoName.equals(version.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString())) { + isPseudoType = true; + oldType = version; + break; + } + } + if (version.isNodeType(HippoNodeType.NT_REMODEL)) { + if (version.getProperty(HippoNodeType.HIPPO_URI).getString().equals(uri)) { + oldType = version; + } + } else { + newType = version; + } + } + if (oldType == null && newType == null) { + throw new StoreException("No description found for either old or new version of type " + pseudoName); + } + if (!isPseudoType) { + types.put(pseudoName, new TypeEntry(oldType, newType)); + } else { + pseudoTypes.put(pseudoName, oldType.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString()); + } + } + } catch (RepositoryException ex) { + throw new StoreException("Error retrieving namespace description from repository"); + } + } + + private void resolveNamespaces() throws StoreException { + for (TypeEntry entry : types.values()) { + ITypeDescriptor descriptor = entry.getNewType(); + if (descriptor.isNode()) { + String type = descriptor.getType(); + addNamespace(type.substring(0, type.indexOf(':'))); + for (String superType : descriptor.getSuperTypes()) { + addNamespace(superType.substring(0, superType.indexOf(':'))); + } + + for (IFieldDescriptor field : descriptor.getFields().values()) { + ITypeDescriptor sub = field.getTypeDescriptor(); + if (sub.isNode()) { + String subType = sub.getType(); + addNamespace(subType.substring(0, subType.indexOf(':'))); + + List superTypes = sub.getSuperTypes(); + for (String superType : superTypes) { + addNamespace(superType.substring(0, superType.indexOf(':'))); + } + } else if (field.getPath().indexOf(':') > 0) { + addNamespace(field.getPath().substring(0, field.getPath().indexOf(':'))); + } + } + } + } + } + + private void addNamespace(String prefix) { + if (!namespaces.containsKey(prefix)) { + try { + namespaces.put(prefix, jcrSession.getSession().getNamespaceURI(prefix)); + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + } + } + + private void versionNamespace(String prefix) { + if (namespaces.containsKey(prefix)) { + String namespace = namespaces.get(prefix); + String last = namespace; + int pos = namespace.lastIndexOf('/'); + try { + for (String registered : jcrSession.getSession().getNamespacePrefixes()) { + String uri = jcrSession.getSession().getNamespaceURI(registered); + if (uri.startsWith(namespace.substring(0, pos + 1))) { + if (isLater(uri, last)) { + last = uri; + } + } + } + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + return; + } + + int minorPos = last.lastIndexOf('.'); + if (minorPos > pos) { + int minor = Integer.parseInt(last.substring(minorPos + 1)); + namespace = last.substring(0, minorPos + 1) + new Integer(minor + 1).toString(); + namespaces.put(prefix, namespace); + } else { + log.warn("namespace for " + prefix + " does not conform to versionable format"); + } + } else { + log.warn("namespace for " + prefix + " was not found"); + } + } + + private static boolean isLater(String one, String two) { + int pos = one.lastIndexOf('/'); + String[] oneVersions = one.substring(pos + 1).split("\\."); + String[] twoVersions = two.substring(pos + 1).split("\\."); + for (int i = 0; i < oneVersions.length; i++) { + if (i < twoVersions.length) { + int oneVersion = Integer.parseInt(oneVersions[i]); + int twoVersion = Integer.parseInt(twoVersions[i]); + if (oneVersion > twoVersion) { + return true; + } else if (oneVersion < twoVersion) { + return false; + } + } else { + return true; + } + } + return false; + } + + private String getCurrentUri(String prefix) { + if ("system".equals(prefix)) { + return "internal"; + } + try { + NamespaceRegistry nsReg = jcrSession.getSession().getWorkspace().getNamespaceRegistry(); + return nsReg.getURI(prefix); + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + return null; + } + + private void renderField(StringBuffer output, IFieldDescriptor field) throws StoreException { + ITypeDescriptor sub = field.getTypeDescriptor(); + if (sub.isNode()) { + output.append("+"); + } else { + output.append("-"); + } + + if (field.getPath() != null) { + output.append(" " + encode(field.getPath())); + } else { + output.append(" *"); + } + + String type = sub.getType(); + if (type.indexOf(':') == -1) { + type = type.toLowerCase(); + } + output.append(" (" + type + ")"); + if (field.isMultiple()) { + output.append(" multiple"); + } + if (field.isMandatory()) { + output.append(" mandatory"); + } + if (field.isPrimary()) { + output.append(" primary"); + } + output.append("\n"); + } + + private void renderType(StringBuffer output, ITypeDescriptor typeDescriptor) throws StoreException { + String type = typeDescriptor.getType(); + output.append("[" + encode(type) + "]"); + + Iterator superTypes = typeDescriptor.getSuperTypes().iterator(); + boolean first = true; + while (superTypes.hasNext()) { + String superType = superTypes.next(); + if (first) { + first = false; + output.append(" > " + superType); + } else { + output.append(", " + superType); + } + } + + if (typeDescriptor.isMixin()) { + output.append(" mixin"); + } + + // type should be orderable if any of the fields is + for (IFieldDescriptor field : typeDescriptor.getFields().values()) { + if (field.isOrdered()) { + output.append(" orderable"); + break; + } + } + + output.append("\n"); + for (IFieldDescriptor field : typeDescriptor.getDeclaredFields().values()) { + renderField(output, field); + } + output.append("\n"); + } + + private Set sortTypes() throws StoreException { + return new SortContext().sort(); + } + + private static String encode(String name) { + int colon = name.indexOf(':'); + if (colon > 0) { + return name.substring(0, colon + 1) + ISO9075Helper.encodeLocalName(name.substring(colon + 1)); + } + return name; + } + +} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/FieldIdentifier.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/FieldIdentifier.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/FieldIdentifier.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/FieldIdentifier.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,55 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.cnd; + +import java.io.ObjectStreamException; +import java.io.Serializable; +import java.util.HashMap; +import java.util.Map; + +public class FieldIdentifier implements Serializable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id: $"; + + private static final long serialVersionUID = 1L; + + public String path; + + public String type; + + private Object writeReplace() throws ObjectStreamException { + Map obj = new HashMap(); + obj.put("path", path); + obj.put("type", type); + return obj; + } + + @Override + public boolean equals(Object object) { + if (object != null) { + if (object instanceof FieldIdentifier) { + FieldIdentifier id = (FieldIdentifier) object; + return id.path.equals(path) && id.type.equals(type); + } + } + return false; + } + + @Override + public int hashCode() { + return (path.hashCode() * (type != null ? type.hashCode() : 0)) % 1001; + } +} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/TypeUpdate.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/TypeUpdate.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/TypeUpdate.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/TypeUpdate.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,44 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.cnd; + +import java.io.ObjectStreamException; +import java.io.Serializable; +import java.util.HashMap; +import java.util.Map; + + +public class TypeUpdate implements Serializable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id: TypeUpdate.java 17361 2009-04-21 10:07:17Z bvanhalderen $"; + + private static final long serialVersionUID = 1L; + + public String newName; + + public String prototype; + + public Map renames; + + private Object writeReplace() throws ObjectStreamException { + Map obj = new HashMap(); + obj.put("newName", newName); + obj.put("prototype", prototype); + obj.put("renames", renames); + return obj; + } + +} Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/IPrototypeStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/IPrototypeStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/IPrototypeStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,25 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.prototype; + +import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IModel; + +public interface IPrototypeStore extends IClusterable { + + IModel getPrototype(String name, boolean draft); + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/IPrototypeStore.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/JcrPrototypeStore.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrPrototypeStore.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/JcrPrototypeStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/prototype/JcrPrototypeStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,165 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.prototype; + +import java.util.HashMap; +import java.util.Map; + +import javax.jcr.NamespaceRegistry; +import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.RepositoryException; +import javax.jcr.Session; + +import org.apache.wicket.model.IDetachable; +import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.session.UserSession; +import org.hippoecm.repository.api.HippoNodeType; +import org.hippoecm.repository.api.HippoSession; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class JcrPrototypeStore implements IPrototypeStore, IDetachable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id: JcrPrototypeStore.java 18825 2009-07-10 15:26:30Z abogaart $"; + + private static final long serialVersionUID = 1L; + + private static final Logger log = LoggerFactory.getLogger(JcrPrototypeStore.class); + + private Map prototypes; + + public JcrNodeModel getPrototype(String name, boolean draft) { + if ("rep:root".equals(name)) { + // ignore the root node + return null; + } + if (prototypes == null) { + prototypes = new HashMap(); + } + JcrNodeModel result = prototypes.get(name); + if (result == null) { + try { + Node node = lookupConfigNode(name, draft); + if (node != null) { + result = new JcrNodeModel(node); + prototypes.put(name, result); + } + } catch (RepositoryException e) { + log.error(e.getMessage()); + } + } + return result; + } + + public JcrNodeModel createPrototype(String name, boolean draft) { + JcrNodeModel prototype = getPrototype(name, draft); + if (prototype != null) { + throw new IllegalArgumentException("prototype " + name + " exists"); + } + + try { + String path = getLocation(name); + Session session = getJcrSession(); + Node handle; + String parentPath = path.substring(0, path.lastIndexOf('/')); + Node parent = session.getRootNode().getNode(parentPath.substring(1)); + if (!session.itemExists(path)) { + handle = parent.addNode(HippoNodeType.HIPPO_PROTOTYPES, HippoNodeType.NT_PROTOTYPESET); + } else { + handle = parent.getNode(HippoNodeType.HIPPO_PROTOTYPES); + } + + Node node; + if (draft) { + node = handle.addNode(HippoNodeType.HIPPO_PROTOTYPE, "nt:unstructured"); + } else { + node = handle.addNode(HippoNodeType.HIPPO_PROTOTYPE, name); + } + parent.save(); + + prototype = new JcrNodeModel(node); + } catch (RepositoryException ex) { + log.error("Failed to create prototype node", ex); + } + return prototype; + } + + public void detach() { + prototypes = null; + } + + // Privates + + private String getUri(String prefix) { + if ("system".equals(prefix)) { + return "internal"; + } + try { + NamespaceRegistry nsReg = getJcrSession().getWorkspace().getNamespaceRegistry(); + return nsReg.getURI(prefix); + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + return null; + } + + private Session getJcrSession() { + return ((UserSession) org.apache.wicket.Session.get()).getJcrSession(); + } + + private String getLocation(String type) { + String prefix = "system"; + String subType = type; + if (type.indexOf(':') > 0) { + prefix = type.substring(0, type.indexOf(':')); + subType = type.substring(type.indexOf(':') + 1); + } + + String uri = getUri(prefix); + String nsVersion = "_" + uri.substring(uri.lastIndexOf("/") + 1); + if (prefix.length() > nsVersion.length() + && nsVersion.equals(prefix.substring(prefix.length() - nsVersion.length()))) { + prefix = prefix.substring(0, prefix.length() - nsVersion.length()); + } + + return "/" + HippoNodeType.NAMESPACES_PATH + "/" + prefix + "/" + subType + "/" + + HippoNodeType.HIPPO_PROTOTYPES; + } + + private Node lookupConfigNode(String type, boolean draft) throws RepositoryException { + HippoSession session = (HippoSession) getJcrSession(); + String path = getLocation(type); + if (!session.itemExists(path) || !session.getItem(path).isNode()) { + return null; + } + NodeIterator iter = ((Node) session.getItem(path)).getNodes(HippoNodeType.HIPPO_PROTOTYPE); + + while (iter.hasNext()) { + Node node = iter.nextNode(); + if (draft) { + if (node.isNodeType("nt:unstructured")) { + return node; + } + } else { + if (!node.isNodeType("nt:unstructured")) { + return node; + } + } + } + return null; + } +} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateConfig.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateConfig.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateConfig.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateConfig.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,108 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.template; + +import java.util.LinkedList; +import java.util.List; +import java.util.Map; + +import org.hippoecm.frontend.editor.plugins.field.NodeFieldPlugin; +import org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.plugin.config.impl.JavaClusterConfig; +import org.hippoecm.frontend.plugin.config.impl.JavaPluginConfig; +import org.hippoecm.frontend.service.render.ListViewPlugin; +import org.hippoecm.frontend.types.IFieldDescriptor; +import org.hippoecm.frontend.types.ITypeDescriptor; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class BuiltinTemplateConfig extends JavaClusterConfig { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id: $"; + + private static final long serialVersionUID = 1L; + + static final Logger log = LoggerFactory.getLogger(BuiltinTemplateConfig.class); + + private ITypeDescriptor type; + private String name; + + public BuiltinTemplateConfig(ITypeDescriptor type) { + this.type = type; + super.put("type", type.getName()); + this.name = type.getName().replace(':', '_'); + } + + @Override + public String getName() { + return name; + } + + @Override + public List getServices() { + List result = new LinkedList(); + result.add("wicket.id"); + return result; + } + + @Override + public List getReferences() { + List result = new LinkedList(); + result.add("wicket.model"); + result.add("engine"); + return result; + } + + @Override + public List getProperties() { + List result = new LinkedList(); + result.add("mode"); + return result; + } + + @Override + public List getPlugins() { + List list = new LinkedList(); + IPluginConfig config = new JavaPluginConfig("root"); + config.put("plugin.class", ListViewPlugin.class.getName()); + config.put("wicket.id", "${wicket.id}"); + config.put("item", "${cluster.id}.field"); + list.add(config); + + Map fields = type.getFields(); + for (Map.Entry entry : fields.entrySet()) { + IFieldDescriptor field = entry.getValue(); + ITypeDescriptor type = field.getTypeDescriptor(); + + config = new JavaPluginConfig(entry.getKey()); + if (type.isNode()) { + config.put("plugin.class", NodeFieldPlugin.class.getName()); + } else { + config.put("plugin.class", PropertyFieldPlugin.class.getName()); + } + config.put("wicket.id", "${cluster.id}.field"); + config.put("wicket.model", "${wicket.model}"); + config.put("engine", "${engine}"); + config.put("mode", "${mode}"); + config.put("caption", entry.getKey()); + config.put("field", entry.getKey()); + list.add(config); + } + return list; + } + +} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateStore.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateStore.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/BuiltinTemplateStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,74 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.template; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Iterator; +import java.util.List; +import java.util.Map; + +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.plugin.config.IClusterConfig; +import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class BuiltinTemplateStore implements ITemplateStore { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final long serialVersionUID = 1L; + + static final Logger log = LoggerFactory.getLogger(BuiltinTemplateStore.class); + + private ITypeLocator typeLocator; + + public BuiltinTemplateStore(ITypeLocator typeStore) { + this.typeLocator = typeStore; + } + + public Iterator find(Map criteria) { + if (criteria.containsKey("type")) { + List list = new ArrayList(1); + list.add(new BuiltinTemplateConfig((ITypeDescriptor) criteria.get("type"))); + return list.iterator(); + } + return new ArrayList(0).iterator(); + } + + public IClusterConfig load(String id) throws StoreException { + try { + return new BuiltinTemplateConfig(typeLocator.locate(id)); + } catch (StoreException ex) { + throw new StoreException("No type found for " + id, ex); + } + } + + public String save(IClusterConfig cluster) throws StoreException { + throw new UnsupportedOperationException("Builtin template store is read only"); + } + + public void delete(IClusterConfig object) { + throw new UnsupportedOperationException("Builtin template store is read only"); + } + + public List getMetadataEditors() { + return Collections.emptyList(); + } + +} Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateLocator.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateLocator.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,13 @@ +package org.hippoecm.editor.template; + +import java.util.Map; + +import org.apache.wicket.IClusterable; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.plugin.config.IClusterConfig; + +public interface ITemplateLocator extends IClusterable { + + IClusterConfig getTemplate(Map criteria) throws StoreException; + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateLocator.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,27 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.template; + +import java.util.List; + +import org.hippoecm.frontend.model.ocm.IStore; +import org.hippoecm.frontend.plugin.config.IClusterConfig; + +public interface ITemplateStore extends IStore { + + List getMetadataEditors(); + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/ITemplateStore.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/JcrTemplateStore.java (from rev 20946, hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/JcrTemplateStore.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/JcrTemplateStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/JcrTemplateStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,270 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.template; + +import java.util.ArrayList; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; +import java.util.Map; + +import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.RepositoryException; +import javax.jcr.Value; +import javax.jcr.query.Query; +import javax.jcr.query.QueryManager; + +import org.apache.wicket.Session; +import org.apache.wicket.model.IDetachable; +import org.hippoecm.editor.EditorNodeType; +import org.hippoecm.editor.type.JcrNamespace; +import org.hippoecm.frontend.FrontendNodeType; +import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.plugin.config.IClusterConfig; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.plugin.config.impl.JcrClusterConfig; +import org.hippoecm.frontend.plugin.config.impl.JcrPluginConfig; +import org.hippoecm.frontend.session.UserSession; +import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; +import org.hippoecm.repository.api.HippoNodeType; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class JcrTemplateStore implements ITemplateStore, IDetachable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final long serialVersionUID = 1L; + + static final Logger log = LoggerFactory.getLogger(JcrTemplateStore.class); + + private ITypeLocator typeLocator; + + public JcrTemplateStore(ITypeLocator typeStore) { + this.typeLocator = typeStore; + } + + public List getMetadataEditors() { + List mixins = new LinkedList(); + + try { + javax.jcr.Session session = ((UserSession) Session.get()).getJcrSession(); + QueryManager qMgr = session.getWorkspace().getQueryManager(); + Query query = qMgr.createQuery("//element(*, " + HippoNodeType.NT_NODETYPE + ")[@" + + HippoNodeType.HIPPO_MIXIN + "='true']", Query.XPATH); + NodeIterator iter = query.execute().getNodes(); + while (iter.hasNext()) { + Node node = iter.nextNode(); + log.debug("search result: {}", node.getPath()); + + node = node.getParent(); + if (!node.isNodeType(HippoNodeType.NT_HANDLE)) { + log.debug("invalid parent"); + continue; + } + node = node.getParent(); + if (!node.isNodeType(HippoNodeType.NT_TEMPLATETYPE)) { + log.debug("invalid ancestor"); + continue; + } + + if (!node.isNodeType(EditorNodeType.NT_EDITABLE)) { + log.debug("no template present"); + continue; + } + + Node parent = node.getParent(); + if (!parent.isNodeType(HippoNodeType.NT_NAMESPACE)) { + log.debug("invalid great ancestor"); + continue; + } + + String name; + if ("system".equals(parent.getName())) { + name = node.getName(); + } else { + name = parent.getName() + ":" + node.getName(); + } + log.debug("found: " + name); + mixins.add(name); + } + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + + return mixins; + } + + public Iterator find(Map criteria) { + if (criteria.containsKey("type")) { + List list = new ArrayList(1); + try { + list.add(getTemplate((ITypeDescriptor) criteria.get("type"))); + } catch (StoreException ex) { + // ignore + } + return list.iterator(); + } + return new ArrayList(0).iterator(); + } + + public IClusterConfig load(String id) throws StoreException { + JcrNodeModel nodeModel = new JcrNodeModel(id); + if (nodeModel.getNode() == null) { + throw new StoreException("Unknown template " + id); + } + return new JcrClusterConfig(nodeModel); + } + + public String save(IClusterConfig cluster) throws StoreException { + if (cluster instanceof JcrClusterConfig) { + try { + Node node = ((JcrClusterConfig) cluster).getNodeModel().getNode(); + node.save(); + return node.getPath(); + } catch (RepositoryException ex) { + throw new StoreException(ex); + } + } else { + String type = cluster.getString("type"); + if (type == null) { + throw new StoreException("Can only store clusters with a type"); + } + try { + Node node = getTemplateNode(typeLocator.locate(type), true); + + JcrClusterConfig jcrConfig = new JcrClusterConfig(new JcrNodeModel(node)); + for (Map.Entry entry : cluster.entrySet()) { + jcrConfig.put(entry.getKey(), entry.getValue()); + } + + for (IPluginConfig plugin : cluster.getPlugins()) { + Node child = node.addNode(plugin.getName(), FrontendNodeType.NT_PLUGIN); + JcrPluginConfig pluginConfig = new JcrPluginConfig(new JcrNodeModel(child)); + for (Map.Entry entry : plugin.entrySet()) { + pluginConfig.put(entry.getKey(), entry.getValue()); + } + } + + node.setProperty(FrontendNodeType.FRONTEND_SERVICES, getValues(cluster.getServices())); + node.setProperty(FrontendNodeType.FRONTEND_REFERENCES, getValues(cluster.getReferences())); + node.setProperty(FrontendNodeType.FRONTEND_PROPERTIES, getValues(cluster.getProperties())); + + node.save(); + return node.getPath(); + } catch (RepositoryException ex) { + throw new StoreException(ex); + } + } + } + + public void delete(IClusterConfig object) { + } + + /** + * Retrieve the node that contains the template cluster. Throws an exception when no such + * node can be found. + */ + protected Node getTemplateNode(ITypeDescriptor type, boolean create) throws RepositoryException, StoreException { + javax.jcr.Session session = ((UserSession) Session.get()).getJcrSession(); + + String typeName = type.getName(); + String prefix; + String subType; + if (typeName.indexOf(':') > 0) { + prefix = typeName.substring(0, typeName.indexOf(':')); + subType = typeName.substring(typeName.indexOf(':') + 1); + } else { + prefix = "system"; + subType = typeName; + } + String path = new JcrNamespace(session, prefix).getPath() + "/" + subType; + if (!session.itemExists(path)) { + throw new StoreException("No template type node exists"); + } + Node typeNode = (Node) session.getItem(path); + + boolean save = false; + try { + Node templateSetNode; + if (!typeNode.isNodeType(EditorNodeType.NT_EDITABLE)) { + if (create) { + typeNode.addMixin(EditorNodeType.NT_EDITABLE); + templateSetNode = typeNode.addNode(EditorNodeType.EDITOR_TEMPLATES, EditorNodeType.NT_TEMPLATESET); + save = true; + } else { + throw new StoreException("Type " + type + " is not editable"); + } + } else { + templateSetNode = typeNode.getNode(EditorNodeType.EDITOR_TEMPLATES); + } + + // use the first available template + Node templateNode = null; + NodeIterator nodes = templateSetNode.getNodes(); + while (nodes.hasNext()) { + Node template = nodes.nextNode(); + if (template != null && template.isNodeType(FrontendNodeType.NT_PLUGINCLUSTER)) { + templateNode = template; + break; + } + } + if (templateNode == null) { + if (create) { + templateNode = templateSetNode.addNode("_default_", FrontendNodeType.NT_PLUGINCLUSTER); + save = true; + } else { + throw new StoreException("No template found for " + type); + } + } + return templateNode; + } finally { + if (save) { + typeNode.save(); + } + } + } + + protected IClusterConfig getTemplate(ITypeDescriptor type) throws StoreException { + try { + Node node = getTemplateNode(type, false); + return new JcrClusterConfig(new JcrNodeModel(node)); + } catch (RepositoryException ex) { + log.error("Error while fetching template for type: " + type, ex); + } + return null; + } + + public void detach() { + if (typeLocator instanceof IDetachable) { + ((IDetachable) typeLocator).detach(); + } + } + + private Value[] getValues(List list) throws RepositoryException { + Value[] values = new Value[list.size()]; + int i = 0; + for (String override : list) { + values[i++] = ((UserSession) org.apache.wicket.Session.get()).getJcrSession().getValueFactory() + .createValue(override); + } + return values; + } + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/JcrTemplateStore.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/TemplateLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/TemplateLocator.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/TemplateLocator.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,31 @@ +package org.hippoecm.editor.template; + +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.Map; + +import org.hippoecm.frontend.model.ocm.IStore; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.plugin.config.IClusterConfig; + +public class TemplateLocator implements ITemplateLocator { + private static final long serialVersionUID = 1L; + + private IStore[] stores; + + public TemplateLocator(IStore[] stores) { + this.stores = stores; + } + + public IClusterConfig getTemplate(Map criteria) throws StoreException { + Map templates = new LinkedHashMap(); + for (int i = 0; i < stores.length; i++) { + Iterator iter = stores[i].find(criteria); + if (iter.hasNext()) { + return iter.next(); + } + } + throw new StoreException("Could not find template"); + } + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/template/TemplateLocator.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/CndSerializer.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/CndSerializer.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/CndSerializer.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,470 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.editor.tools; - -import java.util.HashMap; -import java.util.HashSet; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.LinkedHashSet; -import java.util.List; -import java.util.Map; -import java.util.Set; - -import javax.jcr.NamespaceRegistry; -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.RepositoryException; -import javax.jcr.Session; - -import org.apache.wicket.IClusterable; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.model.JcrSessionModel; -import org.hippoecm.frontend.model.ocm.IStore; -import org.hippoecm.frontend.model.ocm.StoreException; -import org.hippoecm.frontend.types.BuiltinTypeStore; -import org.hippoecm.frontend.types.IFieldDescriptor; -import org.hippoecm.frontend.types.ITypeDescriptor; -import org.hippoecm.frontend.types.ITypeLocator; -import org.hippoecm.frontend.types.TypeLocator; -import org.hippoecm.repository.api.HippoNodeType; -import org.hippoecm.repository.api.ISO9075Helper; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class CndSerializer implements IClusterable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id: CndSerializer.java 18973 2009-07-23 10:01:26Z fvlankvelt $"; - - private static final long serialVersionUID = 1L; - - private static Logger log = LoggerFactory.getLogger(CndSerializer.class); - - class TypeEntry { - Node oldType; - Node newType; - - TypeEntry(Node oldType, Node newType) { - this.oldType = oldType; - this.newType = newType; - } - - ITypeDescriptor getOldType() throws StoreException { - try { - return new JcrTypeDescriptor(new JcrNodeModel(oldType), oldTypeLocator); - } catch (RepositoryException e) { - throw new StoreException(e); - } - } - - ITypeDescriptor getNewType() throws StoreException { - try { - // FIXME: it should be possible to delete types. - if (newType == null) { - return new JcrTypeDescriptor(new JcrNodeModel(oldType), newTypeLocator); - } - return new JcrTypeDescriptor(new JcrNodeModel(newType), newTypeLocator); - } catch (RepositoryException e) { - throw new StoreException(e); - } - } - - TypeUpdate getUpdate() throws StoreException { - if (oldType == null) { - return null; - } - - TypeUpdate update = new TypeUpdate(); - - ITypeDescriptor oldTypeDescriptor = getOldType(); - ITypeDescriptor newTypeDescriptor = getNewType(); - - if (newType != null) { - update.newName = newTypeDescriptor.getName(); - } else { - update.newName = oldTypeDescriptor.getName(); - } - - update.renames = new HashMap(); - for (Map.Entry entry : oldTypeDescriptor.getFields().entrySet()) { - IFieldDescriptor origField = entry.getValue(); - FieldIdentifier oldId = new FieldIdentifier(); - oldId.path = origField.getPath(); - oldId.type = origField.getTypeDescriptor().getType(); - - if (newType != null) { - IFieldDescriptor newField = newTypeDescriptor.getField(entry.getKey()); - if (newField != null) { - FieldIdentifier newId = new FieldIdentifier(); - newId.path = newField.getPath(); - newId.type = newField.getTypeDescriptor().getType(); - - update.renames.put(oldId, newId); - } - } else { - update.renames.put(oldId, oldId); - } - } - return update; - } - } - - class SortContext { - HashSet visited; - LinkedHashSet result; - - SortContext() { - visited = new HashSet(); - } - - void visit(String typeName) throws StoreException { - if (visited.contains(typeName) || !types.containsKey(typeName)) { - return; - } - - ITypeDescriptor descriptor = types.get(typeName).getNewType(); - - visited.add(typeName); - for (String superType : descriptor.getSuperTypes()) { - visit(superType); - } - for (IFieldDescriptor field : descriptor.getFields().values()) { - visit(field.getTypeDescriptor().getName()); - } - result.add(types.get(typeName).getNewType()); - } - - LinkedHashSet sort() throws StoreException { - result = new LinkedHashSet(); - for (String type : types.keySet()) { - visit(type); - } - return result; - } - } - - private JcrSessionModel jcrSession; - private Map namespaces; - private LinkedHashMap types; - private HashMap pseudoTypes; - private ITypeLocator oldTypeLocator; - private ITypeLocator newTypeLocator; - - public CndSerializer(JcrSessionModel sessionModel, final String namespace) throws StoreException { - this.jcrSession = sessionModel; - - final JcrTypeStore jcrTypeStore = new JcrTypeStore(); - IStore oldBuiltinTypeStore = new BuiltinTypeStore(); - oldTypeLocator = new TypeLocator(new IStore[] { jcrTypeStore, oldBuiltinTypeStore }); - jcrTypeStore.setTypeLocator(oldTypeLocator); - - JcrTypeStore newJcrTypeStore = new JcrTypeStore(); - final BuiltinTypeStore newBuiltinTypeStore = new BuiltinTypeStore(); - final ITypeLocator newLocator = new TypeLocator(new IStore[] { newJcrTypeStore, newBuiltinTypeStore }); - newTypeLocator = new ITypeLocator() { - - public ITypeDescriptor locate(String type) throws StoreException { - if (type.indexOf(':') > 0 && namespace.equals(type.substring(0, type.indexOf(':')))) { - if (types.containsKey(type)) { - return types.get(type).getNewType(); - } else if (pseudoTypes.containsKey(type)) { - return locate(pseudoTypes.get(type)); - } else { - return newBuiltinTypeStore.load(type); - } - } - return newLocator.locate(type); - } - - public List getSubTypes(String type) throws StoreException { - throw new StoreException("sub-types are not supported in cnd serializer"); - } - - }; - newBuiltinTypeStore.setTypeLocator(newTypeLocator); - newJcrTypeStore.setTypeLocator(newTypeLocator); - - this.namespaces = new HashMap(); - addNamespace(namespace); - - initTypes(namespace); - resolveNamespaces(); - - versionNamespace(namespace); - } - - public String getOutput() { - StringBuffer output = new StringBuffer(); - for (Map.Entry entry : namespaces.entrySet()) { - output.append("<" + entry.getKey() + "='" + entry.getValue() + "'>\n"); - } - output.append("\n"); - - try { - Set sorted = sortTypes(); - for (ITypeDescriptor type : sorted) { - renderType(output, type); - } - } catch (StoreException ex) { - throw new RuntimeException("Type has disappeared!", ex); - } - return output.toString(); - } - - public Map getUpdate() throws StoreException { - Map result = new HashMap(); - for (Map.Entry entry : types.entrySet()) { - TypeUpdate update = entry.getValue().getUpdate(); - if (update != null) { - result.put(entry.getKey(), entry.getValue().getUpdate()); - } - } - return result; - } - - private void initTypes(String namespace) throws StoreException { - types = new LinkedHashMap(); - pseudoTypes = new HashMap(); - - try { - Session session = jcrSession.getSession(); - JcrNamespace jcrNamespace = new JcrNamespace(session, namespace); - String uri = jcrNamespace.getCurrentUri(); - Node nsNode = session.getRootNode().getNode(jcrNamespace.getPath().substring(1)); - - NodeIterator typeIter = nsNode.getNodes(); - while (typeIter.hasNext()) { - Node templateTypeNode = typeIter.nextNode(); - String pseudoName = namespace + ":" + templateTypeNode.getName(); - - Node oldType = null, newType = null; - - boolean isPseudoType = false; - Node ntNode = templateTypeNode.getNode(HippoNodeType.HIPPOSYSEDIT_NODETYPE); - NodeIterator versions = ntNode.getNodes(HippoNodeType.HIPPOSYSEDIT_NODETYPE); - while (versions.hasNext()) { - Node version = versions.nextNode(); - if (version.hasProperty(HippoNodeType.HIPPOSYSEDIT_TYPE)) { - if (!pseudoName.equals(version.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString())) { - isPseudoType = true; - oldType = version; - break; - } - } - if (version.isNodeType(HippoNodeType.NT_REMODEL)) { - if (version.getProperty(HippoNodeType.HIPPO_URI).getString().equals(uri)) { - oldType = version; - } - } else { - newType = version; - } - } - if (oldType == null && newType == null) { - throw new StoreException("No description found for either old or new version of type " + pseudoName); - } - if (!isPseudoType) { - types.put(pseudoName, new TypeEntry(oldType, newType)); - } else { - pseudoTypes.put(pseudoName, oldType.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString()); - } - } - } catch (RepositoryException ex) { - throw new StoreException("Error retrieving namespace description from repository"); - } - } - - private void resolveNamespaces() throws StoreException { - for (TypeEntry entry : types.values()) { - ITypeDescriptor descriptor = entry.getNewType(); - if (descriptor.isNode()) { - String type = descriptor.getType(); - addNamespace(type.substring(0, type.indexOf(':'))); - for (String superType : descriptor.getSuperTypes()) { - addNamespace(superType.substring(0, superType.indexOf(':'))); - } - - for (IFieldDescriptor field : descriptor.getFields().values()) { - ITypeDescriptor sub = field.getTypeDescriptor(); - if (sub.isNode()) { - String subType = sub.getType(); - addNamespace(subType.substring(0, subType.indexOf(':'))); - - List superTypes = sub.getSuperTypes(); - for (String superType : superTypes) { - addNamespace(superType.substring(0, superType.indexOf(':'))); - } - } else if (field.getPath().indexOf(':') > 0) { - addNamespace(field.getPath().substring(0, field.getPath().indexOf(':'))); - } - } - } - } - } - - private void addNamespace(String prefix) { - if (!namespaces.containsKey(prefix)) { - try { - namespaces.put(prefix, jcrSession.getSession().getNamespaceURI(prefix)); - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - } - } - - private void versionNamespace(String prefix) { - if (namespaces.containsKey(prefix)) { - String namespace = namespaces.get(prefix); - String last = namespace; - int pos = namespace.lastIndexOf('/'); - try { - for (String registered : jcrSession.getSession().getNamespacePrefixes()) { - String uri = jcrSession.getSession().getNamespaceURI(registered); - if (uri.startsWith(namespace.substring(0, pos + 1))) { - if (isLater(uri, last)) { - last = uri; - } - } - } - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - return; - } - - int minorPos = last.lastIndexOf('.'); - if (minorPos > pos) { - int minor = Integer.parseInt(last.substring(minorPos + 1)); - namespace = last.substring(0, minorPos + 1) + new Integer(minor + 1).toString(); - namespaces.put(prefix, namespace); - } else { - log.warn("namespace for " + prefix + " does not conform to versionable format"); - } - } else { - log.warn("namespace for " + prefix + " was not found"); - } - } - - private static boolean isLater(String one, String two) { - int pos = one.lastIndexOf('/'); - String[] oneVersions = one.substring(pos + 1).split("\\."); - String[] twoVersions = two.substring(pos + 1).split("\\."); - for (int i = 0; i < oneVersions.length; i++) { - if (i < twoVersions.length) { - int oneVersion = Integer.parseInt(oneVersions[i]); - int twoVersion = Integer.parseInt(twoVersions[i]); - if (oneVersion > twoVersion) { - return true; - } else if (oneVersion < twoVersion) { - return false; - } - } else { - return true; - } - } - return false; - } - - private String getCurrentUri(String prefix) { - if ("system".equals(prefix)) { - return "internal"; - } - try { - NamespaceRegistry nsReg = jcrSession.getSession().getWorkspace().getNamespaceRegistry(); - return nsReg.getURI(prefix); - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - return null; - } - - private void renderField(StringBuffer output, IFieldDescriptor field) throws StoreException { - ITypeDescriptor sub = field.getTypeDescriptor(); - if (sub.isNode()) { - output.append("+"); - } else { - output.append("-"); - } - - if (field.getPath() != null) { - output.append(" " + encode(field.getPath())); - } else { - output.append(" *"); - } - - String type = sub.getType(); - if (type.indexOf(':') == -1) { - type = type.toLowerCase(); - } - output.append(" (" + type + ")"); - if (field.isMultiple()) { - output.append(" multiple"); - } - if (field.isMandatory()) { - output.append(" mandatory"); - } - if (field.isPrimary()) { - output.append(" primary"); - } - output.append("\n"); - } - - private void renderType(StringBuffer output, ITypeDescriptor typeDescriptor) throws StoreException { - String type = typeDescriptor.getType(); - output.append("[" + encode(type) + "]"); - - Iterator superTypes = typeDescriptor.getSuperTypes().iterator(); - boolean first = true; - while (superTypes.hasNext()) { - String superType = superTypes.next(); - if (first) { - first = false; - output.append(" > " + superType); - } else { - output.append(", " + superType); - } - } - - if (typeDescriptor.isMixin()) { - output.append(" mixin"); - } - - // type should be orderable if any of the fields is - for (IFieldDescriptor field : typeDescriptor.getFields().values()) { - if (field.isOrdered()) { - output.append(" orderable"); - break; - } - } - - output.append("\n"); - for (IFieldDescriptor field : typeDescriptor.getDeclaredFields().values()) { - renderField(output, field); - } - output.append("\n"); - } - - private Set sortTypes() throws StoreException { - return new SortContext().sort(); - } - - private static String encode(String name) { - int colon = name.indexOf(':'); - if (colon > 0) { - return name.substring(0, colon + 1) + ISO9075Helper.encodeLocalName(name.substring(colon + 1)); - } - return name; - } - -} Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/FieldIdentifier.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/FieldIdentifier.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/FieldIdentifier.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,55 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.editor.tools; - -import java.io.ObjectStreamException; -import java.io.Serializable; -import java.util.HashMap; -import java.util.Map; - -public class FieldIdentifier implements Serializable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id: $"; - - private static final long serialVersionUID = 1L; - - public String path; - - public String type; - - private Object writeReplace() throws ObjectStreamException { - Map obj = new HashMap(); - obj.put("path", path); - obj.put("type", type); - return obj; - } - - @Override - public boolean equals(Object object) { - if (object != null) { - if (object instanceof FieldIdentifier) { - FieldIdentifier id = (FieldIdentifier) object; - return id.path.equals(path) && id.type.equals(type); - } - } - return false; - } - - @Override - public int hashCode() { - return (path.hashCode() * (type != null ? type.hashCode() : 0)) % 1001; - } -} Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,58 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.type; + +import java.util.List; + +import org.apache.wicket.model.IDetachable; +import org.hippoecm.frontend.model.ocm.IStore; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.types.BuiltinTypeStore; +import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; +import org.hippoecm.frontend.types.TypeLocator; + +public class JcrDraftLocator implements ITypeLocator, IDetachable { + private static final long serialVersionUID = 1L; + + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private TypeLocator locator; + private JcrTypeStore jcrTypeStore; + + public JcrDraftLocator(String prefix) { + jcrTypeStore = new JcrTypeStore(); + JcrDraftStore draftStore = new JcrDraftStore(jcrTypeStore, prefix); + BuiltinTypeStore builtinTypeStore = new BuiltinTypeStore(); + locator = new TypeLocator(new IStore[] { draftStore, jcrTypeStore, builtinTypeStore }); + jcrTypeStore.setTypeLocator(locator); + builtinTypeStore.setTypeLocator(locator); + } + + public List getSubTypes(String type) throws StoreException { + return locator.getSubTypes(type); + } + + public ITypeDescriptor locate(String type) throws StoreException { + return locator.locate(type); + } + + public void detach() { + jcrTypeStore.detach(); + } + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftStore.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -0,0 +1,60 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.editor.type; + +import java.util.Collections; +import java.util.Iterator; +import java.util.Map; + +import org.hippoecm.frontend.model.ocm.IStore; +import org.hippoecm.frontend.model.ocm.StoreException; +import org.hippoecm.frontend.types.ITypeDescriptor; + +public class JcrDraftStore implements IStore { + private static final long serialVersionUID = 1L; + + private final String prefix; + private JcrTypeStore jcrTypeStore; + + public JcrDraftStore(JcrTypeStore typeStore, String prefix) { + this.jcrTypeStore = typeStore; + this.prefix = prefix; + } + + public void delete(ITypeDescriptor object) throws StoreException { + throw new StoreException(); + } + + public Iterator find(Map criteria) throws StoreException { + return Collections.EMPTY_LIST.iterator(); + } + + public ITypeDescriptor load(String id) throws StoreException { + ITypeDescriptor draft = null; + if ((!"system".equals(prefix) && id.indexOf(':') > 0 && id.substring(0, id.indexOf(':')).equals(prefix)) + || ("system".equals(prefix) && id.indexOf(':') < 0)) { + draft = jcrTypeStore.getDraftType(id); + } + if (draft == null) { + throw new StoreException("Could not find draft"); + } + return draft; + } + + public String save(ITypeDescriptor object) throws StoreException { + return jcrTypeStore.save(object); + } +} \ No newline at end of file Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftStore.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrFieldDescriptor.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrFieldDescriptor.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrFieldDescriptor.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import java.util.Collections; import java.util.Iterator; Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrNamespace.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrNamespace.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrNamespace.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import javax.jcr.NamespaceRegistry; import javax.jcr.RepositoryException; @@ -56,6 +56,10 @@ return "/" + HippoNodeType.NAMESPACES_PATH + "/" + prefix; } + public String getPrefix() { + return prefix; + } + public String getCurrentUri() throws RepositoryException { return getUri(prefix); } Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrPrototypeStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrPrototypeStore.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrPrototypeStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,165 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.editor.tools; - -import java.util.HashMap; -import java.util.Map; - -import javax.jcr.NamespaceRegistry; -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.RepositoryException; -import javax.jcr.Session; - -import org.apache.wicket.model.IDetachable; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.session.UserSession; -import org.hippoecm.repository.api.HippoNodeType; -import org.hippoecm.repository.api.HippoSession; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class JcrPrototypeStore implements IDetachable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id: JcrPrototypeStore.java 18825 2009-07-10 15:26:30Z abogaart $"; - - private static final long serialVersionUID = 1L; - - private static final Logger log = LoggerFactory.getLogger(JcrPrototypeStore.class); - - private Map prototypes; - - public JcrNodeModel getPrototype(String name, boolean draft) { - if ("rep:root".equals(name)) { - // ignore the root node - return null; - } - if (prototypes == null) { - prototypes = new HashMap(); - } - JcrNodeModel result = prototypes.get(name); - if (result == null) { - try { - Node node = lookupConfigNode(name, draft); - if (node != null) { - result = new JcrNodeModel(node); - prototypes.put(name, result); - } - } catch (RepositoryException e) { - log.error(e.getMessage()); - } - } - return result; - } - - public JcrNodeModel createPrototype(String name, boolean draft) { - JcrNodeModel prototype = getPrototype(name, draft); - if (prototype != null) { - throw new IllegalArgumentException("prototype " + name + " exists"); - } - - try { - String path = getLocation(name); - Session session = getJcrSession(); - Node handle; - String parentPath = path.substring(0, path.lastIndexOf('/')); - Node parent = session.getRootNode().getNode(parentPath.substring(1)); - if (!session.itemExists(path)) { - handle = parent.addNode(HippoNodeType.HIPPO_PROTOTYPES, HippoNodeType.NT_PROTOTYPESET); - } else { - handle = parent.getNode(HippoNodeType.HIPPO_PROTOTYPES); - } - - Node node; - if (draft) { - node = handle.addNode(HippoNodeType.HIPPO_PROTOTYPE, "nt:unstructured"); - } else { - node = handle.addNode(HippoNodeType.HIPPO_PROTOTYPE, name); - } - parent.save(); - - prototype = new JcrNodeModel(node); - } catch (RepositoryException ex) { - log.error("Failed to create prototype node", ex); - } - return prototype; - } - - public void detach() { - prototypes = null; - } - - // Privates - - private String getUri(String prefix) { - if ("system".equals(prefix)) { - return "internal"; - } - try { - NamespaceRegistry nsReg = getJcrSession().getWorkspace().getNamespaceRegistry(); - return nsReg.getURI(prefix); - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - return null; - } - - private Session getJcrSession() { - return ((UserSession) org.apache.wicket.Session.get()).getJcrSession(); - } - - private String getLocation(String type) { - String prefix = "system"; - String subType = type; - if (type.indexOf(':') > 0) { - prefix = type.substring(0, type.indexOf(':')); - subType = type.substring(type.indexOf(':') + 1); - } - - String uri = getUri(prefix); - String nsVersion = "_" + uri.substring(uri.lastIndexOf("/") + 1); - if (prefix.length() > nsVersion.length() - && nsVersion.equals(prefix.substring(prefix.length() - nsVersion.length()))) { - prefix = prefix.substring(0, prefix.length() - nsVersion.length()); - } - - return "/" + HippoNodeType.NAMESPACES_PATH + "/" + prefix + "/" + subType + "/" - + HippoNodeType.HIPPO_PROTOTYPES; - } - - private Node lookupConfigNode(String type, boolean draft) throws RepositoryException { - HippoSession session = (HippoSession) getJcrSession(); - String path = getLocation(type); - if (!session.itemExists(path) || !session.getItem(path).isNode()) { - return null; - } - NodeIterator iter = ((Node) session.getItem(path)).getNodes(HippoNodeType.HIPPO_PROTOTYPE); - - while (iter.hasNext()) { - Node node = iter.nextNode(); - if (draft) { - if (node.isNodeType("nt:unstructured")) { - return node; - } - } else { - if (!node.isNodeType("nt:unstructured")) { - return node; - } - } - } - return null; - } -} Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrTypeDescriptor.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import java.util.ArrayList; import java.util.Collections; Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrTypeLocator.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import java.util.List; Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/JcrTypeStore.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import java.rmi.RemoteException; import java.util.HashMap; @@ -95,8 +95,7 @@ ITypeDescriptor result = types.get(name); if (result == null) { try { - TypeInfo info = new TypeInfo(name); - TypeVersion version = info.getLatest(); + TypeVersion version = new TypeVersion(name); Node typeNode = version.getTypeNode(getJcrSession()); if (typeNode != null) { result = createTypeDescriptor(typeNode, name); @@ -233,7 +232,10 @@ nsNode.refresh(false); - ITypeDescriptor type = getTypeDescriptor(object.getType()); + ITypeDescriptor type = getDraftType(object.getType()); + if (type == null) { + throw new StoreException("Could not find newly created draft"); + } type.setSuperTypes(object.getSuperTypes()); type.setIsNode(object.isNode()); type.setIsMixin(object.isMixin()); @@ -275,12 +277,13 @@ } } - public ITypeDescriptor getCurrentType(String name) throws StoreException { + public ITypeDescriptor getDraftType(String name) throws StoreException { ITypeDescriptor result = currentTypes.get(name); if (result == null) { try { - TypeInfo info = new TypeInfo(name); - TypeVersion current = info.getCurrent(); + TypeVersion version = new TypeVersion(name); + TypeInfo info = version.getTypeInfo(); + TypeVersion current = info.getDraft(); Node typeNode = current.getTypeNode(getJcrSession()); if (typeNode != null) { result = createTypeDescriptor(typeNode, name); @@ -289,7 +292,7 @@ log.debug("No nodetype description found for " + name); } } catch (RepositoryException e) { - throw new StoreException("Could not find current type descriptor", e); + throw new StoreException("Could not find draft type descriptor", e); } } return result; @@ -345,47 +348,38 @@ return nsInfo.getPath() + "/" + subType; } - TypeVersion getLatest() throws RepositoryException { - boolean latest = true; - String uri = getNamespace().getCurrentUri(); - String prefix; - if (type.indexOf(':') > 0) { - prefix = type.substring(0, type.indexOf(':')); - String typeUri = getJcrSession().getWorkspace().getNamespaceRegistry().getURI(prefix); - if (!typeUri.equals(uri)) { - latest = false; - uri = typeUri; - } - } else { - prefix = "system"; - } - - return new TypeVersion(this, latest, uri); + TypeVersion getDraft() throws RepositoryException { + return new TypeVersion(this, true, null); } - - TypeVersion getCurrent() throws RepositoryException { - String prefix = "system"; - String uri = null; - if (type.indexOf(':') > 0) { - prefix = type.substring(0, type.indexOf(':')); - uri = getJcrSession().getWorkspace().getNamespaceRegistry().getURI(prefix); - } - return new TypeVersion(this, false, uri); - } } private class TypeVersion { TypeInfo info; - boolean latest; + boolean draft; String uri; - public TypeVersion(TypeInfo info, boolean latest, String uri) { + TypeVersion(String type) throws RepositoryException { + info = new TypeInfo(type); + draft = false; + if (type.indexOf(':') > 0) { + String prefix = type.substring(0, type.indexOf(':')); + uri = getJcrSession().getWorkspace().getNamespaceRegistry().getURI(prefix); + } else { + uri = "internal"; + } + } + + TypeVersion(TypeInfo info, boolean draft, String uri) { this.info = info; - this.latest = latest; + this.draft = draft; this.uri = uri; } + TypeInfo getTypeInfo() { + return info; + } + Node getTypeNode(Session session) throws RepositoryException { String path = info.getPath(); if (!session.itemExists(path) || !session.getItem(path).isNode()) { @@ -395,19 +389,33 @@ NodeIterator iter = ((Node) session.getItem(path)).getNode(HippoNodeType.HIPPOSYSEDIT_NODETYPE).getNodes( HippoNodeType.HIPPOSYSEDIT_NODETYPE); - Node current = null; while (iter.hasNext()) { Node node = iter.nextNode(); - if (latest && !node.isNodeType(HippoNodeType.NT_REMODEL)) { - return node; + if (!node.isNodeType(HippoNodeType.NT_REMODEL)) { + if (draft) { + return node; + } else if (node.hasProperty(HippoNodeType.HIPPOSYSEDIT_TYPE)) { + String realType = node.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString(); + String prefix = info.getNamespace().getPrefix(); + String pseudoType; + if (!"system".equals(prefix)) { + pseudoType = prefix + ":" + info.subType; + } else { + pseudoType = info.subType; + } + if (!realType.equals(pseudoType)) { + return node; + } + } } else { if (node.getProperty(HippoNodeType.HIPPO_URI).getString().equals(uri)) { - current = node; + return node; } } } - return current; + return null; + } - } } + } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/PseudoTypeDescriptor.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/PseudoTypeDescriptor.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/PseudoTypeDescriptor.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.hippoecm.editor.tools; +package org.hippoecm.editor.type; import java.util.Iterator; import java.util.List; Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/TypeUpdate.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/tools/TypeUpdate.java 2009-11-30 17:45:31 UTC (rev 20946) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/TypeUpdate.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,43 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.editor.tools; - -import java.io.ObjectStreamException; -import java.io.Serializable; -import java.util.HashMap; -import java.util.Map; - -public class TypeUpdate implements Serializable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id: TypeUpdate.java 17361 2009-04-21 10:07:17Z bvanhalderen $"; - - private static final long serialVersionUID = 1L; - - public String newName; - - public String prototype; - - public Map renames; - - private Object writeReplace() throws ObjectStreamException { - Map obj = new HashMap(); - obj.put("newName", newName); - obj.put("prototype", prototype); - obj.put("renames", renames); - return obj; - } - -} Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -36,10 +36,12 @@ import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.apache.wicket.util.collections.MiniMap; -import org.hippoecm.editor.tools.JcrPrototypeStore; -import org.hippoecm.editor.tools.JcrTypeStore; -import org.hippoecm.frontend.editor.impl.BuiltinTemplateStore; -import org.hippoecm.frontend.editor.impl.JcrTemplateStore; +import org.hippoecm.editor.prototype.JcrPrototypeStore; +import org.hippoecm.editor.template.BuiltinTemplateStore; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.type.JcrDraftStore; +import org.hippoecm.editor.type.JcrTypeStore; +import org.hippoecm.frontend.editor.TemplateEngineException; import org.hippoecm.frontend.editor.plugins.field.NodeFieldPlugin; import org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin; import org.hippoecm.frontend.model.JcrNodeModel; @@ -189,7 +191,7 @@ && (currentTypeDescriptor == null || (!currentTypeDescriptor.getFields().containsKey(name) && !currentTypeDescriptor .getFields().containsKey(newName)))) { JavaFieldDescriptor javaFieldDescriptor = new JavaFieldDescriptor(delegate); - typeDescriptor.removeField(name); + typeDescriptor.removeField(name); javaFieldDescriptor.setName(newName); typeDescriptor.addField(javaFieldDescriptor); delegate = typeDescriptor.getField(newName); @@ -545,7 +547,6 @@ private IStore builtinTemplateStore; private JcrTypeStore jcrTypeStore; - private BuiltinTypeStore builtinTypeStore; private JcrPrototypeStore prototypeStore; @@ -561,7 +562,7 @@ private BuilderPluginList plugins; - public TemplateBuilder(String type, boolean readonly, IPluginContext context, IModel extPtModel) + public TemplateBuilder(final String type, boolean readonly, IPluginContext context, IModel extPtModel) throws BuilderException { this.type = type; this.readonly = readonly; @@ -569,21 +570,41 @@ this.selectedExtPtModel = extPtModel; this.jcrTypeStore = new JcrTypeStore(); - this.builtinTypeStore = new BuiltinTypeStore(); - ITypeLocator fieldTypeLocator = new TypeLocator(new IStore[] { jcrTypeStore, builtinTypeStore }); - builtinTypeStore.setTypeLocator(fieldTypeLocator); + String prefix; + if (type.indexOf(':') > 0) { + prefix = type.substring(0, type.indexOf(':')); + } else { + prefix = "system"; + } + IStore draftStore = new JcrDraftStore(jcrTypeStore, prefix); + BuiltinTypeStore builtinTypeStore = new BuiltinTypeStore(); + ITypeLocator typeLocator = new TypeLocator(new IStore[] { draftStore, jcrTypeStore, builtinTypeStore }); + builtinTypeStore.setTypeLocator(typeLocator); + jcrTypeStore.setTypeLocator(typeLocator); - this.jcrTemplateStore = new JcrTemplateStore(fieldTypeLocator); - this.builtinTemplateStore = new BuiltinTemplateStore(fieldTypeLocator); + this.jcrTemplateStore = new JcrTemplateStore(typeLocator); + this.builtinTemplateStore = new BuiltinTemplateStore(typeLocator); this.prototypeStore = new JcrPrototypeStore(); try { - typeDescriptor = jcrTypeStore.load(type); + typeDescriptor = jcrTypeStore.getDraftType(type); + if (typeDescriptor == null) { + if (readonly) { + typeDescriptor = jcrTypeStore.load(type); + } else { + throw new BuilderException("No draft found for type " + type); + } + } try { - currentTypeDescriptor = jcrTypeStore.getCurrentType(type); + currentTypeDescriptor = jcrTypeStore.load(type); } catch (StoreException ex) { + try { + currentTypeDescriptor = builtinTypeStore.load(type); + } catch (StoreException ex2) { + // ignore + } // ignore } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateTypeEditorPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateTypeEditorPlugin.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateTypeEditorPlugin.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -26,6 +26,7 @@ import org.apache.wicket.model.LoadableDetachableModel; import org.apache.wicket.model.Model; import org.hippoecm.frontend.editor.ITemplateEngine; +import org.hippoecm.frontend.editor.impl.TemplateEngineFactory; import org.hippoecm.frontend.model.IModelReference; import org.hippoecm.frontend.model.ModelReference; import org.hippoecm.frontend.model.event.IEvent; @@ -75,6 +76,7 @@ private String typeModelId; private String selectedPluginId; private String selectedExtPtId; + private String engineId; public TemplateTypeEditorPlugin(IPluginContext context, IPluginConfig config) { super(context, config); @@ -101,6 +103,11 @@ try { Node node = (Node) nodeModel.getObject(); String typeName = node.getParent().getName() + ":" + node.getName(); + + engineId = context.getReference(this).getServiceId() + ".engine"; + TemplateEngineFactory factory = new TemplateEngineFactory(node.getParent().getName()); + context.registerService(factory, engineId); + IModel selectedExtensionPointModel = new LoadableDetachableModel() { private static final long serialVersionUID = 1L; @@ -166,7 +173,7 @@ // selectedExtPt ? IPluginConfig parameters = new JavaPluginConfig(); - parameters.put(ITemplateEngine.ENGINE, config.getString("engine")); + parameters.put(ITemplateEngine.ENGINE, engineId); parameters.put(ITemplateEngine.MODE, mode); parameters.put(RenderService.WICKET_ID, config.getString("template")); Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/editor/EditorForm.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/editor/EditorForm.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/editor/EditorForm.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -73,7 +73,7 @@ setMultiPart(true); - engineFactory = new TemplateEngineFactory(); + engineFactory = new TemplateEngineFactory(null); engine = engineFactory.getService(context); context.registerService(engineFactory, ITemplateEngine.class.getName()); engineId = context.getReference(engineFactory).getServiceId(); Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateConfig.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateConfig.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateConfig.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,108 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.editor.impl; - -import java.util.LinkedList; -import java.util.List; -import java.util.Map; - -import org.hippoecm.frontend.editor.plugins.field.NodeFieldPlugin; -import org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.plugin.config.impl.JavaClusterConfig; -import org.hippoecm.frontend.plugin.config.impl.JavaPluginConfig; -import org.hippoecm.frontend.service.render.ListViewPlugin; -import org.hippoecm.frontend.types.IFieldDescriptor; -import org.hippoecm.frontend.types.ITypeDescriptor; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class BuiltinTemplateConfig extends JavaClusterConfig { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id: $"; - - private static final long serialVersionUID = 1L; - - static final Logger log = LoggerFactory.getLogger(BuiltinTemplateConfig.class); - - private ITypeDescriptor type; - private String name; - - public BuiltinTemplateConfig(ITypeDescriptor type) { - this.type = type; - super.put("type", type.getName()); - this.name = type.getName().replace(':', '_'); - } - - @Override - public String getName() { - return name; - } - - @Override - public List getServices() { - List result = new LinkedList(); - result.add("wicket.id"); - return result; - } - - @Override - public List getReferences() { - List result = new LinkedList(); - result.add("wicket.model"); - result.add("engine"); - return result; - } - - @Override - public List getProperties() { - List result = new LinkedList(); - result.add("mode"); - return result; - } - - @Override - public List getPlugins() { - List list = new LinkedList(); - IPluginConfig config = new JavaPluginConfig("root"); - config.put("plugin.class", ListViewPlugin.class.getName()); - config.put("wicket.id", "${wicket.id}"); - config.put("item", "${cluster.id}.field"); - list.add(config); - - Map fields = type.getFields(); - for (Map.Entry entry : fields.entrySet()) { - IFieldDescriptor field = entry.getValue(); - ITypeDescriptor type = field.getTypeDescriptor(); - - config = new JavaPluginConfig(entry.getKey()); - if (type.isNode()) { - config.put("plugin.class", NodeFieldPlugin.class.getName()); - } else { - config.put("plugin.class", PropertyFieldPlugin.class.getName()); - } - config.put("wicket.id", "${cluster.id}.field"); - config.put("wicket.model", "${wicket.model}"); - config.put("engine", "${engine}"); - config.put("mode", "${mode}"); - config.put("caption", entry.getKey()); - config.put("field", entry.getKey()); - list.add(config); - } - return list; - } - -} Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateStore.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/BuiltinTemplateStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,70 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.editor.impl; - -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -import java.util.Map; - -import org.hippoecm.frontend.model.ocm.IStore; -import org.hippoecm.frontend.model.ocm.StoreException; -import org.hippoecm.frontend.plugin.config.IClusterConfig; -import org.hippoecm.frontend.types.ITypeDescriptor; -import org.hippoecm.frontend.types.ITypeLocator; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class BuiltinTemplateStore implements IStore { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final long serialVersionUID = 1L; - - static final Logger log = LoggerFactory.getLogger(BuiltinTemplateStore.class); - - private ITypeLocator typeLocator; - - public BuiltinTemplateStore(ITypeLocator typeStore) { - this.typeLocator = typeStore; - } - - public Iterator find(Map criteria) { - if (criteria.containsKey("type")) { - List list = new ArrayList(1); - list.add(new BuiltinTemplateConfig((ITypeDescriptor) criteria.get("type"))); - return list.iterator(); - } - return new ArrayList(0).iterator(); - } - - public IClusterConfig load(String id) throws StoreException { - try { - return new BuiltinTemplateConfig(typeLocator.locate(id)); - } catch (StoreException ex) { - throw new StoreException("No type found for " + id, ex); - } - } - - public String save(IClusterConfig cluster) throws StoreException { - throw new UnsupportedOperationException("Builtin template store is read only"); - } - - public void delete(IClusterConfig object) { - throw new UnsupportedOperationException("Builtin template store is read only"); - } - -} Deleted: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/JcrTemplateStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/JcrTemplateStore.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/JcrTemplateStore.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -1,271 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.editor.impl; - -import java.util.ArrayList; -import java.util.Iterator; -import java.util.LinkedList; -import java.util.List; -import java.util.Map; - -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.RepositoryException; -import javax.jcr.Value; -import javax.jcr.query.Query; -import javax.jcr.query.QueryManager; - -import org.apache.wicket.Session; -import org.apache.wicket.model.IDetachable; -import org.hippoecm.editor.EditorNodeType; -import org.hippoecm.editor.tools.JcrNamespace; -import org.hippoecm.frontend.FrontendNodeType; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.model.ocm.IStore; -import org.hippoecm.frontend.model.ocm.StoreException; -import org.hippoecm.frontend.plugin.config.IClusterConfig; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.plugin.config.impl.JcrClusterConfig; -import org.hippoecm.frontend.plugin.config.impl.JcrPluginConfig; -import org.hippoecm.frontend.session.UserSession; -import org.hippoecm.frontend.types.ITypeDescriptor; -import org.hippoecm.frontend.types.ITypeLocator; -import org.hippoecm.repository.api.HippoNodeType; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class JcrTemplateStore implements IStore, IDetachable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final long serialVersionUID = 1L; - - static final Logger log = LoggerFactory.getLogger(JcrTemplateStore.class); - - private ITypeLocator typeLocator; - - public JcrTemplateStore(ITypeLocator typeStore) { - this.typeLocator = typeStore; - } - - public List getAvailableMixins() { - List mixins = new LinkedList(); - - try { - javax.jcr.Session session = ((UserSession) Session.get()).getJcrSession(); - QueryManager qMgr = session.getWorkspace().getQueryManager(); - Query query = qMgr.createQuery("//element(*, " + HippoNodeType.NT_NODETYPE + ")[@" - + HippoNodeType.HIPPO_MIXIN + "='true']", Query.XPATH); - NodeIterator iter = query.execute().getNodes(); - while (iter.hasNext()) { - Node node = iter.nextNode(); - log.debug("search result: {}", node.getPath()); - - node = node.getParent(); - if (!node.isNodeType(HippoNodeType.NT_HANDLE)) { - log.debug("invalid parent"); - continue; - } - node = node.getParent(); - if (!node.isNodeType(HippoNodeType.NT_TEMPLATETYPE)) { - log.debug("invalid ancestor"); - continue; - } - - if (!node.isNodeType(EditorNodeType.NT_EDITABLE)) { - log.debug("no template present"); - continue; - } - - Node parent = node.getParent(); - if (!parent.isNodeType(HippoNodeType.NT_NAMESPACE)) { - log.debug("invalid great ancestor"); - continue; - } - - String name; - if ("system".equals(parent.getName())) { - name = node.getName(); - } else { - name = parent.getName() + ":" + node.getName(); - } - log.debug("found: " + name); - mixins.add(name); - } - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - - return mixins; - } - - public Iterator find(Map criteria) { - if (criteria.containsKey("type")) { - List list = new ArrayList(1); - try { - list.add(getTemplate((ITypeDescriptor) criteria.get("type"))); - } catch (StoreException ex) { - // ignore - } - return list.iterator(); - } - return new ArrayList(0).iterator(); - } - - public IClusterConfig load(String id) throws StoreException { - JcrNodeModel nodeModel = new JcrNodeModel(id); - if (nodeModel.getNode() == null) { - throw new StoreException("Unknown template " + id); - } - return new JcrClusterConfig(nodeModel); - } - - public String save(IClusterConfig cluster) throws StoreException { - if (cluster instanceof JcrClusterConfig) { - try { - Node node = ((JcrClusterConfig) cluster).getNodeModel().getNode(); - node.save(); - return node.getPath(); - } catch (RepositoryException ex) { - throw new StoreException(ex); - } - } else { - String type = cluster.getString("type"); - if (type == null) { - throw new StoreException("Can only store clusters with a type"); - } - try { - Node node = getTemplateNode(typeLocator.locate(type), true); - - JcrClusterConfig jcrConfig = new JcrClusterConfig(new JcrNodeModel(node)); - for (Map.Entry entry : cluster.entrySet()) { - jcrConfig.put(entry.getKey(), entry.getValue()); - } - - for (IPluginConfig plugin : cluster.getPlugins()) { - Node child = node.addNode(plugin.getName(), FrontendNodeType.NT_PLUGIN); - JcrPluginConfig pluginConfig = new JcrPluginConfig(new JcrNodeModel(child)); - for (Map.Entry entry : plugin.entrySet()) { - pluginConfig.put(entry.getKey(), entry.getValue()); - } - } - - node.setProperty(FrontendNodeType.FRONTEND_SERVICES, getValues(cluster.getServices())); - node.setProperty(FrontendNodeType.FRONTEND_REFERENCES, getValues(cluster.getReferences())); - node.setProperty(FrontendNodeType.FRONTEND_PROPERTIES, getValues(cluster.getProperties())); - - node.save(); - return node.getPath(); - } catch (RepositoryException ex) { - throw new StoreException(ex); - } - } - } - - public void delete(IClusterConfig object) { - } - - /** - * Retrieve the node that contains the template cluster. Throws an exception when no such - * node can be found. - */ - protected Node getTemplateNode(ITypeDescriptor type, boolean create) throws RepositoryException, StoreException { - javax.jcr.Session session = ((UserSession) Session.get()).getJcrSession(); - - String typeName = type.getName(); - String prefix; - String subType; - if (typeName.indexOf(':') > 0) { - prefix = typeName.substring(0, typeName.indexOf(':')); - subType = typeName.substring(typeName.indexOf(':') + 1); - } else { - prefix = "system"; - subType = typeName; - } - String path = new JcrNamespace(session, prefix).getPath() + "/" + subType; - if (!session.itemExists(path)) { - throw new StoreException("No template type node exists"); - } - Node typeNode = (Node) session.getItem(path); - - boolean save = false; - try { - Node templateSetNode; - if (!typeNode.isNodeType(EditorNodeType.NT_EDITABLE)) { - if (create) { - typeNode.addMixin(EditorNodeType.NT_EDITABLE); - templateSetNode = typeNode.addNode(EditorNodeType.EDITOR_TEMPLATES, EditorNodeType.NT_TEMPLATESET); - save = true; - } else { - throw new StoreException("Type " + type + " is not editable"); - } - } else { - templateSetNode = typeNode.getNode(EditorNodeType.EDITOR_TEMPLATES); - } - - // use the first available template - Node templateNode = null; - NodeIterator nodes = templateSetNode.getNodes(); - while (nodes.hasNext()) { - Node template = nodes.nextNode(); - if (template != null && template.isNodeType(FrontendNodeType.NT_PLUGINCLUSTER)) { - templateNode = template; - break; - } - } - if (templateNode == null) { - if (create) { - templateNode = templateSetNode.addNode("_default_", FrontendNodeType.NT_PLUGINCLUSTER); - save = true; - } else { - throw new StoreException("No template found for " + type); - } - } - return templateNode; - } finally { - if (save) { - typeNode.save(); - } - } - } - - protected IClusterConfig getTemplate(ITypeDescriptor type) throws StoreException { - try { - Node node = getTemplateNode(type, false); - return new JcrClusterConfig(new JcrNodeModel(node)); - } catch (RepositoryException ex) { - log.error("Error while fetching template for type: " + type, ex); - } - return null; - } - - public void detach() { - if (typeLocator instanceof IDetachable) { - ((IDetachable) typeLocator).detach(); - } - } - - private Value[] getValues(List list) throws RepositoryException { - Value[] values = new Value[list.size()]; - int i = 0; - for (String override : list) { - values[i++] = ((UserSession) org.apache.wicket.Session.get()).getJcrSession().getValueFactory() - .createValue(override); - } - return values; - } - -} Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngine.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngine.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngine.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -15,7 +15,6 @@ */ package org.hippoecm.frontend.editor.impl; -import java.util.Iterator; import java.util.List; import java.util.Map; @@ -25,16 +24,15 @@ import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.apache.wicket.util.collections.MiniMap; -import org.hippoecm.editor.tools.JcrPrototypeStore; -import org.hippoecm.editor.tools.JcrTypeLocator; +import org.hippoecm.editor.prototype.IPrototypeStore; +import org.hippoecm.editor.template.ITemplateLocator; import org.hippoecm.frontend.editor.ITemplateEngine; import org.hippoecm.frontend.editor.TemplateEngineException; import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.model.ocm.StoreException; -import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.config.IClusterConfig; import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; import org.hippoecm.repository.api.HippoNodeType; import org.hippoecm.repository.api.NodeNameCodec; import org.slf4j.Logger; @@ -48,23 +46,21 @@ static Logger log = LoggerFactory.getLogger(TemplateEngine.class); - private JcrTypeLocator typeStore; - private JcrTemplateStore jcrTemplateStore; - private IStore builtinTemplateStore; - private JcrPrototypeStore prototypeStore; + private ITypeLocator typeLocator; + private ITemplateLocator templateLocator; + private IPrototypeStore prototypeStore; private EditableTypes editableTypes; - public TemplateEngine(IPluginContext context) { - typeStore = new JcrTypeLocator(); - - this.jcrTemplateStore = new JcrTemplateStore(typeStore); - this.builtinTemplateStore = new BuiltinTemplateStore(typeStore); - this.prototypeStore = new JcrPrototypeStore(); + public TemplateEngine(ITypeLocator typeLocator, IPrototypeStore prototypeStore, + ITemplateLocator templateLocator) { + this.typeLocator = typeLocator; + this.prototypeStore = prototypeStore; + this.templateLocator = templateLocator; } public ITypeDescriptor getType(String type) throws TemplateEngineException { try { - return typeStore.locate(type); + return typeLocator.locate(type); } catch (StoreException ex) { throw new TemplateEngineException("Unable to load type", ex); } @@ -108,19 +104,11 @@ Map criteria = new MiniMap(2); criteria.put("type", type); criteria.put("mode", mode); - Iterator iter = jcrTemplateStore.find(criteria); - if (iter.hasNext()) { - return iter.next(); - } try { - iter = builtinTemplateStore.find(criteria); - if (iter.hasNext()) { - return iter.next(); - } + return templateLocator.getTemplate(criteria); } catch (StoreException e) { throw new TemplateEngineException("Error locating template", e); } - throw new TemplateEngineException("No template found"); } public IModel getPrototype(ITypeDescriptor type) { @@ -135,9 +123,15 @@ } public void detach() { - jcrTemplateStore.detach(); - prototypeStore.detach(); - typeStore.detach(); + if (templateLocator instanceof IDetachable) { + ((IDetachable) templateLocator).detach(); + } + if (prototypeStore instanceof IDetachable) { + ((IDetachable) prototypeStore).detach(); + } + if (typeLocator instanceof IDetachable) { + ((IDetachable) typeLocator).detach(); + } editableTypes = null; } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngineFactory.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngineFactory.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/impl/TemplateEngineFactory.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -19,9 +19,20 @@ import java.util.Map; import org.apache.wicket.model.IDetachable; +import org.hippoecm.editor.prototype.IPrototypeStore; +import org.hippoecm.editor.prototype.JcrPrototypeStore; +import org.hippoecm.editor.template.BuiltinTemplateStore; +import org.hippoecm.editor.template.ITemplateLocator; +import org.hippoecm.editor.template.ITemplateStore; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.template.TemplateLocator; +import org.hippoecm.editor.type.JcrDraftLocator; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.editor.ITemplateEngine; +import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.IServiceFactory; +import org.hippoecm.frontend.types.ITypeLocator; public class TemplateEngineFactory implements IServiceFactory, IDetachable { @SuppressWarnings("unused") @@ -30,10 +41,27 @@ private static final long serialVersionUID = 1L; private Map engines = new HashMap(); - + + private ITypeLocator typeLocator; + private ITemplateLocator templateLocator; + private IPrototypeStore prototypeStore; + + public TemplateEngineFactory(String prefix) { + if (prefix == null) { + typeLocator = new JcrTypeLocator(); + } else { + typeLocator = new JcrDraftLocator(prefix); + } + ITemplateStore jcrTemplateStore = new JcrTemplateStore(typeLocator); + ITemplateStore builtinTemplateStore = new BuiltinTemplateStore(typeLocator); + templateLocator = new TemplateLocator(new IStore[] { jcrTemplateStore, builtinTemplateStore }); + + prototypeStore = new JcrPrototypeStore(); + } + public ITemplateEngine getService(IPluginContext context) { if (!engines.containsKey(context)) { - engines.put(context, new TemplateEngine(context)); + engines.put(context, new TemplateEngine(typeLocator, prototypeStore, templateLocator)); } return engines.get(context); } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -22,7 +22,7 @@ import javax.jcr.RepositoryException; import org.apache.wicket.model.IModel; -import org.hippoecm.editor.tools.JcrTypeLocator; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.model.IModelReference; import org.hippoecm.frontend.model.ocm.StoreException; import org.hippoecm.frontend.plugin.IPluginContext; Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -47,7 +47,7 @@ public ViewerPlugin(IPluginContext context, IPluginConfig properties) { super(context, properties); - TemplateEngineFactory factory = new TemplateEngineFactory(); + TemplateEngineFactory factory = new TemplateEngineFactory(null); engine = factory.getService(context); context.registerService(factory, ITemplateEngine.class.getName()); engineId = context.getReference(factory).getServiceId(); Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -32,8 +32,8 @@ import org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin; import org.hippoecm.addon.workflow.StdWorkflow; import org.hippoecm.addon.workflow.WorkflowDescriptorModel; +import org.hippoecm.editor.cnd.CndSerializer; import org.hippoecm.editor.repository.NamespaceWorkflow; -import org.hippoecm.editor.tools.CndSerializer; import org.hippoecm.frontend.dialog.IDialogService.Dialog; import org.hippoecm.frontend.editor.layout.ILayoutProvider; import org.hippoecm.frontend.editor.workflow.action.NewCompoundTypeAction; Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewCompoundTypeAction.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewCompoundTypeAction.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewCompoundTypeAction.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -20,9 +20,9 @@ import org.hippoecm.addon.workflow.StdWorkflow; import org.hippoecm.editor.NamespaceValidator; import org.hippoecm.editor.repository.NamespaceWorkflow; -import org.hippoecm.editor.tools.JcrTypeLocator; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.type.JcrDraftLocator; import org.hippoecm.frontend.dialog.IDialogService.Dialog; -import org.hippoecm.frontend.editor.impl.JcrTemplateStore; import org.hippoecm.frontend.editor.layout.ILayoutProvider; import org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin; import org.hippoecm.frontend.editor.workflow.TemplateFactory; @@ -67,7 +67,7 @@ // create layout // FIXME: should be managed by template engine - JcrTemplateStore templateStore = new JcrTemplateStore(new JcrTypeLocator()); + JcrTemplateStore templateStore = new JcrTemplateStore(new JcrDraftLocator(prefix)); IClusterConfig template = new TemplateFactory().createTemplate(layoutProvider.getDescriptor(layout)); template.put("type", prefix + ":" + name); templateStore.save(template); Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewDocumentTypeAction.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewDocumentTypeAction.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/action/NewDocumentTypeAction.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -25,16 +25,20 @@ import org.hippoecm.addon.workflow.StdWorkflow; import org.hippoecm.editor.NamespaceValidator; import org.hippoecm.editor.repository.NamespaceWorkflow; -import org.hippoecm.editor.tools.JcrTypeLocator; -import org.hippoecm.editor.tools.JcrTypeStore; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.type.JcrDraftStore; +import org.hippoecm.editor.type.JcrTypeStore; import org.hippoecm.frontend.dialog.IDialogService.Dialog; -import org.hippoecm.frontend.editor.impl.JcrTemplateStore; import org.hippoecm.frontend.editor.layout.ILayoutProvider; import org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin; import org.hippoecm.frontend.editor.workflow.TemplateFactory; import org.hippoecm.frontend.editor.workflow.dialog.CreateDocumentTypeDialog; +import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.plugin.config.IClusterConfig; +import org.hippoecm.frontend.types.BuiltinTypeStore; import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; +import org.hippoecm.frontend.types.TypeLocator; import org.hippoecm.repository.api.Workflow; public class NewDocumentTypeAction extends Action { @@ -78,7 +82,13 @@ String prefix = (String) workflow.hints().get("prefix"); JcrTypeStore typeStore = new JcrTypeStore(); - ITypeDescriptor typeDescriptor = typeStore.getTypeDescriptor(prefix + ":" + name); + JcrDraftStore draftStore = new JcrDraftStore(typeStore, prefix); + BuiltinTypeStore builtinStore = new BuiltinTypeStore(); + ITypeLocator typeLocator = new TypeLocator(new IStore[] {draftStore, typeStore, builtinStore}); + typeStore.setTypeLocator(typeLocator); + builtinStore.setTypeLocator(typeLocator); + + ITypeDescriptor typeDescriptor = typeStore.getDraftType(prefix + ":" + name); List types = typeDescriptor.getSuperTypes(); for (String mixin : mixins) { types.add(mixin); @@ -88,7 +98,7 @@ // create layout // FIXME: should be managed by template engine - JcrTemplateStore templateStore = new JcrTemplateStore(new JcrTypeLocator()); + JcrTemplateStore templateStore = new JcrTemplateStore(typeLocator); IClusterConfig template = new TemplateFactory().createTemplate(layoutProvider.getDescriptor(layout)); template.put("type", prefix + ":" + name); templateStore.save(template); Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/dialog/CreateDocumentTypeDialog.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/dialog/CreateDocumentTypeDialog.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/dialog/CreateDocumentTypeDialog.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -30,8 +30,8 @@ import org.apache.wicket.model.ResourceModel; import org.apache.wicket.model.StringResourceModel; import org.hippoecm.editor.NamespaceValidator; -import org.hippoecm.editor.tools.JcrTypeLocator; -import org.hippoecm.frontend.editor.impl.JcrTemplateStore; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.editor.layout.ILayoutProvider; import org.hippoecm.frontend.editor.workflow.action.NewDocumentTypeAction; import org.hippoecm.frontend.i18n.types.TypeTranslator; @@ -59,7 +59,7 @@ JcrTemplateStore templateStore = new JcrTemplateStore(new JcrTypeLocator()); - cg.add(new DataView("mixins", new ListDataProvider(templateStore.getAvailableMixins())) { + cg.add(new DataView("mixins", new ListDataProvider(templateStore.getMetadataEditors())) { private static final long serialVersionUID = 1L; @Override Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -28,7 +28,7 @@ import javax.jcr.Node; import org.apache.wicket.model.IModel; -import org.hippoecm.editor.tools.JcrTypeStore; +import org.hippoecm.editor.type.JcrTypeStore; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.editor.ITemplateEngine; import org.hippoecm.frontend.editor.impl.TemplateEngineFactory; @@ -88,7 +88,7 @@ * verify that a plugin is added to the cluster when a field is added to the type */ public void testAddField() throws Exception { - TemplateBuilder builder = new TemplateBuilder("test:test", false, context, new ExtPtModel()); + TemplateBuilder builder = new TemplateBuilder("test:edited", false, context, new ExtPtModel()); final List added = new LinkedList(); final List removed = new LinkedList(); @@ -138,7 +138,7 @@ * verify that a field is removed from the type when a plugin is removed from the cluster */ public void testRemovePlugin() throws Exception { - TemplateBuilder builder = new TemplateBuilder("test:test", false, context, new ExtPtModel()); + TemplateBuilder builder = new TemplateBuilder("test:edited", false, context, new ExtPtModel()); // initialize type descriptor and template final ITypeDescriptor type = builder.getTypeDescriptor(); @@ -187,7 +187,7 @@ @Test public void testAddRemoveCycle() throws Exception { - TemplateBuilder builder = new TemplateBuilder("test:test", false, context, new ExtPtModel()); + TemplateBuilder builder = new TemplateBuilder("test:edited", false, context, new ExtPtModel()); // initialize type descriptor and template final ITypeDescriptor type = builder.getTypeDescriptor(); @@ -216,7 +216,7 @@ @Test public void testChangePath() throws Exception { - TemplateBuilder builder = new TemplateBuilder("test:test", false, context, new ExtPtModel()); + TemplateBuilder builder = new TemplateBuilder("test:edited", false, context, new ExtPtModel()); // initialize type descriptor and template ITypeDescriptor type = builder.getTypeDescriptor(); @@ -282,7 +282,7 @@ @Test public void testSetPathOnSubTypePreservesFieldName() throws Exception { - TemplateBuilder builder = new TemplateBuilder("test:test", false, context, new ExtPtModel()); + TemplateBuilder builder = new TemplateBuilder("test:edited", false, context, new ExtPtModel()); // initialize type descriptor and template ITypeDescriptor type = builder.getTypeDescriptor(); @@ -307,17 +307,17 @@ context.registerService(yuiWebApp, "service.behavior.yui"); home.add(new PageLayoutPlugin(context, new JavaPluginConfig())); - Node templateTypeNode = session.getRootNode().getNode("hippo:namespaces/test/test"); + Node templateTypeNode = session.getRootNode().getNode("hippo:namespaces/test/edited"); JcrNodeModel nodeModel = new JcrNodeModel(templateTypeNode); ModelReference modelRef = new ModelReference("service.model", nodeModel); modelRef.init(context); - TemplateEngineFactory factory = new TemplateEngineFactory(); + TemplateEngineFactory factory = new TemplateEngineFactory(null); context.registerService(factory, "service.engine"); ITemplateEngine engine = context.getService("service.engine", ITemplateEngine.class); ITypeDescriptor type = engine.getType(nodeModel); - IClusterConfig template = engine.getTemplate(type, "view"); + IClusterConfig template = engine.getTemplate(type, "edit"); JavaPluginConfig parameters = new JavaPluginConfig(); parameters.put("wicket.id", "service.root"); parameters.put("wicket.model", "service.model"); @@ -344,17 +344,17 @@ context.registerService(yuiWebApp, "service.behavior.yui"); home.add(new PageLayoutPlugin(context, new JavaPluginConfig())); - Node templateTypeNode = session.getRootNode().getNode("hippo:namespaces/test/test"); + Node templateTypeNode = session.getRootNode().getNode("hippo:namespaces/test/edited"); JcrNodeModel nodeModel = new JcrNodeModel(templateTypeNode); ModelReference modelRef = new ModelReference("service.model", nodeModel); modelRef.init(context); - TemplateEngineFactory factory = new TemplateEngineFactory(); + TemplateEngineFactory factory = new TemplateEngineFactory(null); context.registerService(factory, "service.engine"); ITemplateEngine engine = context.getService("service.engine", ITemplateEngine.class); ITypeDescriptor type = engine.getType(nodeModel); - IClusterConfig template = engine.getTemplate(type, "view"); + IClusterConfig template = engine.getTemplate(type, "edit"); JavaPluginConfig parameters = new JavaPluginConfig(); parameters.put("wicket.id", "service.root"); parameters.put("wicket.model", "service.model"); Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/impl/JcrTemplateStoreTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/impl/JcrTemplateStoreTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/impl/JcrTemplateStoreTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -22,7 +22,8 @@ import java.util.Map; import org.apache.wicket.util.collections.MiniMap; -import org.hippoecm.editor.tools.JcrTypeLocator; +import org.hippoecm.editor.template.JcrTemplateStore; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.plugin.config.IClusterConfig; Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/tools/JcrTypeDescriptorTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/tools/JcrTypeDescriptorTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/tools/JcrTypeDescriptorTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -24,8 +24,8 @@ import java.io.ObjectOutputStream; import java.util.Map; -import org.hippoecm.editor.tools.JcrTypeDescriptor; -import org.hippoecm.editor.tools.JcrTypeStore; +import org.hippoecm.editor.type.JcrTypeDescriptor; +import org.hippoecm.editor.type.JcrTypeStore; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.types.IFieldDescriptor; import org.hippoecm.frontend.types.ITypeDescriptor; Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/validator/ValidationPluginTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/validator/ValidationPluginTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/validator/ValidationPluginTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -24,8 +24,8 @@ import javax.jcr.Node; -import org.hippoecm.editor.tools.JcrTypeDescriptor; -import org.hippoecm.editor.tools.JcrTypeLocator; +import org.hippoecm.editor.type.JcrTypeDescriptor; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.ModelReference; Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPluginTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPluginTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPluginTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -40,6 +40,7 @@ import org.hippoecm.repository.api.HippoWorkspace; import org.hippoecm.repository.api.WorkflowDescriptor; import org.hippoecm.repository.api.WorkflowManager; +import org.hippoecm.repository.util.Utilities; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -99,6 +100,7 @@ nsWfl.createNamespace("testns", "http://example.org/test/0.0"); Node documentNode = session.getRootNode().getNode("hippo:namespaces/testns"); + Utilities.dump(documentNode); String category = "test"; WorkflowDescriptor descriptor = wflMgr.getWorkflowDescriptor(category, documentNode); WorkflowDescriptorModel pluginModel = new WorkflowDescriptorModel(descriptor, category, documentNode); Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/CndSerializationTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/CndSerializationTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/CndSerializationTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -30,7 +30,7 @@ import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.spi.commons.namespace.NamespaceMapping; import org.apache.wicket.Session; -import org.hippoecm.editor.tools.CndSerializer; +import org.hippoecm.editor.cnd.CndSerializer; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.model.JcrSessionModel; import org.hippoecm.frontend.session.UserSession; Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/TypeStoreTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/TypeStoreTest.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/types/TypeStoreTest.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -24,7 +24,7 @@ import java.util.Map; import java.util.Set; -import org.hippoecm.editor.tools.JcrTypeStore; +import org.hippoecm.editor.type.JcrTypeStore; import org.hippoecm.frontend.PluginTest; import org.hippoecm.frontend.model.ocm.IStore; import org.junit.Test; @@ -58,10 +58,10 @@ Map fields = type.getFields(); assertEquals(2, fields.size()); - assertTrue(fields.keySet().contains("test:title")); - assertTrue(fields.keySet().contains("test:child")); + assertTrue(fields.keySet().contains("title")); + assertTrue(fields.keySet().contains("child")); - IFieldDescriptor title = fields.get("test:title"); + IFieldDescriptor title = fields.get("title"); assertEquals("String", title.getTypeDescriptor().getName()); assertEquals("test:title", title.getPath()); } @@ -82,7 +82,7 @@ jcrTypeStore.save(builtinType); - ITypeDescriptor type = jcrTypeStore.load("test:test2"); + ITypeDescriptor type = jcrTypeStore.getDraftType("test:test2"); assertEquals("test:test2", type.getName()); Map fields = type.getFields(); @@ -151,4 +151,27 @@ assertTrue(fields.keySet().contains("title")); assertTrue(fields.keySet().contains("child")); } + + @Test + public void testFetchDraft() throws Exception { + JcrTypeStore typeStore = new JcrTypeStore(); + ITypeDescriptor type = typeStore.getDraftType("test:edited"); + assertEquals("test:edited", type.getName()); + + Map fields = type.getFields(); + assertEquals(2, fields.size()); + assertTrue(fields.keySet().contains("title")); + assertTrue(fields.keySet().contains("child")); + + IFieldDescriptor title = fields.get("title"); + assertEquals("String", title.getTypeDescriptor().getName()); + assertEquals("test:title", title.getPath()); + + // current type should be the builtin descriptor + type = typeStore.getTypeLocator().locate("test:edited"); + fields = type.getFields(); + assertEquals(1, fields.size()); + assertTrue(fields.keySet().contains("title")); + } + } Modified: hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test-namespace.xml =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test-namespace.xml 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test-namespace.xml 2009-12-01 13:55:13 UTC (rev 20958) @@ -737,5 +737,205 @@ + + + + hipposysedit:templatetype + + + mix:referenceable + editor:editable + + + + hippo:handle + + + hippo:hardhandle + + + + hipposysedit:nodetype + + + + hipposysedit:field + + + test:title + + + String + + + + + hipposysedit:field + + + test:child + + + nt:unstructured + + + + + + + editor:templateset + + + + frontend:plugincluster + + + mode + + + engine + wicket.model + + + wicket.id + + + + frontend:plugin + + + ${cluster.id}.field + + + org.hippoecm.frontend.service.render.ListViewPlugin + + + ${wicket.id} + + + + + frontend:plugin + + + ${engine} + + + title + + + Title + + + ${mode} + + + org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin + + + hippo-template-default-title + + + ${cluster.id}.field + + + ${wicket.model} + + + ${cluster.id}.translator + + + + + frontend:plugin + + + ${engine} + + + child + + + Child + + + ${mode} + + + org.hippoecm.frontend.editor.plugins.field.NodeFieldPlugin + + + hippo-template-default-title + + + ${cluster.id}.field + + + ${wicket.model} + + + ${cluster.id}.translator + + + + + + + hipposysedit:prototypeset + + + + test:edited + + + title + + + + + + + + + hipposysedit:templatetype + + + mix:referenceable + + + + hippo:handle + + + hippo:hardhandle + + + + hipposysedit:nodetype + + + hipposysedit:remodel + + + http://www.hippoecm.org/editor/test/nt/0.1 + + + test:edited + + + + hipposysedit:field + + + test:extra + + + String + + + + + + Modified: hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test.cnd =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test.cnd 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/addon/editor/test/src/test/resources/org/hippoecm/repository/test.cnd 2009-12-01 13:55:13 UTC (rev 20958) @@ -66,5 +66,9 @@ + test:uncascaded (test:uncascaded) + * (test:validator) +[test:edited] +- test:title (string) +[test:inheritingfromedited] > test:edited +- test:extra (string) Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java 2009-12-01 13:44:45 UTC (rev 20957) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java 2009-12-01 13:55:13 UTC (rev 20958) @@ -134,12 +134,12 @@ protected void addDefinition(String prefix, ItemDefinition definition) throws StoreException { BuiltinFieldDescriptor field = new BuiltinFieldDescriptor(prefix, definition, locator); if (definition.getDeclaringNodeType().equals(nt)) { - declaredFields.put(definition.getName(), field); + declaredFields.put(field.getName(), field); } if ("nt:base".equals(definition.getDeclaringNodeType().getName())) { return; } - fields.put(definition.getName(), field); + fields.put(field.getName(), field); String primaryItemName = definition.getDeclaringNodeType().getPrimaryItemName(); if (primaryItemName != null && primaryItemName.equals(definition.getName())) { field.setPrimary(true); From helpdesk at onehippo.com Tue Dec 1 15:10:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Tue Dec 1 15:20:48 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3484) All optional fields should be present from the start In-Reply-To: <28746945.219481259576715775.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <14035939.229571259676615771.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3484. ----------------------------------------- Resolution: Fixed > All optional fields should be present from the start > ---------------------------------------------------- > > Key: HREPTWO-3484 > URL: http://issues.onehippo.com/browse/HREPTWO-3484 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: Top > Fix For: r2.10.00 > > > The current change in interaction - where users can add an optional field - is conceptually the right way to go but should be part of a bigger effort. > 2.10 should behave the same way as 2.09 > Please inform Rolf of the changes. Rolf will work on interaction design changes for 2.11 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 15:12:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Tue Dec 1 15:22:47 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3485) Update template engine to deal with new virtual URI format In-Reply-To: <5633577.220441259580855756.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22653695.229611259676735848.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt updated HREPTWO-3485: ---------------------------------------- Description: The new concept of a namespace version that is not actually registered as a namespace must be handled by the template engine. This is only necessary for the hippo and hipposys namespaces was: The new concept of a namespace version that is not actually registered as a namespace must be handled by the template engine. > Update template engine to deal with new virtual URI format > ---------------------------------------------------------- > > Key: HREPTWO-3485 > URL: http://issues.onehippo.com/browse/HREPTWO-3485 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Priority: Blocker > Fix For: r2.10.00 > > Original Estimate: 3 days > Remaining Estimate: 3 days > > The new concept of a namespace version that is not actually registered as a namespace must be handled by the template engine. > This is only necessary for the hippo and hipposys namespaces -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 15:22:18 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 1 15:36:42 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3471) Error reporting concerning backing database In-Reply-To: <20206653.208351259246235741.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <5911018.229751259677338929.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76033#action_76033 ] Bart van der Schans commented on HREPTWO-3471: ---------------------------------------------- The default is max_allowed_packet site is 1M which usually is too small. Some JR based products recommand the following settings in their install manuals: [mysqld] max_allowed_packet=128M [mysqldump] max_allowed_packet=128M Personally I think that's a bit large. I would probably go for something like 25MB. I'm quite sure there will be an error in the logs, logged by jackrabbit. If not, we should fix this upstream. It should log something like: ERROR ConnectionRecoveryManager : could not execute statement, reason: Packet for query is too large (38117830 > 16777216). You can change this value on the server by setting the max_allowed_packet' variable., state/code: S1000/0 I think the important issue here is that users in the cms don't get feedback if the upload fails. See also: http://wiki.apache.org/jackrabbit/DataStore#Limitations http://bugs.mysql.com/bug.php?id=10859 http://stackoverflow.com/questions/945471/handling-of-huge-blobs-in-mysql-handling-of-huge-blobs-in-mysql > Error reporting concerning backing database > ------------------------------------------- > > Key: HREPTWO-3471 > URL: http://issues.onehippo.com/browse/HREPTWO-3471 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.03 > Reporter: Wim Ederveen > Assignee: Bart van der Schans > Priority: Top > Fix For: r2.11.00 > > > We use a MySQL database for our repository. > This database has a setting called "max_allowed_packet" > What this does is determine what the max blob size is. > When we try to upload a pdf file that is larger than this setting, for example 1Mb > The repository will just say 0 bytes and the pdf wont work. > Also when we upload a pdf that might have a corrupt header or something also shows as 0 bytes. > This is confusing for the users of the cms, they dont know what database is behind the cms, and they shouldn't > They get no notification that something went wrong. > My suggestion is to improve the way the cms handles this kind of issues and implement errors or warnings in the cms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 15:48:44 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 15:48:42 2009 Subject: [HippoRepos-dev] [20959] hippo-ecm: HREPTWO-3486: compilation failure Message-ID: <20091201144844.CB840C96D@svnnew.onehippo.org> Revision: 20959 Author: bvanhalderen Date: 2009-12-01 15:48:44 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3486: compilation failure Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 13:55:13 UTC (rev 20958) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterEngine.java 2009-12-01 14:48:44 UTC (rev 20959) @@ -792,20 +792,19 @@ } if (nodeIter != null) { log.info("migration update traverse iterated for module " + module.name + " (" + visitor.toString() + ")"); - while (nodeIter.hasNext()) { - Node node = nodeIter.nextNode(); - String path = node.getPath(); - node = updaterSession.getRootNode(); - try { - if (!path.equals("/")) { - node = node.getNode(path.substring(1)); - } - visitor.visit(node); - } catch (PathNotFoundException ex) { - // deliberate ignore - } catch (InvalidItemStateException ex) { - // deliberate ignore + while (nodeIter.hasNext()) { + Node node = nodeIter.nextNode(); + String path = node.getPath(); + node = updaterSession.getRootNode(); + try { + if (!path.equals("/")) { + node = node.getNode(path.substring(1)); } + visitor.visit(node); + } catch (PathNotFoundException ex) { + // deliberate ignore + } catch (InvalidItemStateException ex) { + // deliberate ignore } } } From svn-logs at hippocms.org Tue Dec 1 18:40:39 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 18:40:37 2009 Subject: [HippoRepos-dev] [20961] hippo-ecm: HREPTWO-16: redraw field editor when setting path failed Message-ID: <20091201174039.70EC5C96D@svnnew.onehippo.org> Revision: 20961 Author: fvlankvelt Date: 2009-12-01 18:40:37 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: redraw field editor when setting path failed Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.java Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.java 2009-12-01 16:46:41 UTC (rev 20960) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.java 2009-12-01 17:40:37 UTC (rev 20961) @@ -46,6 +46,8 @@ this.type = type; this.edit = edit; + setOutputMarkupId(true); + prefix = null; String typeName = type.getType(); if (typeName.indexOf(':') > 0) { @@ -71,6 +73,10 @@ } } catch (TypeException e) { error(e.getLocalizedMessage()); + AjaxRequestTarget target = AjaxRequestTarget.get(); + if (target != null) { + target.addComponent(FieldEditor.this); + } } } From svn-logs at hippocms.org Tue Dec 1 18:41:34 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 18:41:30 2009 Subject: [HippoRepos-dev] [20962] hippo-ecm: HREPTWO-3485: ignore uri for hippo and hipposys namespace Message-ID: <20091201174134.1B032C96D@svnnew.onehippo.org> Revision: 20962 Author: fvlankvelt Date: 2009-12-01 18:41:33 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3485: ignore uri for hippo and hipposys namespace Editing these namespaces is not supported. Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java 2009-12-01 17:40:37 UTC (rev 20961) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeStore.java 2009-12-01 17:41:33 UTC (rev 20962) @@ -327,10 +327,8 @@ private class TypeInfo { JcrNamespace nsInfo; String subType; - String type; TypeInfo(String type) throws RepositoryException { - this.type = type; String prefix = "system"; subType = type; if (type.indexOf(':') > 0) { @@ -389,6 +387,8 @@ NodeIterator iter = ((Node) session.getItem(path)).getNode(HippoNodeType.HIPPOSYSEDIT_NODETYPE).getNodes( HippoNodeType.HIPPOSYSEDIT_NODETYPE); + String prefix = info.getNamespace().getPrefix(); + boolean isHippoNs = "hippo".equals(prefix) || "hipposys".equals(prefix); while (iter.hasNext()) { Node node = iter.nextNode(); if (!node.isNodeType(HippoNodeType.NT_REMODEL)) { @@ -396,7 +396,6 @@ return node; } else if (node.hasProperty(HippoNodeType.HIPPOSYSEDIT_TYPE)) { String realType = node.getProperty(HippoNodeType.HIPPOSYSEDIT_TYPE).getString(); - String prefix = info.getNamespace().getPrefix(); String pseudoType; if (!"system".equals(prefix)) { pseudoType = prefix + ":" + info.subType; @@ -408,7 +407,8 @@ } } } else { - if (node.getProperty(HippoNodeType.HIPPO_URI).getString().equals(uri)) { + // ignore uris for hippo namespace + if (isHippoNs || node.getProperty(HippoNodeType.HIPPO_URI).getString().equals(uri)) { return node; } } Modified: hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml 2009-12-01 17:40:37 UTC (rev 20961) +++ hippo-ecm/trunk/addon/editor/repository/src/main/resources/namespace-hippo.xml 2009-12-01 17:41:33 UTC (rev 20962) @@ -65,7 +65,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 nt:query @@ -173,7 +173,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 @@ -371,7 +371,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 true @@ -527,7 +527,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 true @@ -653,7 +653,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 true @@ -784,7 +784,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 true @@ -910,7 +910,7 @@ hipposysedit:remodel - http://www.onehippo.org/jcr/hippo/nt/2.0.1 + http://www.onehippo.org/jcr/hippo/nt/2.0 From svn-logs at hippocms.org Tue Dec 1 18:43:16 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 18:43:12 2009 Subject: [HippoRepos-dev] [20963] hippo-ecm: HREPTWO-16: typo in reordering Message-ID: <20091201174316.601C9C96D@svnnew.onehippo.org> Revision: 20963 Author: fvlankvelt Date: 2009-12-01 18:43:15 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: typo in reordering Modified Paths: -------------- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/JcrClusterConfig.java Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/JcrClusterConfig.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/JcrClusterConfig.java 2009-12-01 17:41:33 UTC (rev 20962) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/JcrClusterConfig.java 2009-12-01 17:43:15 UTC (rev 20963) @@ -162,7 +162,8 @@ if (node.getPrimaryNodeType().hasOrderableChildNodes() && (index < (size() - 1))) { Node previous = getNode(index); - node.orderBefore(previous.getName() + (previous.getIndex() > 1 ? "[" + previous.getIndex() + "]" : ""), child.getName() + (child.getIndex() > 1 ? "[" + child.getIndex() + "]" : "")); + node.orderBefore(child.getName() + (child.getIndex() > 1 ? "[" + child.getIndex() + "]" : ""), + previous.getName() + (previous.getIndex() > 1 ? "[" + previous.getIndex() + "]" : "")); } notifyObservers(); @@ -326,8 +327,8 @@ } private List getList(String key) { - return new JcrValueList(new JcrPropertyModel(getNodeModel().getItemModel().getPath() + "/" + key), - PropertyType.STRING); + return new JcrValueList(new JcrPropertyModel(getNodeModel().getItemModel().getPath() + "/" + + key), PropertyType.STRING); } String getPluginName(Node node) throws RepositoryException { From svn-logs at hippocms.org Tue Dec 1 18:52:31 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 1 18:52:29 2009 Subject: [HippoRepos-dev] [20964] hippo-ecm/trunk: HREPTWO-16: detach item models Message-ID: <20091201175231.B29D9C96D@svnnew.onehippo.org> Revision: 20964 Author: fvlankvelt Date: 2009-12-01 18:52:30 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-16: detach item models Plugins that create a type locator, are responsible for detaching them. It is not necessary to call detach on type stores, assuming that they are managed by a locator. A new helper class, the DetachMonitor, has been introduced to make detecting missing detach calls easier. Modified Paths: -------------- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeRenderer.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldItemRenderer.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/TemplateController.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/FilteredValidationResult.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/images/XinhaImageService.java hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/links/XinhaLinkService.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/JcrItemModel.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/ITypeLocator.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/TypeLocator.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/IValidationResult.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPath.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPathElement.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ValidationResult.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/Violation.java Added Paths: ----------- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/DetachMonitor.java Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/TypesListingPlugin.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -28,7 +28,8 @@ import org.apache.wicket.model.IModel; import org.apache.wicket.model.Model; import org.apache.wicket.model.StringResourceModel; -import org.hippoecm.editor.type.JcrTypeStore; +import org.hippoecm.editor.type.JcrDraftLocator; +import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.event.IEvent; import org.hippoecm.frontend.model.event.IObserver; @@ -50,6 +51,7 @@ import org.hippoecm.frontend.plugins.standards.list.resolvers.IconAttributeModifier; import org.hippoecm.frontend.plugins.yui.YuiPluginHelper; import org.hippoecm.frontend.plugins.yui.tables.TableHelperBehavior; +import org.hippoecm.frontend.types.ITypeLocator; import org.hippoecm.repository.api.HippoNodeType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -62,12 +64,25 @@ static final Logger log = LoggerFactory.getLogger(TypesListingPlugin.class); - private JcrTypeStore typeStore; + private ITypeLocator typeLocator; public TypesListingPlugin(IPluginContext context, IPluginConfig config) { super(context, config); - typeStore = new JcrTypeStore(); + IModel nodeModel = getModel(); + if (nodeModel != null && nodeModel.getObject() != null) { + try { + Node node = nodeModel.getObject(); + if (node.isNodeType(HippoNodeType.NT_NAMESPACE)) { + typeLocator = new JcrDraftLocator(node.getName()); + } + } catch (RepositoryException ex) { + log.error("Error determining node type for listing", ex); + } + } + if (typeLocator == null) { + typeLocator = new JcrTypeLocator(); + } } @Override @@ -85,7 +100,7 @@ columns.add(column); column = new ListColumn(new StringResourceModel("typeslisting-type", this, null), null); - column.setRenderer(new TemplateTypeRenderer(typeStore)); + column.setRenderer(new TemplateTypeRenderer(typeLocator)); columns.add(column); column = new ListColumn(new StringResourceModel("typeslisting-state", this, null), "state"); @@ -106,7 +121,7 @@ @Override protected void onDetach() { - typeStore.detach(); + typeLocator.detach(); super.onDetach(); } Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeRenderer.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeRenderer.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeRenderer.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -22,10 +22,10 @@ import org.apache.wicket.Component; import org.apache.wicket.markup.html.basic.Label; import org.apache.wicket.model.ResourceModel; -import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.model.ocm.StoreException; import org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeRenderer; import org.hippoecm.frontend.types.ITypeDescriptor; +import org.hippoecm.frontend.types.ITypeLocator; import org.hippoecm.repository.api.HippoNodeType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -38,10 +38,10 @@ private static final long serialVersionUID = 1L; - private IStore typeStore; + private ITypeLocator typeLocator; - public TemplateTypeRenderer(IStore store) { - typeStore = store; + public TemplateTypeRenderer(ITypeLocator store) { + typeLocator = store; } @Override @@ -66,7 +66,7 @@ if (type.indexOf(':') < 0) { return new Label(id, new ResourceModel("type-primitive")); } - ITypeDescriptor descriptor = typeStore.load(type); + ITypeDescriptor descriptor = typeLocator.locate(type); if (descriptor.isType(HippoNodeType.NT_DOCUMENT)) { return new Label(id, new ResourceModel("type-document")); } @@ -76,7 +76,7 @@ Value[] values = ntNode.getProperty(HippoNodeType.HIPPO_SUPERTYPE).getValues(); for (int i = 0; i < values.length; i++) { Value value = values[i]; - ITypeDescriptor descriptor = typeStore.load(value.getString()); + ITypeDescriptor descriptor = typeLocator.locate(value.getString()); if (descriptor.isType(HippoNodeType.NT_DOCUMENT)) { return new Label(id, new ResourceModel("type-document")); } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/cnd/CndSerializer.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -178,6 +178,7 @@ final BuiltinTypeStore newBuiltinTypeStore = new BuiltinTypeStore(); final ITypeLocator newLocator = new TypeLocator(new IStore[] { newJcrTypeStore, newBuiltinTypeStore }); newTypeLocator = new ITypeLocator() { + private static final long serialVersionUID = 1L; public ITypeDescriptor locate(String type) throws StoreException { if (type.indexOf(':') > 0 && namespace.equals(type.substring(0, type.indexOf(':')))) { @@ -196,6 +197,9 @@ throw new StoreException("sub-types are not supported in cnd serializer"); } + public void detach() { + } + }; newBuiltinTypeStore.setTypeLocator(newTypeLocator); newJcrTypeStore.setTypeLocator(newTypeLocator); Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrDraftLocator.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -52,7 +52,7 @@ } public void detach() { - jcrTypeStore.detach(); + locator.detach(); } } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeDescriptor.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -319,14 +319,12 @@ @Override public void detach() { - if (attached) { - for (IFieldDescriptor field : fields.values()) { - if (field instanceof IDetachable) { - ((IDetachable) field).detach(); - } + for (IFieldDescriptor field : fields.values()) { + if (field instanceof IDetachable) { + ((IDetachable) field).detach(); } - attached = false; } + attached = false; super.detach(); } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/editor/type/JcrTypeLocator.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -18,6 +18,7 @@ import java.util.List; import org.apache.wicket.model.IDetachable; +import org.hippoecm.frontend.model.DetachMonitor; import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.model.ocm.StoreException; import org.hippoecm.frontend.types.BuiltinTypeStore; @@ -51,7 +52,7 @@ } public void detach() { - jcrTypeStore.detach(); + locator.detach(); } } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/builder/TemplateBuilder.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -32,7 +32,6 @@ import javax.jcr.RepositoryException; import javax.jcr.Value; -import org.apache.wicket.IClusterable; import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.apache.wicket.util.collections.MiniMap; @@ -41,7 +40,6 @@ import org.hippoecm.editor.template.JcrTemplateStore; import org.hippoecm.editor.type.JcrDraftStore; import org.hippoecm.editor.type.JcrTypeStore; -import org.hippoecm.frontend.editor.TemplateEngineException; import org.hippoecm.frontend.editor.plugins.field.NodeFieldPlugin; import org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin; import org.hippoecm.frontend.model.JcrNodeModel; @@ -186,6 +184,7 @@ String name = delegate.getName(); String newName = TypeHelper.getFieldName(path, getTypeDescriptor().getName()); + boolean updateFieldName = false; if (!typeDescriptor.getFields().containsKey(newName) && !fieldNames.contains(newName) && (currentTypeDescriptor == null || (!currentTypeDescriptor.getFields().containsKey(name) && !currentTypeDescriptor @@ -197,6 +196,7 @@ delegate = typeDescriptor.getField(newName); paths.remove(name); paths.put(newName, path); + updateFieldName = true; } else { paths.put(name, path); } @@ -206,7 +206,9 @@ for (int i = 0; i < plugins.size(); i++) { IPluginConfig plugin = plugins.get(i); if (plugin.containsKey("field") && name.equals(plugin.getString("field"))) { - plugin.put("field", newName); + if (updateFieldName) { + plugin.put("field", newName); + } position = i; } if (newName.equals(plugin.getName())) { @@ -456,7 +458,7 @@ return new BuilderFieldDescriptor(descriptor); } - class BuilderPluginList extends AbstractList implements IClusterable { + class BuilderPluginList extends AbstractList implements IDetachable { private static final long serialVersionUID = 1L; private List plugins; @@ -514,6 +516,14 @@ return plugins.size(); } + public void detach() { + for (IPluginConfig config : plugins) { + if (config instanceof IDetachable) { + ((IDetachable) config).detach(); + } + } + } + } private static class BuilderClusterDecorator extends AbstractClusterDecorator { @@ -547,6 +557,7 @@ private IStore builtinTemplateStore; private JcrTypeStore jcrTypeStore; + private ITypeLocator typeLocator; private JcrPrototypeStore prototypeStore; @@ -569,7 +580,7 @@ this.context = context; this.selectedExtPtModel = extPtModel; - this.jcrTypeStore = new JcrTypeStore(); + JcrTypeStore jcrTypeStore = new JcrTypeStore(); String prefix; if (type.indexOf(':') > 0) { prefix = type.substring(0, type.indexOf(':')); @@ -578,7 +589,7 @@ } IStore draftStore = new JcrDraftStore(jcrTypeStore, prefix); BuiltinTypeStore builtinTypeStore = new BuiltinTypeStore(); - ITypeLocator typeLocator = new TypeLocator(new IStore[] { draftStore, jcrTypeStore, builtinTypeStore }); + typeLocator = new TypeLocator(new IStore[] { draftStore, jcrTypeStore, builtinTypeStore }); builtinTypeStore.setTypeLocator(typeLocator); jcrTypeStore.setTypeLocator(typeLocator); @@ -898,15 +909,20 @@ public void detach() { prototypeStore.detach(); - jcrTypeStore.detach(); - if (prototype != null) { - prototype.detach(); + typeLocator.detach(); + detach(plugins); + detach(prototype); + detach(clusterConfig); + detach(typeDescriptor); + detach(currentTypeDescriptor); + } + + private void detach(Object object) { + if (object instanceof IDetachable) { + ((IDetachable) object).detach(); } - if (clusterConfig != null && (clusterConfig instanceof IDetachable)) { - ((IDetachable) clusterConfig).detach(); - } } - + // IObservable public void setObservationContext(IObservationContext context) { Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/AbstractFieldPlugin.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -184,6 +184,7 @@ provider.detach(); } helper.detach(); + controller.detach(); super.onDetach(); } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldItemRenderer.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldItemRenderer.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/FieldItemRenderer.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -18,7 +18,7 @@ import java.util.Iterator; import java.util.List; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.hippoecm.frontend.editor.validator.FilteredValidationModel; import org.hippoecm.frontend.model.ModelReference; @@ -36,7 +36,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class FieldItemRenderer implements IClusterable { +public class FieldItemRenderer implements IDetachable { private static final long serialVersionUID = 1L; static final Logger log = LoggerFactory.getLogger(FieldItemRenderer.class); @@ -129,4 +129,10 @@ return true; } + public void detach() { + if (filteredValidationModel != null) { + filteredValidationModel.detach(); + } + } + } \ No newline at end of file Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/TemplateController.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/TemplateController.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/field/TemplateController.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -19,7 +19,7 @@ import java.util.Iterator; import java.util.Map; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.hippoecm.frontend.editor.TemplateEngineException; import org.hippoecm.frontend.model.AbstractProvider; @@ -32,7 +32,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class TemplateController implements IClusterable { +public class TemplateController implements IDetachable { private static final long serialVersionUID = 1L; static final Logger log = LoggerFactory.getLogger(TemplateController.class); @@ -88,4 +88,10 @@ } } + public void detach() { + for (Map.Entry> entry : childTemplates.entrySet()) { + entry.getValue().detach(); + } + } + } \ No newline at end of file Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/FilteredValidationResult.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/FilteredValidationResult.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/FilteredValidationResult.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -80,4 +80,9 @@ } return new Violation(newPaths, violation.getMessageKey(), violation.getParameters()); } + + public void detach() { + upstream.detach(); + } + } \ No newline at end of file Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrValidationService.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -21,6 +21,7 @@ import javax.jcr.Node; import javax.jcr.RepositoryException; +import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; import org.hippoecm.editor.type.JcrTypeLocator; import org.hippoecm.frontend.model.IModelReference; @@ -61,7 +62,7 @@ * model that is registered here. * */ -public class JcrValidationService implements IValidationService { +public class JcrValidationService implements IValidationService, IDetachable { private static final long serialVersionUID = 1L; static final Logger log = LoggerFactory.getLogger(JcrValidationService.class); @@ -149,4 +150,9 @@ return null; } + public void detach() { + locator.detach(); + result.detach(); + } + } Modified: hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java =================================================================== --- hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/editor/test/src/test/java/org/hippoecm/frontend/editor/builder/TemplateBuilderTest.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -296,6 +296,21 @@ newField.setPath("test:extra"); assertEquals("string", newField.getName()); + + // plugin should have been renamed, but it's field should still be the same + IPluginConfig fieldPlugin = null; + IClusterConfig cluster = builder.getTemplate(); + List plugins = cluster.getPlugins(); + for (IPluginConfig plugin : plugins) { + if (plugin.containsKey("field")) { + if ("string".equals(plugin.getString("field"))) { + fieldPlugin = plugin; + break; + } + } + } + assertNotNull(fieldPlugin); + assertEquals("extra", fieldPlugin.getName()); } @Test Modified: hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -241,6 +241,12 @@ @Override protected void onDetach() { + if (imageService != null) { + imageService.detach(); + } + if (linkService != null) { + linkService.detach(); + } if (nodeModel != null) { nodeModel.detach(); } Modified: hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/images/XinhaImageService.java =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/images/XinhaImageService.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/images/XinhaImageService.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -24,14 +24,14 @@ import javax.jcr.RepositoryException; import javax.jcr.UnsupportedRepositoryOperationException; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.plugins.xinha.services.XinhaFacetHelper; import org.hippoecm.frontend.plugins.xinha.services.images.ImageItemFactory.ImageItem; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public abstract class XinhaImageService implements IClusterable { +public abstract class XinhaImageService implements IDetachable { private static final long serialVersionUID = 1L; @SuppressWarnings("unused") @@ -88,6 +88,10 @@ }; } + public void detach() { + nodeModel.detach(); + } + private ImageItem createImageItem(Map values) { return factory.createImageItem(values); } Modified: hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/links/XinhaLinkService.java =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/links/XinhaLinkService.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/services/links/XinhaLinkService.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -24,6 +24,7 @@ import javax.jcr.RepositoryException; import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.plugins.xinha.XinhaUtil; import org.hippoecm.frontend.plugins.xinha.services.XinhaFacetHelper; @@ -32,7 +33,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public abstract class XinhaLinkService implements IClusterable { +public abstract class XinhaLinkService implements IDetachable { private static final long serialVersionUID = 1L; @SuppressWarnings("unused") @@ -82,6 +83,10 @@ } } + public void detach() { + nodeModel.detach(); + } + private String createLink(JcrNodeModel nodeModel) { try { String link = createLink(new NodeItem(nodeModel.getNode())); Added: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/DetachMonitor.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/DetachMonitor.java (rev 0) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/DetachMonitor.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -0,0 +1,57 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.model; + +import java.io.IOException; +import java.io.ObjectOutputStream; + +import org.apache.wicket.Application; +import org.apache.wicket.model.IDetachable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class DetachMonitor implements IDetachable { + private static final long serialVersionUID = 1L; + + static final Logger log = LoggerFactory.getLogger(DetachMonitor.class); + + static final int ATTACHED = 0x00000001; + + private transient int flags = 0; + + public void attach() { + flags |= ATTACHED; + } + + public boolean isAttached() { + return (flags & ATTACHED) != 0; + } + + public void detach() { + flags &= 0xFFFFFFFF ^ ATTACHED; + } + + private void writeObject(ObjectOutputStream output) throws IOException { + if ((flags & ATTACHED) != 0) { + // TODO: walk the stack to identify owner + log.warn("Undetached DetachMonitor"); + if (Application.DEPLOYMENT.equals(Application.get().getConfigurationType())) { + detach(); + } + } + output.defaultWriteObject(); + } +} Property changes on: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/DetachMonitor.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/JcrItemModel.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/JcrItemModel.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/JcrItemModel.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -27,6 +27,7 @@ import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; +import org.apache.wicket.Application; import org.apache.wicket.Session; import org.apache.wicket.model.LoadableDetachableModel; import org.apache.wicket.util.string.PrependingStringBuffer; @@ -259,7 +260,9 @@ private void writeObject(ObjectOutputStream output) throws IOException { if (isAttached()) { log.warn("Undetached JcrItemModel " + getPath()); - detach(); + if (Application.DEPLOYMENT.equals(Application.get().getConfigurationType())) { + detach(); + } } output.defaultWriteObject(); } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -43,12 +43,15 @@ private final static int MAXCOUNT = 2000; + static final int DETACHING = 0x00000001; + private List children; private boolean reloadChildren = true; private boolean reloadChildCount = true; private int childCount = -1; private IJcrTreeNode parent; + private transient int flags = 0; public JcrTreeNode(JcrNodeModel nodeModel, IJcrTreeNode parent) { super(nodeModel); @@ -131,17 +134,24 @@ @Override public void detach() { - reloadChildren = true; - reloadChildCount = true; - if (children != null) { - for (TreeNode child : children) { - if (child instanceof IDetachable) { - ((IDetachable) child).detach(); + if ((flags & DETACHING) == 0) { + flags = flags | DETACHING; + reloadChildren = true; + reloadChildCount = true; + if (children != null) { + for (TreeNode child : children) { + if (child instanceof IDetachable) { + ((IDetachable) child).detach(); + } } + children = null; } - children = null; + if (parent != null) { + parent.detach(); + } + super.detach(); + flags = flags & (0xFFFFFFFF ^ DETACHING); } - super.detach(); } protected List loadChildren() throws RepositoryException { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/ITypeLocator.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/ITypeLocator.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/ITypeLocator.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -17,9 +17,10 @@ import java.util.List; +import org.apache.wicket.model.IDetachable; import org.hippoecm.frontend.model.ocm.StoreException; -public interface ITypeLocator { +public interface ITypeLocator extends IDetachable { ITypeDescriptor locate(String type) throws StoreException; Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/TypeLocator.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/TypeLocator.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/TypeLocator.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -23,9 +23,12 @@ import java.util.List; import java.util.Map; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; +import org.hippoecm.frontend.model.DetachMonitor; import org.hippoecm.frontend.model.ocm.IStore; import org.hippoecm.frontend.model.ocm.StoreException; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; /** * The TypeLocator finds the ITypeDescriptor for a particular type, @@ -33,19 +36,23 @@ * ITypeDescriptor implementations to be able to do their own lookup. * It should not be used by store implementations. */ -public class TypeLocator implements ITypeLocator, IClusterable { +public class TypeLocator implements ITypeLocator { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; + static final Logger log = LoggerFactory.getLogger(TypeLocator.class); + private IStore[] stores; - + private DetachMonitor monitor = new DetachMonitor(); + public TypeLocator(IStore stores[]) { this.stores = stores; } public ITypeDescriptor locate(String type) throws StoreException { + monitor.attach(); for (int i = 0; i < stores.length; i++) { try { return stores[i].load(type); @@ -57,6 +64,7 @@ } public List getSubTypes(String type) throws StoreException { + monitor.attach(); Map types = new LinkedHashMap(); List newList = new LinkedList(); newList.add(type); @@ -79,4 +87,15 @@ return new LinkedList(types.values()); } + public void detach() { + if (monitor.isAttached()) { + for (IStore store : stores) { + if (store instanceof IDetachable) { + ((IDetachable) store).detach(); + } + } + monitor.detach(); + } + } + } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/IValidationResult.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/IValidationResult.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/IValidationResult.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -17,13 +17,13 @@ import java.util.Set; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; /** * The model that is constructed during validation. Maintains state about * what fields are invalid. */ -public interface IValidationResult extends IClusterable { +public interface IValidationResult extends IDetachable { Set getViolations(); Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPath.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPath.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPath.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -15,13 +15,14 @@ */ package org.hippoecm.frontend.validation; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.apache.wicket.util.string.Strings; +import org.hippoecm.frontend.types.IFieldDescriptor; /** * Path to a value that maintains references to {@link IFieldDescriptor}s. */ -public final class ModelPath implements IClusterable { +public final class ModelPath implements IDetachable { private static final long serialVersionUID = 1L; private ModelPathElement[] elements; @@ -42,5 +43,11 @@ } return Strings.join("/", strings); } + + public void detach() { + for (ModelPathElement element : elements) { + element.detach(); + } + } } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPathElement.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPathElement.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ModelPathElement.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -16,13 +16,13 @@ package org.hippoecm.frontend.validation; import org.apache.commons.lang.builder.HashCodeBuilder; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; import org.hippoecm.frontend.types.IFieldDescriptor; /** * Path element in a {@link ModelPath}. */ -public final class ModelPathElement implements IClusterable { +public final class ModelPathElement implements IDetachable { private static final long serialVersionUID = 1L; private IFieldDescriptor field; @@ -47,6 +47,12 @@ return index; } + public void detach() { + if (field instanceof IDetachable) { + ((IDetachable) field).detach(); + } + } + @Override public boolean equals(Object obj) { if (obj instanceof ModelPathElement) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ValidationResult.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ValidationResult.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/ValidationResult.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -43,4 +43,10 @@ return violations.size() == 0; } + public void detach() { + for (Violation violation : violations) { + violation.detach(); + } + } + } \ No newline at end of file Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/Violation.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/Violation.java 2009-12-01 17:43:15 UTC (rev 20963) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/validation/Violation.java 2009-12-01 17:52:30 UTC (rev 20964) @@ -17,13 +17,13 @@ import java.util.Set; -import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; /** * Validation constraint violation. Provides the list of {@link ModelPath}s that * led up to the violation, plus a message that describes the problem. */ -public final class Violation implements IClusterable { +public final class Violation implements IDetachable { private static final long serialVersionUID = 1L; private Set fieldPaths; @@ -58,4 +58,10 @@ return sb.toString(); } + public void detach() { + for (ModelPath path : fieldPaths) { + path.detach(); + } + } + } From helpdesk at onehippo.com Tue Dec 1 18:44:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Tue Dec 1 18:54:46 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3485) Update template engine to deal with new virtual URI format In-Reply-To: <5633577.220441259580855756.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <17699902.231651259689455758.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3485. ----------------------------------------- Resolution: Fixed > Update template engine to deal with new virtual URI format > ---------------------------------------------------------- > > Key: HREPTWO-3485 > URL: http://issues.onehippo.com/browse/HREPTWO-3485 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Priority: Blocker > Fix For: r2.10.00 > > Original Estimate: 3 days > Remaining Estimate: 3 days > > The new concept of a namespace version that is not actually registered as a namespace must be handled by the template engine. > This is only necessary for the hippo and hipposys namespaces -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 22:45:36 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 22:45:30 2009 Subject: [HippoRepos-dev] [20965] hippo-ecm/trunk: HREPTWO-3486: Message-ID: <20091201214536.64F20C19E@svnnew.onehippo.org> Revision: 20965 Author: bvanhalderen Date: 2009-12-01 22:45:32 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3486: - conversion of prototypes in templates should also be in regular update cycle (ie not atomic) - rename also child names and property names on prototypes as the namespace conversion will not do them as original type was unstructured - same name siblings list was not cleared upon last removal of same name sibling Modified Paths: -------------- hippo-ecm/trunk/addon/editor/repository/src/main/java/org/hippoecm/editor/repository/impl/TemplateConverter.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterItem.java Modified: hippo-ecm/trunk/addon/editor/repository/src/main/java/org/hippoecm/editor/repository/impl/TemplateConverter.java =================================================================== --- hippo-ecm/trunk/addon/editor/repository/src/main/java/org/hippoecm/editor/repository/impl/TemplateConverter.java 2009-12-01 17:52:30 UTC (rev 20964) +++ hippo-ecm/trunk/addon/editor/repository/src/main/java/org/hippoecm/editor/repository/impl/TemplateConverter.java 2009-12-01 21:45:32 UTC (rev 20965) @@ -157,6 +157,14 @@ } } String newTypeName = rename(prefix, newVersion, prefix + ":" + node.getName()); + for(NodeIterator childIter = draftPrototype.getNodes(); childIter.hasNext(); ) { + Node child = childIter.nextNode(); + context.setName(child, rename(prefix, newVersion, child.getName())); + } + for(PropertyIterator childIter = draftPrototype.getProperties(); childIter.hasNext(); ) { + Property child = childIter.nextProperty(); + context.setName(child, rename(prefix, newVersion, child.getName())); + } context.setPrimaryNodeType(draftPrototype, newTypeName); if (draftPrototype.isNodeType(HippoNodeType.NT_DOCUMENT)) { draftPrototype.addMixin(HippoNodeType.NT_HARDDOCUMENT); @@ -168,7 +176,7 @@ } } } - }.setAtomic()); + }); } } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterItem.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterItem.java 2009-12-01 17:52:30 UTC (rev 20964) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterItem.java 2009-12-01 21:45:32 UTC (rev 20965) @@ -184,11 +184,12 @@ if (item == this) { iter.remove(); parent.removed.add(this); - return; + break; } } - if (parent.children.get(name).size() == 0) + if (parent.children.get(name).size() == 0) { parent.children.remove(name); + } } } } From svn-logs at hippocms.org Tue Dec 1 22:47:11 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 22:47:05 2009 Subject: [HippoRepos-dev] [20966] hippo-ecm: HREPTWO-3445: multi-phase transformation of nodes where the parent does not allow same-name siblings Message-ID: <20091201214711.4BFEDC96D@svnnew.onehippo.org> Revision: 20966 Author: bvanhalderen Date: 2009-12-01 22:47:10 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3445: multi-phase transformation of nodes where the parent does not allow same-name siblings Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterNode.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterNode.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterNode.java 2009-12-01 21:45:32 UTC (rev 20965) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterNode.java 2009-12-01 21:47:10 UTC (rev 20966) @@ -184,6 +184,7 @@ boolean nodeLocationChanged; boolean nodeRelinked = false; String nodeName = getName(); + String noSameNameSiblingWorkaround = "hipposys:unstructured"; if (origin != null) { if (origin instanceof HippoNode) { @@ -232,7 +233,7 @@ } origin = ((Node)parent.origin).getNode(nodeName); } else { - if(UpdaterEngine.log.isDebugEnabled()) { + if(UpdaterEngine.log.isDebugEnabled()) { UpdaterEngine.log.debug("commit create "+getPath()+" in "+((Node)parent.origin).getPath()+" (primary type "+((Node)parent.origin).getProperty("jcr:primaryType").getString()+") type "+getInternalProperty("jcr:primaryType")[0]); } if(!((Node)parent.origin).isCheckedOut()) { @@ -240,7 +241,12 @@ } String[] primaryType = getInternalProperty("jcr:primaryType"); if (primaryType != null && primaryType.length > 0) { - origin = ((Node)parent.origin).addNode(nodeName, primaryType[0]); + try { + origin = ((Node)parent.origin).addNode(nodeName, primaryType[0]); + noSameNameSiblingWorkaround = null; + } catch(ItemExistsException ex) { + origin = ((Node)parent.origin).addNode(noSameNameSiblingWorkaround, primaryType[0]); + } } else { origin = ((Node)parent.origin).addNode(nodeName); } @@ -367,6 +373,9 @@ UpdaterEngine.log.debug("commit remove old origin "+oldOrigin.getPath()); } oldOrigin.remove(); + if (noSameNameSiblingWorkaround != null) { + parent.origin.getSession().move(parent.origin.getPath() + "/" + noSameNameSiblingWorkaround, parent.origin.getPath() + "/" + nodeName); + } } } } From svn-logs at hippocms.org Tue Dec 1 22:53:49 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 22:53:44 2009 Subject: [HippoRepos-dev] [20967] hippo-ecm: HREPTWO-3467: Message-ID: <20091201215349.A38D5C96D@svnnew.onehippo.org> Revision: 20967 Author: bvanhalderen Date: 2009-12-01 22:53:49 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3467: try to convert properties, even though this might fail AND induces performance penalty. Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterProperty.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterProperty.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterProperty.java 2009-12-01 21:47:10 UTC (rev 20966) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/updater/UpdaterProperty.java 2009-12-01 21:53:49 UTC (rev 20967) @@ -122,8 +122,9 @@ String name = getName(); - boolean isSingle = false; - boolean isMultiple = false; + boolean matchSingle = false; + boolean matchMultiple = false; + boolean exactMatch = false; Set nodeTypes = new HashSet(); nodeTypes.add(((Node)parent.origin).getPrimaryNodeType()); nodeTypes.addAll(Arrays.asList(((Node)parent.origin).getMixinNodeTypes())); @@ -131,46 +132,51 @@ for (PropertyDefinition propDef : nodeType.getPropertyDefinitions()) { if (propDef.getName().equals(name)) { if (propDef.isMultiple()) { + matchMultiple = true; + matchSingle = false; if (values != null) { - isMultiple = true; - isSingle = false; + exactMatch = true; break; } } else { + matchSingle = true; + matchMultiple = false; if (value != null) { - isSingle = true; - isMultiple = false; + exactMatch = true; break; } } } else if (propDef.getName().equals("*")) { if (propDef.isMultiple()) { if (values != null) { - isMultiple = true; - isSingle = false; + matchMultiple = true; + matchSingle = false; } } else { if (value != null) { - isSingle = true; - isMultiple = false; + matchSingle = true; + matchMultiple = false; } } } } + if (exactMatch) { + break; + } } - if (isSingle) { + if (matchSingle) { if (isMultiple()) { if (UpdaterEngine.log.isDebugEnabled()) { UpdaterEngine.log.warn("commit set singlevalue from multivalue property " + name + " on " + getPath()); } - origin = ((Node)parent.origin).setProperty(name, values); + origin = ((Node)parent.origin).setProperty(name, values[0]); } else { if (UpdaterEngine.log.isDebugEnabled()) { UpdaterEngine.log.debug("commit set singlevalue property " + name + " on " + getPath()); } origin = ((Node)parent.origin).setProperty(name, value); } - } else if (isMultiple) { + } else if (matchMultiple) { if (isMultiple()) { if (UpdaterEngine.log.isDebugEnabled()) { UpdaterEngine.log.debug("commit set multivalue property " + name + " on " + getPath()); @@ -180,7 +186,7 @@ if (UpdaterEngine.log.isDebugEnabled()) { UpdaterEngine.log.warn("commit set multivalue from singlevalue property " + name + " on " + getPath()); } - origin = ((Node)parent.origin).setProperty(name, values[0]); + origin = ((Node)parent.origin).setProperty(name, new Value[] { value} ); } } else { if (isMultiple()) { From helpdesk at onehippo.com Tue Dec 1 22:45:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 22:55:47 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3467) Changing property from single to multi-valued breaks update-all-content In-Reply-To: <5741527.200291259156595837.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26889682.231931259703915775.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76094#action_76094 ] Berry van Halderen commented on HREPTWO-3467: --------------------------------------------- The template editor should provide proper rules on the actual conversion, rather than making the repository guess, with heavy performance hit, what to do. > Changing property from single to multi-valued breaks update-all-content > ----------------------------------------------------------------------- > > Key: HREPTWO-3467 > URL: http://issues.onehippo.com/browse/HREPTWO-3467 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.10.00 > > > When an item definition changes from single- to multi-valued, the repository workflow does not convert the property value. This breaks update-all-content. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 22:47:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 22:57:47 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3486) Update all content fails when an existing type has been edited In-Reply-To: <16584005.221291259587755997.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22134113.231991259704035805.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3486. ----------------------------------------- Resolution: Fixed > Update all content fails when an existing type has been edited > -------------------------------------------------------------- > > Key: HREPTWO-3486 > URL: http://issues.onehippo.com/browse/HREPTWO-3486 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.00 > > > When a template for an existing type has been edited, update-all-content fails. > Reproduction path: > - open template for "defaultcontent:article" > - click "edit" > - click "done" > - update-all-content on defaultcontent > javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/defaultcontent/article/hipposysedit:prototypes/hipposysedit:prototype[3]/defaultcontent:body: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:999) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:258) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:558) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:544) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:144) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:154) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:204) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > at $Proxy2.updateModel(Unknown Source) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:89) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:1) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction.execute(CompatibilityWorkflowPlugin.java:153) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:231) > at org.hippoecm.frontend.editor.workflow.dialog.RemodelDialog.remodel(RemodelDialog.java:67) > at org.hippoecm.frontend.editor.workflow.dialog.RemodelWizard$Step2$1.getLazyLoadComponent(RemodelWizard.java:84) > at org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanel$1.respond(AjaxLazyLoadPanel.java:79) > at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:299) > at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119) > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:404) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) > at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) > Caused by: javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > ... 55 more > javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.hippoecm.org/defaultcontent/nt/1.7}body > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:258) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:342) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:558) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:544) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:144) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:154) > at org.hippoecm.repository.standardworkflow.RepositoryWorkflowImpl.updateModel(RepositoryWorkflowImpl.java:204) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > at $Proxy2.updateModel(Unknown Source) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:89) > at org.hippoecm.frontend.editor.workflow.RemodelWorkflowPlugin$1.execute(RemodelWorkflowPlugin.java:1) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 22:47:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 22:57:48 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3467) Changing property from single to multi-valued breaks update-all-content In-Reply-To: <5741527.200291259156595837.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29726743.231971259704035768.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3467. ----------------------------------------- Resolution: Won't Fix Although this works now, the template editor knows both original and destination type. By letting the repository do guessing, this not only might fail, but also induces a substantial performance hit. > Changing property from single to multi-valued breaks update-all-content > ----------------------------------------------------------------------- > > Key: HREPTWO-3467 > URL: http://issues.onehippo.com/browse/HREPTWO-3467 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.10.00 > > > When an item definition changes from single- to multi-valued, the repository workflow does not convert the property value. This breaks update-all-content. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 22:49:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 22:59:47 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3432) Errors in log during update all content but dialog shows success message In-Reply-To: <25450935.179111258975695746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29876125.232011259704155775.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3432. ----------------------------------------- Resolution: Cannot Reproduce > Errors in log during update all content but dialog shows success message > ------------------------------------------------------------------------ > > Key: HREPTWO-3432 > URL: http://issues.onehippo.com/browse/HREPTWO-3432 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 2 hours, 30 minutes > Remaining Estimate: 2 hours, 30 minutes > > 23.11.2009 12:35:58 ERROR [org.hippoecm.editor.tools.JcrTypeStore.getTypeDescriptor():101] defaultcontent_1_11: is not a registered namespace prefix. > 23.11.2009 12:35:58 ERROR [org.hippoecm.frontend.editor.impl.JcrTemplateStore.getTemplate():251] Error while fetching template for type: org.hippoecm.frontend.types.BuiltinTypeDescriptor@545cb390 > javax.jcr.NamespaceException: defaultcontent_1_11: is not a registered namespace prefix. > at org.apache.jackrabbit.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:429) > at org.hippoecm.editor.tools.JcrNamespace.getUri(JcrNamespace.java:68) > at org.hippoecm.editor.tools.JcrNamespace.(JcrNamespace.java:41) > at org.hippoecm.frontend.editor.impl.JcrTemplateStore.getTemplateNode(JcrTemplateStore.java:199) > at org.hippoecm.frontend.editor.impl.JcrTemplateStore.getTemplate(JcrTemplateStore.java:248) > at org.hippoecm.frontend.editor.impl.JcrTemplateStore.find(JcrTemplateStore.java:119) > at org.hippoecm.frontend.editor.impl.TemplateEngine.getTemplate(TemplateEngine.java:151) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.createTemplate(ViewerPlugin.java:79) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.onModelChanged(ViewerPlugin.java:68) > at org.apache.wicket.Component.modelChanged(Component.java:2187) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.(ViewerPlugin.java:57) > at sun.reflect.GeneratedConstructorAccessor132.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at org.hippoecm.frontend.plugin.impl.PluginFactory.createPlugin(PluginFactory.java:71) > at org.hippoecm.frontend.plugin.impl.PluginManager.start(PluginManager.java:83) > at org.hippoecm.frontend.plugin.impl.PluginContext.start(PluginContext.java:249) > at org.hippoecm.frontend.plugin.impl.ClusterControl.start(ClusterControl.java:111) > at org.hippoecm.frontend.plugins.cms.edit.AbstractCmsEditor.start(AbstractCmsEditor.java:262) > at org.hippoecm.frontend.plugins.cms.edit.HippostdPublishableEditor.start(HippostdPublishableEditor.java:133) > at org.hippoecm.frontend.plugins.cms.edit.HippostdPublishableEditor.refresh(HippostdPublishableEditor.java:160) > at org.hippoecm.frontend.plugins.cms.edit.EditorManagerPlugin.refresh(EditorManagerPlugin.java:144) > at org.hippoecm.frontend.Home.processEvents(Home.java:146) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:37) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) > 23.11.2009 12:35:58 ERROR [org.hippoecm.frontend.plugin.impl.PluginFactory.createPlugin():89] java.lang.NullPointerException: null > java.lang.reflect.InvocationTargetException > at sun.reflect.GeneratedConstructorAccessor132.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at org.hippoecm.frontend.plugin.impl.PluginFactory.createPlugin(PluginFactory.java:71) > at org.hippoecm.frontend.plugin.impl.PluginManager.start(PluginManager.java:83) > at org.hippoecm.frontend.plugin.impl.PluginContext.start(PluginContext.java:249) > at org.hippoecm.frontend.plugin.impl.ClusterControl.start(ClusterControl.java:111) > at org.hippoecm.frontend.plugins.cms.edit.AbstractCmsEditor.start(AbstractCmsEditor.java:262) > at org.hippoecm.frontend.plugins.cms.edit.HippostdPublishableEditor.start(HippostdPublishableEditor.java:133) > at org.hippoecm.frontend.plugins.cms.edit.HippostdPublishableEditor.refresh(HippostdPublishableEditor.java:160) > at org.hippoecm.frontend.plugins.cms.edit.EditorManagerPlugin.refresh(EditorManagerPlugin.java:144) > at org.hippoecm.frontend.Home.processEvents(Home.java:146) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:37) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) > Caused by: java.lang.NullPointerException > at org.hippoecm.frontend.plugin.impl.PluginContext.newCluster(PluginContext.java:75) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.createTemplate(ViewerPlugin.java:85) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.onModelChanged(ViewerPlugin.java:68) > at org.apache.wicket.Component.modelChanged(Component.java:2187) > at org.hippoecm.frontend.editor.viewer.ViewerPlugin.(ViewerPlugin.java:57) > ... 38 more > 23.11.2009 12:35:58 WARN [org.hippoecm.frontend.plugin.impl.PluginContext.registerService():174] plugin is registering a service when stopping; ignoring -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 22:51:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 23:01:47 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3372) Create upgrade module that translated mandatory into required In-Reply-To: <18452909.118391257948675736.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <30634885.232031259704275768.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3372. ----------------------------------------- Resolution: Available for testing > Create upgrade module that translated mandatory into required > ------------------------------------------------------------- > > Key: HREPTWO-3372 > URL: http://issues.onehippo.com/browse/HREPTWO-3372 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 1 23:45:32 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Tue Dec 1 23:45:27 2009 Subject: [HippoRepos-dev] [20968] hippo-ecm/trunk: HREPTWO-3366: Message-ID: <20091201224532.A7A75C96D@svnnew.onehippo.org> Revision: 20968 Author: bvanhalderen Date: 2009-12-01 23:45:31 +0100 (Tue, 01 Dec 2009) Log Message: ----------- HREPTWO-3366: - remove hippo and hipposys from indexing_configuration to allow both 2.0 and 2.0.1 version during startup. - in order to do this, make sure the hippo namespace is initialized before the searchmanager is activated rt after jackrabbit startup. Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/addon/eavesdrop/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/addon/faceteddate/repository/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/frontend/test/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/repository/application/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/LocalHippoRepository.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/RepositoryImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/repository/jca/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/repository/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml hippo-ecm/trunk/tools/projectexport/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml Added Paths: ----------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/OverlayNamespaceResolver.java Modified: hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:date Modified: hippo-ecm/trunk/addon/eavesdrop/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/eavesdrop/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/addon/eavesdrop/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippo:paths Modified: hippo-ecm/trunk/addon/faceteddate/repository/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/addon/faceteddate/repository/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:date Modified: hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:date Modified: hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:date Modified: hippo-ecm/trunk/frontend/test/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/frontend/test/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/frontend/test/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:date Modified: hippo-ecm/trunk/repository/application/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/repository/application/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/application/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,10 +15,10 @@ limitations under the License. --> - + + hippostd:html hippostd:date Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/LocalHippoRepository.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/LocalHippoRepository.java 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/LocalHippoRepository.java 2009-12-01 22:45:31 UTC (rev 20968) @@ -87,12 +87,6 @@ @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; - /** Hippo Namespace */ - public final static String NAMESPACE_URI = "http://www.onehippo.org/jcr/hippo/nt/2.0.1"; - - /** Hippo Namespace prefix */ - public final static String NAMESPACE_PREFIX = "hippo"; - /** System property for overriding the repository path */ public final static String SYSTEM_PATH_PROPERTY = "repo.path"; @@ -335,19 +329,6 @@ } } - try { - log.info("Initializing hippo namespace"); - initializeNamespace(jcrRootSession.getWorkspace().getNamespaceRegistry(), NAMESPACE_PREFIX, NAMESPACE_URI); - log.info("Initializing hipposys namespace"); - initializeNamespace(jcrRootSession.getWorkspace().getNamespaceRegistry(), "hipposys", "http://www.onehippo.org/jcr/hipposys/nt/1.0"); - log.info("Initializing hipposysedit namespace"); - initializeNamespace(jcrRootSession.getWorkspace().getNamespaceRegistry(), "hipposysedit", "http://www.onehippo.org/jcr/hipposysedit/nt/1.1"); - } catch (UnsupportedRepositoryOperationException ex) { - throw new RepositoryException("Could not initialize repository with hippo namespace", ex); - } catch (AccessDeniedException ex) { - throw new RepositoryException("Could not initialize repository with hippo namespace", ex); - } - Session syncSession = jcrRootSession.impersonate(new SimpleCredentials("system", new char[] {})); for(String cndName : new String[] { "hippo.cnd", "hipposys.cnd", "hipposysedit.cnd" }) { Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/RepositoryImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/RepositoryImpl.java 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/RepositoryImpl.java 2009-12-01 22:45:31 UTC (rev 20968) @@ -18,10 +18,12 @@ import javax.jcr.AccessDeniedException; import javax.jcr.Credentials; import javax.jcr.LoginException; +import javax.jcr.NamespaceException; import javax.jcr.NoSuchWorkspaceException; import javax.jcr.RepositoryException; import javax.jcr.Session; import javax.jcr.SimpleCredentials; +import javax.jcr.UnsupportedRepositoryOperationException; import javax.security.auth.Subject; import org.slf4j.Logger; @@ -55,6 +57,26 @@ super(repConfig); } + @Override + protected NamespaceRegistryImpl createNamespaceRegistry(FileSystem fs) throws RepositoryException { + NamespaceRegistryImpl nsReg = super.createNamespaceRegistry(fs); + log.info("Initializing hippo namespace"); + safeRegisterNamespace(nsReg, "hippo", "http://www.onehippo.org/jcr/hippo/nt/2.0.1"); + log.info("Initializing hipposys namespace"); + safeRegisterNamespace(nsReg, "hipposys", "http://www.onehippo.org/jcr/hipposys/nt/1.0"); + log.info("Initializing hipposysedit namespace"); + safeRegisterNamespace(nsReg, "hipposysedit", "http://www.onehippo.org/jcr/hipposysedit/nt/1.1"); + return nsReg; + } + + private void safeRegisterNamespace(NamespaceRegistryImpl nsreg, String prefix, String uri) throws NamespaceException, RepositoryException { + try { + nsreg.getURI(prefix); + } catch (NamespaceException ex) { + nsreg.registerNamespace(prefix, uri); + } + } + private FacetedNavigationEngine facetedEngine; public FacetedNavigationEngine getFacetedNavigationEngine() { Added: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/OverlayNamespaceResolver.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/OverlayNamespaceResolver.java (rev 0) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/OverlayNamespaceResolver.java 2009-12-01 22:45:31 UTC (rev 20968) @@ -0,0 +1,66 @@ +package org.hippoecm.repository.query.lucene; + +import java.util.Enumeration; +import java.util.HashMap; +import java.util.Map; +import java.util.Properties; +import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; +import javax.jcr.RepositoryException; + +import org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver; + +public class OverlayNamespaceResolver implements NamespaceResolver { + private final Map overlayPrefixToURI = new HashMap(); + + private final Map overlayUriToPrefix = new HashMap(); + + private NamespaceRegistry upstream; + + public OverlayNamespaceResolver(NamespaceRegistry nsMappings, Properties namespaces) { + this.upstream = nsMappings; + for(Enumeration prefixes = namespaces.propertyNames(); prefixes.hasMoreElements(); ) { + String prefix = (String) prefixes.nextElement(); + addOverlayNamespace(prefix, namespaces.getProperty(prefix)); + } + } + + /** + * Adds the given namespace declaration to this resolver. + * + * @param prefix namespace prefix + * @param uri namespace URI + */ + private void addOverlayNamespace(String prefix, String uri) { + overlayPrefixToURI.put(prefix, uri); + overlayUriToPrefix.put(uri, prefix); + } + + /** {@inheritDoc} */ + public String getURI(String prefix) throws NamespaceException { + String uri = overlayPrefixToURI.get(prefix); + if (uri != null) { + return uri; + } else { + try { + return upstream.getURI(prefix); + } catch (RepositoryException ex) { + throw new NamespaceException("namespace "+prefix+" not defined", ex); + } + } + } + + /** {@inheritDoc} */ + public String getPrefix(String uri) throws NamespaceException { + String prefix = overlayUriToPrefix.get(uri); + if (prefix != null) { + return prefix; + } else { + try { + return upstream.getPrefix(uri); + } catch (RepositoryException ex) { + throw new NamespaceException("namespace "+prefix+" not defined", ex); + } + } + } +} Property changes on: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/OverlayNamespaceResolver.java ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java 2009-12-01 22:45:31 UTC (rev 20968) @@ -95,7 +95,7 @@ @Override public void init(Element config, QueryHandlerContext context, NamespaceMappings nsMappings) throws Exception { super.init(config, context, nsMappings); - NamespaceResolver nsResolver = new AdditionalNamespaceResolver(getNamespaces(config)); + NamespaceResolver nsResolver = new OverlayNamespaceResolver(context.getNamespaceRegistry(), getNamespaces(config)); NameResolver resolver = new ParsingNameResolver(NameFactoryImpl.getInstance(), nsResolver); NodeList indexingConfigs = config.getChildNodes(); Modified: hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippo:paths Modified: hippo-ecm/trunk/repository/jca/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/repository/jca/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/jca/src/main/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippostd:html Modified: hippo-ecm/trunk/repository/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/repository/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/repository/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippo:paths Modified: hippo-ecm/trunk/tools/projectexport/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/tools/projectexport/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 21:53:49 UTC (rev 20967) +++ hippo-ecm/trunk/tools/projectexport/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 22:45:31 UTC (rev 20968) @@ -15,8 +15,7 @@ limitations under the License. --> - + hippo:paths From helpdesk at onehippo.com Tue Dec 1 23:36:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 23:46:47 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3366) Automatic upgrade from 2.09 to 2.10 In-Reply-To: <30941399.113791257926175787.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11995143.232321259706975777.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3366. ----------------------------------------- Resolution: Available for testing > Automatic upgrade from 2.09 to 2.10 > ----------------------------------- > > Key: HREPTWO-3366 > URL: http://issues.onehippo.com/browse/HREPTWO-3366 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Stephan Westen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > > Automatic upgrade from 2.09 to 2.10 is probably needed because of improved 'required' validation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 1 23:43:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 1 23:53:47 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3449) Check whether CNDs have changes and bumb their version numbers In-Reply-To: <863629.190311259062635681.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8870674.232331259707395696.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3449. ----------------------------------------- Resolution: Fixed verified upto subversion revision 20968 > Check whether CNDs have changes and bumb their version numbers > -------------------------------------------------------------- > > Key: HREPTWO-3449 > URL: http://issues.onehippo.com/browse/HREPTWO-3449 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Time Spent: 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 00:35:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 00:45:46 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3490) Remove outdated documentation from trunk Message-ID: <30462085.232351259710515705.JavaMail.jira@jira.vm.castaserver.com> Remove outdated documentation from trunk ---------------------------------------- Key: HREPTWO-3490 URL: http://issues.onehippo.com/browse/HREPTWO-3490 Project: Hippo Repository 2 Issue Type: Task Affects Versions: r2.10.00 Reporter: Berry van Halderen Assignee: Berry van Halderen Fix For: r2.10.00 Leave site generated from trunk to developer information and generated reports. The current documentation is on the documents site and maintained using Hippo CMS 7 itself. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 00:51:03 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 00:51:03 2009 Subject: [HippoRepos-dev] [20969] hippo-ecm/trunk: HREPTWO-3490: remove documentation currently on cms maintained documentation site Message-ID: <20091201235103.ABEF9C96D@svnnew.onehippo.org> Revision: 20969 Author: bvanhalderen Date: 2009-12-02 00:51:02 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3490: remove documentation currently on cms maintained documentation site Modified Paths: -------------- hippo-ecm/trunk/pom.xml hippo-ecm/trunk/src/site/site.xml Added Paths: ----------- hippo-ecm/trunk/src/site/CMS_logo.png hippo-ecm/trunk/src/site/apt/ hippo-ecm/trunk/src/site/apt/integration_testing hippo-ecm/trunk/src/site/apt/releasing hippo-ecm/trunk/src/site/hippo_logo.png Removed Paths: ------------- hippo-ecm/trunk/src/changes/ hippo-ecm/trunk/src/site/content.xml hippo-ecm/trunk/src/site/docerrors.xml hippo-ecm/trunk/src/site/errorgraad.txt hippo-ecm/trunk/src/site/folder.xml hippo-ecm/trunk/src/site/hippo_xdoc_template.xml hippo-ecm/trunk/src/site/resources/ hippo-ecm/trunk/src/site/restore_previous_version.xml hippo-ecm/trunk/src/site/versioning-users.xml hippo-ecm/trunk/src/site/versioning.xml hippo-ecm/trunk/src/site/xdoc/ Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/pom.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -47,25 +47,6 @@ - - 2.09.02 - /tags/Tag-HREPTWO-v2_09_02 - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-war/2.09.02/hippo-ecm-quickstart-war-2.09.02.war - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-ear/2.09.02/hippo-ecm-quickstart-ear-2.09.02.ear - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.02/hippo-ecm-quickstart-bin-2.09.02.zip - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.02/hippo-ecm-quickstart-bin-2.09.02.tar.gz - hippo-ecm-package-ear-2.09.02.ear - http://repo1.maven.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar - http://wiki.hippo.nl/display/CMS7/Home - http://svn.onehippo.org/repos/hippo/hippo-ecm - http://repository.hippocms.org - http://issues.onehippo.org - Hippo CMS 7 - CMS 7 - 1.1 0.9.2 Copied: hippo-ecm/trunk/src/site/CMS_logo.png (from rev 20968, hippo-ecm/trunk/src/site/resources/images/CMS_logo.png) =================================================================== (Binary files differ) Property changes on: hippo-ecm/trunk/src/site/CMS_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/src/site/resources/images/CMS_logo.png:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/src/site/resources/images/CMS_logo.png:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4/src/site/resources/images/CMS_logo.png:20604-20690 Copied: hippo-ecm/trunk/src/site/apt/integration_testing (from rev 20968, hippo-ecm/trunk/src/site/xdoc/integration_testing.xml) =================================================================== --- hippo-ecm/trunk/src/site/apt/integration_testing (rev 0) +++ hippo-ecm/trunk/src/site/apt/integration_testing 2009-12-01 23:51:02 UTC (rev 20969) @@ -0,0 +1,347 @@ + + + + + + Core developer information + + + +

+ +

+Integration tests are designed to check the functionality of the application +as a whole, rather than the internal working of an individual section of +program code, which is the domain of normal unit testing. +

+ +

+Selenium is such a toolset to create and run integration tests. +

+ +

+Requirements: +

+ +

+to run the automated tests furthermore: +

+ + +

+This description will assume you have basic knowledge on how to build Hippo +ECM and how to operate application containers in general. It will describe in +generic terms how to run the applications, when using different programs than +described or on different installations the directory paths, and commands used +will vary. +

+ +

+The current trunk of Hippo ECM already contains the proper infrastructure for +Selenium-based integration testing. This description will first outline how to +run this integration test. Having done that, it outlines how to compose tests. +First of all, we start by setting up the required environment. +

+ +

+Next subsections describe: +

+ + + + +

+check out a recent copy of Hippo ECM: +

+ + svn checkout 'http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk' hippo-ecm + +

+and the wicket 1.3.5 release: +

+ + svn checkout 'http://svn.apache.org/repos/asf/wicket/releases/wicket-1.3.5' wicket-1.3.5 + +

+now apply the patch to allow the generation of stable markup ids: +

+ + cd wicket-1.3.5 + patch -p0 < ../hippo-ecm/tools/testutils/wicket-selenium.patch + +

+compile the modified sources and install them in your local maven repository +

+ + mvn -DskipTests install + +

+this version will now be used in the compilation of hippo-ecm: +

+ + cd ../hippo-ecm + mvn -DskipTests install + +

+Make sure that in the future the modified wicket installation is not overwritten +or re-downloaded. The patched wicket 1.3.5 installation is FULLY compatible +with the original 1.3.5 release. +

+ +
+ Background information: + + The patched wicket 1.3.5 is necessary to run and develop Selenium based + tests. Wicket normally generates markup ids on the fly for wicket + components. These markup ids can vary from request to request making + them unsuitable for identifying a component in the browser DOM. + + Since Selenium uses the markup ids to identify, for example, which element + was clicked, tests might fail because the Selenium test had no proper way + of identifying the items being indicated. + + Generation of stable markup ids, that when the same run is done the ids are + the same as the ids from a previous run, is in certain situations possible. + However when wicket generates the ids, this method does not have the right + information upon which the stable id can be generated. + + A request for integration on this patch will be submitted to the wicket + developers. +
+ +

+Note that the patch is not required to run the CMS. Because of the way the +patch has been constructed and the CMS code works, the generation of stable +ids is only active with the patched version. +

+ +
+ + +

+Make sure you have a proper application server, such as Glasfish which can +be obtained freely from: +

+ https://glassfish.dev.java.net/public/downloadsindex.html +

+Glassfish is usually installed in a directure path such as /usr/local/glassfish-v2ur2 +this path is needed later as well as refered to as the installation directory of the application container. +

+ +

+Glassfish is started using: +

+ + /usr/local/glassfish-v2ur2/bin/asadmin start-domain domain1 + +

+and can be stopped using +

+ + /usr/local/glassfish-v2ur2/bin/asadmin stop-domain domain1 + +

+The administration console is usually available at +

+ + http://localhost:4848/ + +

+with default username admin and password adminadmin. +

+ +

+By default Glassfish will run applications on port 8080, which often conflicts +with other applications. Thus we have setup the tests in such a manner that the +applications should run on port 4849. You need to change the settings in the +application container accordingly. Within glassfish this can be done using the +administration console as such: +

+ +

+In the left tree pane choose: +

+ + + configuration -> HTTP Service -> HTTP Listeners + + +

+In the right pane you will see the ports being listened to for http requests. +Leave the admin-listener which normally has the Listener port set to 4848 +alone. One of the other listeners is probably set to 8080. If none of them +are, find out which of them does not have the security setting enabled. Click +on that one to view and edit the details. Modify the Listener port and set it +to 4849. Select save. +

+ +

+These steps complete the setup of the application server Glassfish. As +mentioned earlier, any compliant application server is possible which should +implement the JSR-88 standard. However the libraries needed are probably +different. Therefor in that case you need to modify +the package/pom.xml and put the right libraries into +the additionalClasspathElement entries in the maven surefire +plugin configuration. In addition to this you need to modify the the class +name in the source file +tools/testutils/src/main/java/org/hippoecm/testutils/deployer/Deployer.java, +which is currently set to the glassfish instance of the deployment +api: com.sun.enterprise.deployapi.SunDeploymentFactory. +

+ +
+ + +

+You are now ready to run the first simple Selenium test. Under default build, +the integration tests using Selenium are not executed. However by +setting the appserver.home system property during build, their +profile is activated. +

+ +

+The appserver.home property should be set to the location where +your application server was installed, for +instance /usr/local/glassfish-v2ur2. This parameter is passed +maven using the -D flag. +

+ +

+As a prerequisite to the running Selenium tests, the Seleniumn libraries +require that the firefox-bin executable is found on the system executable +path. This may or may not be the case on your system. +

+

+For Ubuntu 8.04 (and higher) in combination with Firefox 3 this requires +some extra setup (or at least with current Selenium version in use) as Selenium +expects the firefox binary to be called firefox-bin, which is not the case on +Ubuntu 8.04. Thus we create a symlink in /usr/lib/firefox to the Firefox binary +as follows: (version might differ)

+ +sudo ln -s /usr/lib/firefox-3.0.6/firefox /usr/lib/firefox/firefox-bin + + +

+Within most Unix-like system you can find the firefox binary with +

+ +which firefox-bin + +

+If not found, you can put the firefox-bin in your path using (bourne shell syntax): +

+ +PATH=/usr/lib/firefox-2.0.0.14:$PATH +export PATH + + +

+The path /usr/lib/firefox-2.0.0.14 will propably differ though. +

+ +Now run the provided Selenium test using: + +cd package/test +mvn -B -Dappserver.home=/usr/local/glassfish-v2ur2 integration-test + + +
+ + +

+Make sure you download and install the Selenium IDE plugin for Firefox. +Now deploy the EAR installation (it must be an ear installation of +the package/ear project) into the application server. You can use +the console of the application server (for glassfish, available at +http://localhost:4848/). +

+ +

+Run firefox, and access the cms by entering the +URL http://localhost:4849/. Now fire up the Selenium IDE which +is activated in the menu Tools -> Selenium IDE. As soom as the Selenium IDE +starts, is will start recording. As format (menu Options -> Format) you must +choose either HTML if you want to play back the recording in the Selenium IDE, +but then you cannot put this integration test into the automated Selenium +integration test for the CMS. Or you choose JAVA to get a human readable +source representation. +

+ +

+Made sure that in the Base URL box the URL http://localhost:4849/ is shown. +Reload the page and this will be the first step recorded. You can now record +a number of steps and when done you press to stop record button shown as a red +ball on the right side of the Selenium IDE window. You can save a java-format +based test using File -> Save Test Case As. +

+ +

+To integrate the saved test, you can subclass the BasicSeleniumTest.java which +does the setup/teardown of the Selenium tests and provides some helper functions +for working with Ajax-requests. Make sure you leave the outer definitions intact, +especially the @Before and @After definition. Just put the generated code +without the class definition in the @Test marked method. +

+ +

+You can also subclass CmsSeleniumTest.java which extends BasicSeleniumTest itself +and adds functions for loading the homepage and logging in and out. +

+ +

+The test class you have created must now be entered into the framework. To do +this, modify the file: +

+ + +package/test/src/test/java/org/hippoecm/repository/test/IntegrationTest.java + +

+and add the classname to the Suite.SuiteClasses annotation. Don't +forget the comma seperator and the .class extension. +

+ +

+Some notes on recording Selenium tests: +

+ + +
+
+ + + Property changes on: hippo-ecm/trunk/src/site/apt/integration_testing ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/src/site/xdoc/integration_testing.xml:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/src/site/xdoc/integration_testing.xml:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4/src/site/xdoc/integration_testing.xml:20604-20690 Added: svn:eol-style + native Copied: hippo-ecm/trunk/src/site/apt/releasing (from rev 20968, hippo-ecm/trunk/src/site/xdoc/releasing.xml) =================================================================== --- hippo-ecm/trunk/src/site/apt/releasing (rev 0) +++ hippo-ecm/trunk/src/site/apt/releasing 2009-12-01 23:51:02 UTC (rev 20969) @@ -0,0 +1,327 @@ + + + + + + Core developer information + + + +
+ +

+This section described releasing a pre-initial version milestone of the +Hippo-ECM suite. This means releasing the project as a milestone build +before a actual public release with a formal version number. +

+

+The first formally released version must be 2.01.01 because of the current +numbering scheme +

+ + + +

+This description is based on maven 2.1.0, which should be taken as +prerequisite. A good prerequisite is to use a cleaned out maven repository, +although this will greatly affect the release time. Upon a first upgrade of +maven to 2.1.0 you should do this, and this is to be performed later also on a +regular basis. +

+ +
+ + +

+Before doing a release you should make sure you have a Jira issue. +Maintaining a release in Jira is not part of this description. +

+ +

+Make sure you have an up-to-date, no changes, no unknown files trunk +checkout of the full hippo-ecm suite. In other words; do a clean +checkout. Remove any hippo-ecm targets from your local maven repository +as well as any locally build targets that you have installed. +Then do a full build installing everything and including unit tests +(this is a must): +

+ +svn checkout 'http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk' hippo-ecm +cd hippo-ecm +rm -rf ~/.m2/repository/org/hippoecm +mvn install + + + + +

+Then cleanup everything again. +

+ +mvn clean + + +
+At times, it is easier to manage to release from a branch than from the +trunk in SVN. In this case you should have a starting point with the +to-be-released state of hippo-ecm in a branch that is named the same as +the to be release version.
+In the description below the tag Release-HREPTWO-v2_01_00_M0 +is used with M0 replaced by a M followed by the milestone number where +dots are replaced by underscores. This means that if you want to +release from a branch, then you should have your sources available at +the following URL, and checkout those in stead of the trunk:
+http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Release-HREPTWO-v2_01_00_M0 +


+ +

+At this time, make sure that any versions referenced in the documentation +are up-to-date. In the pre-release milestones, the downloadable WARs and +EARs are referenced in the documentation and include the svn revision +number. Check, change and commit (in the branch if created a branch) the +updated links in the documentation. +

+ +
+ + +

+As a conveniance method, certain information that would otherwise need to be +given on the command like as arguments (like -Dtag, +-DscmCommentPrefix) is specified in the root pom.xml. +

+ +

+Modify the root pom.xml and update the section which starts with +

+ + <plugin> + <inherited>true</inherited> + <artifactId>maven-release-plugin</artifactId> + + +

+In this section there are two entries that need updating: +

+
+
scmCommentPrefix
+
This is the Jira key of an open issue which is relevant for +performing the release, as described inthe beginning of this description. The +string specified may not contain any spaces, must specifiy a relevant Jira key +and must end with a colon. Better to use just the Jira key followed by a +colon.
+
tag
+
The tag name to be used in SVN. See the Hippo conventions for how this +key must be specified, which in general will +be Tag-HREPTWO-v2_xx_yy where xx and yy are the two digits +numbers (using leading 0 if necessary) for the version and minor version to be +used. Note that dots are replaced by underscore signs, otherwise the tag name +is the same as specified in the Hippo conventions. The tag created in svn +will be: +
+
+ +http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_xx_yy/ + + +

+Note that for releasing 2.06, the scmCommentPrefix is already +specified correctly, and for the next release (candidate) the tag +parameter is also already correct. +

+ + + +

+When having modified the pom.xml, commit the changes to SVN. +

+ +
+ + + + +

+Now prepare for a release, which will enter the right version numbers in +the pom.xml. Initially this will be a dry-run and nothing will actually +be committed. +

+ +

+The following maven call will perform this release preparation. +

+ + +mvn release:prepare -DdryRun=true + + +

+After some initial actions taken by this command, the release plugin +will prompt you for the version number to be used in the release. +For pre-initial-release versions we are using 2.01.00. +followed by the SVN revision number of the then current trunk. +For example a version might be 2.01.00.13457 It will also +ask for the next version to be used. Enter 2.01.00-SNAPSHOT +for this on pre-initial-release milestone build. +

+ +

+Make sure there where no errors. Some causes for problems can be: +

+
    +
  • dependencies which specifiy the version as ${parent.version} which +cannot be translated by the maven-release-plugin
  • +
  • This plugin also cannot handle optional dependencies
  • +
+

+If everything looks sound, cleanup and do the actual release preparation: +

+ + +mvn release:clean +svn --recursive revert . +mvn release:prepare + + +

+It is useless to specify a -DdevelopmentVersion +or -DreleaseVersion on the comment line, the release plugin asks +for these numbers on the comment line anyway, and does give proper defaults. +

+ +

+When the release:prepare command runs, it will ask after a while for the +release and development version. The defaults presented are the correct +values to use normally. When having pressed enter twice the actual release +will be made which takes quite amount of time due to the unit tests to be run. +

+ +

+The release plugin however fails due to a bug in the maven release plugin. It +fails with the message that a certain pom.xml already exists in svn. This +error is to be ignored, and a simple workaround for this release plugin bug is +available. After the failure do update the svn and continue the release as +such: +

+ + +svn up +mvn release:prepare -Dresume=true + + +

+This will then complete the release in subversion correctly. +

+ +

+Note that the current install uses the maven release plugin version +2.0-beta-8, there is a newer version 2.0-beta-9 available which should fix the +bug which leads to the initial failure of releasing and requires you to do a +"svn up" to continue. However this new version 2.0-beta-9 has a +different bug which causes the scmCommentPrefix to be ignored. Given our +settings for committing in subversion (where commits without Jira issues are +blocked), this makes it impossible to use the 2.0-beta-9 version.
+Therefore the remote tagging and commitByProject commands do not resolve any +issues at this time. +

+ +

+Therefore the remote +

+ +
+ + +

+First checkout the tagged version of hippo-ecm: +

+ + +svn checkout 'http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_03' hippo-ecm-2.06.03 +cd hippo-ecm-2.06.03 + + +

+Make sure that in your local maven settings.xml configuration file +the upload ftp server is known and the credentials for uploading are +set properly. This means that your ~/.m2/settings.xml +file should contain a section similar to: +

+ + +<settings> + <servers> + <server> + <id>repository.hippocms.org</id> + <username>repository</username> + <password>????????</password> + </server> + </servers> +</settings> + + +

+You should replace ???????? with the password of the maven repository ftp +server. +

+ +

+Now deploy the build targets, i.e. upload to the public maven repository, using: +

+ +mvn deploy + + +

+All uploads should be performed without any timeouts in one go. If the +network connection is unstable, you have to restart the whole deploy +procedure. +

+ +
+
+ +
+ +mvn release:branch \ + -DscmCommentPrefix="HREPTWO-1910:" \ + -DbranchName=Branch-HREPTWO-v2_02_xx \ + -DautoVersionSubmodules=true \ + -DupdateBranchVersions=true -DupdateWorkingCopyVersions=false + +

+Enter version number 2.03.01 on all (sub)modules. +

+
+ + +
Property changes on: hippo-ecm/trunk/src/site/apt/releasing ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/src/site/xdoc/releasing.xml:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/src/site/xdoc/releasing.xml:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4/src/site/xdoc/releasing.xml:20604-20690 Added: svn:eol-style + native Deleted: hippo-ecm/trunk/src/site/content.xml =================================================================== --- hippo-ecm/trunk/src/site/content.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/content.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,1558 +0,0 @@ - - - - . - - about - - release_notes - Hippo CMS release notes - Hippo CMS 7.1 release notes -
Hippo CMS 7.1 release notes
- - Important changes for Hippo CMS end-users - Improvements - What didn't make it into the release? - Demo - List of Jira issues that have been resolved in Hippo CMS 7.1 -
-
Roadmap Hippo CMS -
Roadmap Hippo CMS
- What's up for the future? -
- Version numbering scheme -
Version numbering scheme
- How are Hippo ECM versions numbered? -
delve_into - - Bin Startup Help -
Bin Startup Help
- Error messages -
core - Hacking the coreTake a deep dive into core Hippo CMS development. - Hippo CMS is open source software. All source code is available from our SVN repository - under the Apache license. - This section explains how to get the source code, how to build it, and how to set - up your IDE. In addition, the architecture and the conceptual ideas behind it - are explained in detail. - - building - Building Hippo CMSBuild Hippo CMS from source using your tool of choice. - Getting the Hippo CMS source code and building it is easy. Hippo CMS - uses a Maven build environment, - but it is also possible to use a Java IDE like Eclipse - or Netbeans. - - Developing Hippo CMS with Eclipse -
Developing Hippo CMS with Eclipse
- How to import and work with the Hippo CMS project in the Eclipse IDE. - Introduction - Prepare - Configure Eclipse workspace - Create Eclipse projects - Fixup - Run - Code formatting - Keeping up -
- Building the Hippo CMS with maven -
Building the Hippo CMS with maven
- How to build the core Hippo CMS package from the sources using Maven? -
Building with Netbeans -
Building with Netbeans
- How to import and work with the Hippo CMS project in the Netbeans IDE. - Prepare - Configure Netbeans -

Install the Subversion Plugin

-

Install the Mevenide2 Plugin

- Run / Debug -
- Project Structure -
Project Structure
- Find your way in the Hippo CMS project. -
Why so many projects?
-
Addon
- Dependencies between addons - Finding your way -
Repository
-
Frontend
-
Package
-
Archetypes
-
Tools
-
Api
-
custom - - howto - - Customize an Editing Template -
Customize an Editing Template
- Learn how to create a template with a custom layout. - Define the layout - Update project - Update template - Template repository structure - Share and enjoy -
Frontend skin customization -
Frontend skin customization
- Customize the appearance of Hippo CMS. - Create your own skin - What to customize - Overview of a skin project - How to apply a skin -
eclipse - - Configure Workspace -
Configure Workspace
- Configure Eclipse Workspace for Hippo CMS addon projects. - Configure update sites - Install plugins - War overlays -
Import java project -
Import java project
- Howto import an existing java project. -
- Start Eclipse -
Start Eclipse
- Start Eclipse to work on Hippo CMS addon projects. -
Create an Editing Template Plugin -
Create an Editing Template Plugin
- Create a template plugin that edits a custom type - Create a plugin - Create a custom type - Make it available in the Document Type Editor - My Favorite Developer Template Plugin - Further reading -
Giving our plugin a place on the dashboard -
Giving our plugin a place on the dashboard
- Modify the dashboard layout to give your GUI plugin a permanent place. - Adding you plugin to the repository -
Hello World -
Hello World
- Create a GUI plugin that displays "Hello World!" - Maven structure - pom.xml - HelloWorldPlugin.java - HelloWorldPlugin.html - Building the plugin JAR -
Making the Hello World plugin context sensitive -
Making the Hello World plugin context sensitive
-
Howto -
Howto
- Learn how to make your own add-ons. - Hello Plugin World! - Templates - Other -
Testing the Hello World plugin -
Testing the Hello World plugin
- Include your own GUI plugin in Hippo CMS - Adding a dependency on our plugin - Running the application - Configuring to application to use the plugin - Plugin configuration screenshot - Hello World screenshot -
Developing workflows -
Developing workflows
- Building your own workflow - Creating a workflow class - Writing the method that performs the workflow step - Mapping the data in the class to data in the repository - Deploying the workflow -
Hippo CMS Add-ons -
Hippo CMS Add-ons
- Extend Hippo CMS with your own add-ons. -
Introduction to add-on development -
Introduction to add-on development
- An introduction to Hippo CMS add-on development. - Repository add-on -

Content add-on

-

Editing Template add-on

- Frontend add-on - Combined add-on -

Custom Perspective

-

Customized namespace add-on

-
jcr - JCR InterfaceDirect access to your content through the JCR API. - The standard JCR interface exposed by Hippo CMS gives you direct access - to your content inside the repository, and all the content management - functionalities provided by Hippo CMS. This allows you to build almost - any imaginable application on top of Hippo CMS. This section describes how - to get started, and provides some examples on how you could use the - possibilities of the JCR interface. - - JCR Examples -
JCR Examples
- Examples of accessing Hippo CMS functionality directly through the JCR API - Example 1: Get a document - Example 2: Obtaining the workflow on a document - Example 3: Obtaining older version of document - Example 4: Get latest news articles -
- JCR Basics -
JCR Basics
- Get low level access to your content. - Connecting with Hippo Repository - Working with JCR - Dependencies - Complete Example Class - Next -
reference - JCR reference guideDeeper explanations of the JCR interface - Derived Data -
Derived Data
- -Derived data is the concept where additional information for a document -generated, based upon the information of the document itself. - - Description of the problem - Facility offered - How to define -

Defining the data for which to compute properties

-

Configuring the repository to compute derived properties for this data

-

Supplying the method that computes the derived property

-
-
project_export - - Add a new project -
Add a new project
- How to add a new project to the list of known projects in the - project export. - Alternative -
Excludes -
Excludes
- How to exclude nodes from an export - Export excludes - Next - Alternative -
Export a sub project -
Export a sub project
- Export a sub project - Export project - Folder - Maven Project - Next - Alternative -
Project Export -
Project Export
- How to export customized content - Next -
Start a Project Export -
Start a Project Export
- How to start a project export - Start project export - Next - Alternative -
Why Export? -
Why Export?
- Why customized content in sources? - - Next - Alternative -
reference - - frontend - - Frontend Plugin Architecture -
Frontend Plugin Architecture
- Explanation of the frontend plugin architecture. - Customization by configuration - Applications -
Advanced - Subject to Change
- Plugin Configuration - Plugin Context - Dynamic Services -
Frontend Plugin Communication -
Frontend Plugin Communication
- Learn how frontend plugins communicate with each other. - Sharing Models - Dialogs / Page Serialization -
Advanced - Subject to Change
- Other Communication Patterns - Available Services -
Frontend Plugins -
Frontend Plugins
- Plugins to customize or extend the user interface. -
Add-on Reference -
Add-on Reference
- Technical documentation on add-on development. - Repository plugins vs. frontend plugins -
repository - - Bootstrapping the repository -
Bootstrapping the repository
- How to use - Example: - Building package with built-in bootstrap procedures -
Repository Plugins -
Repository Plugins
- Architecture of Hippo CMS and Hippo Repository -
Workflow functionality -
Workflow functionality
- Workflow model - Workflow access - Reviewed actions workflow -
- Synonyms -
Synonyms
- List of synonyms used in discussions about Hippo CMS. - Hippo CMS plugin - Frontend plugin - Document type - Backend template - Editing template - Documenttype -
Delve into Hippo CMS -
Delve into Hippo CMS
- Get to know all the details of Hippo CMS. -
Your own Quickstart -
Your own Quickstart
- Quickstart in your own servlet container. - Download - Deploy, run and access - - - Deploy the binary distribution -
Quickstart Steps -
Quickstart Steps
- Quickly install and use standard Hippo CMS with example content. - Install standard Hippo CMS with example content - Using standard Hippo CMS with example content - Alternatives - Next -
sysadmin - System Administration GuideWhat does a system administrator need to know and do for Hippo CMS? - These pages describe how to get Hippo ECM up and running and how to configure your running application. - - configuration - ConfigurationWhat does a system administrator have to configure in Hippo CMS? - Whole folder, and rewrite if necessary. - - Console -
Console
- A simple GUI application that can be used to edit the configuration. - Screenshot of the console -
Database server -
Database server
- Configuration of the database server. - Increase the maximum allowed asset size - max_allowed_packet -
- nodes - Configuration Nodes Reference - Configuration of Hippo ECM functionality is stored inside Hippo Repository - as configuration nodes in the JCR tree, and is accessible through the standard - JCR interface. - - Domains Configuration -
Domains Configuration
- - Domains define a subset of nodes from the repository and which users or groups - have which role on the nodes in the domain. - -
Structure
-
Nodes
- hippo:domain - hipposys:domainrule - hippo:facetrule - hipposys:authrole -
Groups Configuration -
Groups Configuration
- - Permissions are assigned to groups and groups have users as members. The members - have the permissions of their groups. - -
Structure
-
Nodes
- hipposys:group -
- Roles Configuration -
Roles Configuration
- The roles define which JCR - permissions each role has. -
Structure
-
Nodes
- hipposys:role -
Users Configuration -
Users Configuration
- A user in the configuration is an account for a real, living user. - A user is member of one or more groups and is granted - all the permissions defined for his groups. - -
Structure
-
Nodes
- hipposys:user -
Workflow configuration -
Workflow configuration
- -Workflows are configured by specifying how the workflow can be accessed and -how the workflow is applicable. This definition is stored in the -repository itself. - -
Performance tuning -
Performance tuning
- How to improve performance of Hippo CMS by site specific tuning. - Do not allow very large assets -
repository - Repository ConfigurationThe base repository configuration through a number of XML files. - Repository based authentication -
Repository based authentication
- Authentication with The Repository Login Module -
- Repository Configuration -
Repository Configuration
- The base repository configuration through a number of XML files. - FileSystem element - Security element - Workspaces element - Workspace element - SearchIndex element - Versioning element -
SearchIndex configuration -
SearchIndex configuration
- Search index for content that is shared repository wide (/jcr:system tree, contains mainly versions). - Minimal configuration - Best practice - ServicingSearchIndex - ServicingIndexingConfigurationImpl -
Workspace configuration -
Workspace configuration
- The workspace element is used as a template for separate workspace configuration files created for each new workspace. - Sample -
Known issues -
Known issues
- What to do in case of errors? - Workflow error: Can not insert new record: - Packet for query is too large (4729208 > 1048576) -
- installation - InstallationHow to install Hippo CMS -

- To run Hippo CMS, a - Java servlet container - or a - Java application server - is needed. -

-

- Hippo supplies a Java WAR package to deploy in Java servlet containers and - a EAR package to deploy in Java application servers. -

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Compatible Java servlet containers:
- tomcat logo - - Apache Tomcat - - Deploying Hippo -
- jetty logo - - Jetty - - -
Compatible Java application servers:
- glassfish logo - - Sun Glassfish - - Deploying Hippo -
- JBoss logo - - JBoss - - Deploying Hippo -
- -
- help renamed -
help renamed
- How to download a file into a folder renamed to some name? -
Help startup in Servlet Container -
Help startup in Servlet Container
- Help for when you have problems starting up Hippo in a servlet container. - java.lang.IllegalStateException:...infinite loop - Failed to Connect. Firefox can't establish a connection to the server at localhost:8080. - The browser window of the CMS is an empty page - Configuration file syntax error -
Help web Servlet Container -
Help web Servlet Container
- Empty page after login to Hippo CMS -
in Application Server -
in Application Server
- Get Hippo CMS up and running in a Java application server. - application server - Obtain the EAR package - Application Server - Deploying in Glassfish - GlassFish - - -

Integration Glassfish and NetBeans

-

Glassfish and Ubuntu

- Deploying in JBoss - JBoss -
- Java servlet container - Java application server - WAR - EAR - tomcat logo - jetty logo - glassfish logo - JBoss logo - in Servlet Container -
in Servlet Container
- Get Hippo CMS up and running - in a Java servlet container. - servlet container - Deploying in Tomcat 5.5 or 6 -

Install required libraries

-

Deploy Hippo CMS WAR

-
Install Tomcat -
Install Tomcat
- Learn how to install Apache Tomcat - Tomcat 6.0 -
Hippo Forge plugins -
Hippo Forge plugins
- Installing plugins from the Hippo forge. - Download the Plugin - Extending the EAR - Extending the WAR - Deploy the Bundle (planned) - Customizing the CMS configuration - /hippo:configuration/hippo:frontend/cms/cms-static/logoutPlugin - Sending feedback - cms plus feedback -
Requirements -
Requirements
- What do you need to run Hippo CMS? - Firefox logo - internet explorer logo - Java logo - Sun logo - Java logo - Jetty logo - Tomcat logo - Derby logo - Oracle logo -
tools - Development ToolsTools used when developing upon Hippo CMS 7 - This section is to describe general tools and procedures needed when developing on top of Hippo CMS 7. - - eclipse - EclipseHow to use eclipse for Hippo projects. - Configure Workspace -
Configure Workspace
- Configure Eclipse Workspace for Hippo projects. - Identify Maven local repository -
- Start Eclipse -
Start Eclipse
- Start Eclipse to work on Hippo projects. -
War overlays in eclipse -
War overlays in eclipse
- How to use War overlays in eclipse -
- maven - MavenHow to use maven for Hippo projects. - Maven basics -
Maven basics
- Learn to basics of maven: pom.xml and mvn clean install. -
- Install Maven -
Install Maven
- Howto install Maven. -
Tips and tricks -
Tips and tricks
- Some handy notes about using maven for Hippo projects. -
Run a development package -
Run a development package
- How to build the package of a project and run it, all on the fly? -
svn - SVNHow to use subversion for Hippo projects. - Hippo projects are version controlled with Subversion. - They can be anonymously checked out using any subversion client. - Instructions on Subversion use can be found at http://svnbook.red-bean.com/. - - Get the Hippo CMS source -
Get the Hippo CMS source
- Get the Hippo CMS source from the Hippo subversion repository. -
-
user - - cms_admins - - concepts - CMS Administrator ConceptsA collection of concepts a CMS administrators may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- Home Workspace -
Home Workspace
- What and where is the home workspace? - home workspace - Next - Alternative -
- Alternative -
howto - CMS administrator HowtoA collection of howto's for small tasks a CMS administrator may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Add Group -
Add Group
- How to add a group to Hippo CMS to group users in. - add group screenshot - Next - Alternative -
Add User -
Add User
- How to add a user account to Hippo CMS to allow someone access. - Add user screenshot - Next - Alternative -
Assign user to group -
Assign user to group
- How to make a particular user belong to a particular group. - Assign user to group screenshot - Alternative - Next - Alternative -
Edit group properties -
Edit group properties
- How to edit the properties of a Hippo CMS user group. - Edit group properties screenshot - Next - Alternative -
Change own password -
Change own password
- How to change your own password. - Change own screenshot - Next - Alternative -
Edit user properties -
Edit user properties
- How to edit the properties of a Hippo CMS user account. - Edit user properties screenshot - Next - Alternative -
Deactivate account -
Deactivate account
- How to deactivate a Hippo CMS user account. - Deactivate account screenshot - Next - Alternative -
Goto User Management Workspace -
Goto User Management Workspace
- How to get to the user management workspace, to add users and groups or change their properties. - user management workspace screenshot - Next - Alternative -
- Alternative - Login as Administrator -
Login as Administrator
- How to login to Hippo CMS as administrator. - Hippo login screenshot - Next - Alternative -
Logout -
Logout
- How to logout - logout screenshot - Next - Alternative -
Publish all -
Publish all
- How to publish all documents simultaneously? - Add user screenshot - Next - Alternative -
Save settings -
Save settings
- How to save settings, like the properties of a user of a group. - Next - Alternative -
Set group permissions -
Set group permissions
- How to set permissions for a Hippo CMS group of users. - Set permissions screenshot - Alternative - Next - Alternative -
Start CMS -
Start CMS
- How to start a CMS session in your browser - Next - Alternative -
CMS Administrator Guide -
CMS Administrator Guide
- Guide for Hippo CMS users to perform the role of CMS administrator. -
todo - - Edit Group Properties -
Edit Group Properties
- How to edit the properties of a group. - edit group properties screenshot - Next - Alternative -
Goto User Properties -
Goto User Properties
- How to get to the properties of a user - user properties screenshot - Next - Alternative -
Type in editing region -
Type in editing region
- How to type in an editing regin, creating markuped text. - Editing region screenshot - Next - Alternative -
Hippo CMS Administrator Tour -
Hippo CMS Administrator Tour
- To get introduced to the role of CMS administrator, - take the following tour. -
contributors - - concepts - CMS Author ConceptsA collection of concepts a CMS author may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- Boolean -
Boolean
- What is a boolean - Next - Alternative -
Content Workspace -
Content Workspace
- What and where is the content workspace? - content workspace - Alternative - Next -
Author -
Author
- What does it mean to be a CMS author? - Next - Alternative -
Current folder -
Current folder
- What is the current folder? - current folder screenshot - Next - Alternative -
Document actions menu -
Document actions menu
- The document actions menu is a menu of actions that can be performed - on a specific document. - Next - Alternative -
Document type -
Document type
- What is a document type? - Next - Alternative -
Document -
Document
- What is a document? -

Etymology

- Next - Alternative -
Editing -
Editing
- What is editing? - Next - Alternative -
Edit mode -
Edit mode
- What is edit mode? - edit mode sreenshot - Next - Alternative -
CMS editor -
CMS editor
- What is a CMS editor? - Next - Alternative -
Folder action menu -
Folder action menu
- What and where is the folder action menu? - Folder action menu screenshot - Next - Alternative -
Folder navigation panel -
Folder navigation panel
- What and where is the folder navigation panel? - Folder navigation panel screenshot - Next - Alternative -
Folder tabulation panel -
Folder tabulation panel
- What and where is the folder tabulation panel? - folder tabulation panel screenshot - Next - Alternative -
Folder -
Folder
- What is a Folder? - Next - Alternative -
Home Workspace -
Home Workspace
- What and where is the home workspace? - home workspace - Next - Alternative -
- Alternative - Inputfield -
Inputfield
- What is an inputfield? - Next - Alternative -
Markuped text -
Markuped text
- What is markuped text? - Next - Alternative -
Review mode -
Review mode
- What is review mode? - review mode screenshot - Next - Alternative -
Slider -
Slider
- What and where are sliders? - sliders - Next - Alternative -
String -
String
- What is a string? - Next - Alternative -
Tab pages panel -
Tab pages panel
- What and where is the tab pages panel? - tab pages panel - Next - Alternative -
Tab page -
Tab page
- What and where are tab pages? - document tab pages - Next - Alternative -
Workspace Navigation Panel -
Workspace Navigation Panel
- What and where is the workspace navigation panel? - workspace navigation panel screenshot - Next - Alternative -
Workspace -
Workspace
- What is a workspace? - content workspace - Next - Alternative -
howto - CMS Author HowtoA collection of howto's for small tasks an author may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Change own password -
Change own password
- How to change your own password. - Change own screenshot - Next - Alternative -
Create Document -
Create Document
- How to create a document to write in. - Create document screenshot - Next - Alternative -
Discard changes -
Discard changes
- How to discard changes you made to a document. - save document screenshot - Next - Alternative -
Editor actions -
Editor actions
- What editor actions to expect? - Screenshot of history - History - What happens to your documents when the editor ... - Publishing - Taking offline - Next - Alternative -
Fill boolean field in Document -
Fill boolean field in Document
- How to answer a yes/no question in a document. - Fill boolean screenshot - Next - Alternative -
Fill date in Document -
Fill date in Document
- How to fill a date field in a document. - Fill date screenshot - Next - Alternative -
Fill marked-up text in Document -
Fill marked-up text in Document
- How to write marked-up text in a document. - Fill marked-up text screenshot - Next - Alternative -
Fill string in Document -
Fill string in Document
- How to fill a string field in a document. - Fill string screenshot - Next - Alternative -
Goto Content workspace -
Goto Content workspace
- How to get to the content workspace. - goto content workspace screenshot - Next - Alternative -
Goto a Folder -
Goto a Folder
- How to get to a folder, to add or change content in it. - Goto folder screenshot - Next - Alternative -
- Alternative - Learn meaning of inputfield -
Learn meaning of inputfield
- Why and how to learn the meaning of an inputfield? - Fill boolean screenshot - Next - Alternative -
Login as author -
Login as author
- How to login to Hippo CMS as author - of documents, images and/or files. - Hippo login screenshot - Next - Alternative -
Logout -
Logout
- How to logout - logout screenshot - Next - Alternative -
Request Publication of Document -
Request Publication of Document
- How to ask the editor to publish a document? - request schedule publication screenshot - Next - Alternative -
Request to take off line a document -
Request to take off line a document
- How to ask the editor to take a document off line, i.e. - to unpublish a published document? - screenshot for request take offline - Next - Alternative -
Save Document -
Save Document
- How to save the changes you made to a document. - save document screenshot - Next - Alternative -
Schedule publication of Document -
Schedule publication of Document
- How to schedule when your document should be published? - request schedule publication screenshot - Next - Alternative -
set edit mode -
set edit mode
- How to set a document in edit mode? - Next - Alternative -
Show referring documents -
Show referring documents
- How to get a list of where the current - document is used, i.e. which documents refer the current document? - Screenshot of where used. - Next - Alternative -
Start CMS site -
Start CMS site
- How to go to the CMS site, i.e. start a CMS session, in your browser. - goto CMS site - Next - Alternative -
Authors Guide -
Authors Guide
- Guide for Hippo CMS users to perform the role of author. - General introduction for authors -
Hippo CMS Authors Tour -
Hippo CMS Authors Tour
- - A CMS author writes documents and can upload images and - other binaries (this is why they are sometimes called 'contributors'). - To get introduced to the role of CMS author, take the following tour. - - Fill marked-up text screenshot -
editors - - concepts - CMS Editor ConceptsA collection of concepts a CMS editor may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- CMS editor -
CMS editor
- What is a CMS editor? - Next - Alternative -
Folder -
Folder
- What is a Folder? - Next - Alternative -
Home Workspace -
Home Workspace
- What and where is the home workspace? - home workspace - Alternative - Next - Alternative -
- Alternative - Request -
Request
- What is a request? - Next - Alternative -
Scheduled publication -
Scheduled publication
- What about scheduling the online publication of documents? - Next - Alternative -
howto - CMS Editor HowtoA collection of howto's for small tasks an CMS editor may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Check for requests -
Check for requests
- How to check for requests. - Check for requests screenshot - Next - Alternative -
Count modified document at publish -
Count modified document at publish
- Count modified document at publish - Screenshot of count documents modified - Next - Alternative -
Count modified document at take offline -
Count modified document at take offline
- Count modified document at take offline - Screenshot of count documents modified at take offline - Next - Alternative -
Count published documents -
Count published documents
- How to get a count of all published documents in a folder? - Screenshot of count published documents - Next - Alternative -
Count unpublished documents -
Count unpublished documents
- How to get a count of all unpublished documents in a folder? - Screenshot of documents to publish - Next - Alternative -
Create Folder -
Create Folder
- How to create a folder for authors to put content in. - Create folder screenshot - Next - Alternative -
Handle request -
Handle request
- How to handle a request. - handle requests screenshot - Next - Alternative -
- Alternative - Login as Editor -
Login as Editor
- How to login to Hippo CMS as editor - to decide about publication of documents, images and/or files. - Hippo login screenshot - Next - Alternative -
Logout -
Logout
- How to logout - logout screenshot - Next - Alternative -
Publish all in folder -
Publish all in folder
- How to publish all documents in a folder? - Screenshot for publish all in folder - Next - Alternative -
Referring documents (where used) -
Referring documents (where used)
- How to get a list of where the current - document is used, i.e. which documents refer the current document? - When are you warned about referring documents? - - Screenshot of where used at take offline. - Next - Alternative -
Start CMS site -
Start CMS site
- How to go to the CMS site, i.e. start a CMS session, in your browser. - goto CMS site - Next - Alternative -
Take offline all in folder -
Take offline all in folder
- How to take offline all documents in a folder? - Next - Alternative -
Editors Guide -
Editors Guide
- Guide for Hippo CMS users to perform the role of editor. -
old - - Goto Content Browse Tab -
Goto Content Browse Tab
- How to get to the content browse tab. - content browse screenshot - Next -
Hippo CMS Editor Tour -
Hippo CMS Editor Tour
- To get introduced to the role of CMS Editor, take the following tour. -
User Guide -
User Guide
- How to work as a user of Hippo CMS. - General introduction for users of the Hippo CMS -
information_architects - - concepts - CMS Information Architects ConceptsA collection of concepts a CMS information architect may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- Boolean -
Boolean
- What is a boolean - Next - Alternative -
Compound type -
Compound type
- What is a compound type - compound templates diagram - Next - Alternative -
Document type -
Document type
- What is a document type - Next - Alternative -
Editing -
Editing
- What is editing? - Next - Alternative -
Edit mode -
Edit mode
- What is edit mode? - edit mode sreenshot - Next - Alternative -
Field properties overview -
Field properties overview
- What is a field properties overview? - Next - Alternative -
field type menu -
field type menu
- What is a field type menu? - field type menu screenshot - Next - Alternative -
- Alternative - Mandatory or optional field -
Mandatory or optional field
- What is a mandatory or optional field in a documenttype? - Next - Alternative -
Markuped text -
Markuped text
- What is markuped text? - Next - Alternative -
Namespace folder -
Namespace folder
- What and where is the namespace folder? - Go to document types tab screenshot - Next - Alternative -
namespace -
namespace
- What is a namespace? - Namespace name examples - Namespace name format rules - full names - Namespace name format rules - usage - More explanation about the concept - Alternative -
Review mode -
Review mode
- What is review mode? - review mode screenshot - Next - Alternative -
string -
string
- What is a string - Next - Alternative -
URL -
URL
- URL - Next - Alternative -
howto - CMS Information Architect HowtoA collection of howto's for small tasks an information architect may want to do! - -

- If you do not know where to start, take the Tour. -

-
-
- Add boolean to document type -
Add boolean to document type
- How to add a boolean to a document type. - Add boolean to document type screenshot - Next - Alternative -
Add custom compound -
Add custom compound
- How to add a custom compound to a document type or other - custom compound? - Add custom compound - Next - Alternative -
Add date to document type -
Add date to document type
- How to add a date field to a document type. - Add date to documenttype screenshot - Next - Alternative -
Add marked-up text field to document type -
Add marked-up text field to document type
- How to add a marked-up text field to a document type. - Add markuped text to document type screenshot - Next - Alternative -
Add number to document type -
Add number to document type
- How to add a number field to a document type. - Next - Alternative -
Add string to document type -
Add string to document type
- How to add a string field to a document type. - Add string to documenttype screenshot - Next - Alternative -
Change field in document type -
Change field in document type
- How to change a field in a document type. - change field screenshot - Next - Alternative -
Create custom compound -
Create custom compound
- How to create a custom compound - Create custom compound - Next - Alternative -
Create document type -
Create document type
- How to create a document type, to define the structure - of a class of similar documents. - Create document type screenshot - Next - Alternative -
Create namespace -
Create namespace
- How to create a namespace to gather document types in. - Create namespace screenshot - Next - Alternative -
Field caption -
Field caption
- How to define a caption for a field in a document type. - Fieldcaption screenshot - Next - Alternative -
Field size -
Field size
- How to define the size for a field in a document type. - Field size screenshot - Next - Alternative -
Go to a Document type -
Go to a Document type
- How to get to a screen to manipulate a particular document type. - documenttype tab page screenshot - Next - Alternative -
Go to a namespace -
Go to a namespace
- How to get to a namespace, to view the document types in it. - Go to namespace screenshot - Next - Alternative -
- Alternative - Login -
Login
- How to login to Hippo CMS. - Hippo login screenshot - Next - Alternative -
Logout -
Logout
- How to logout - logout screenshot - Next - Alternative -
Mandatory or optional field -
Mandatory or optional field
- How to define a field as mandatory or as optional. - Mandatory or optional screenshot - Next - Alternative -
Naming a field -
Naming a field
- How to name a field of a document type. - Naming a field screenshot - Path sar:title is used in multiple fields - Next - Alternative -
Remove field from document type -
Remove field from document type
- How to remove a field from a document type. - remove field screenshot - Next - Alternative -
Save document type -
Save document type
- How to save a document type. - save document type screenshot - Next - Alternative -
Specify type details -
Specify type details
- How to specify type details - Specify type details - Taggable - Next - Alternative -
Specify type layout -
Specify type layout
- How to specify the elemental layout for a document type or compound type? - Specify type layout - Nested layout - Next - Alternative -
Start CMS -
Start CMS
- How to start a CMS session in your browser - Next - Alternative -
Update all content -
Update all content
- How to update all content - update content screenshot - Next - Alternative -
Information Architects Guide -
Information Architects Guide
- Guide for Hippo CMS users to perform the role of Information Architect. - General introduction to document types -
old - - Go to content browse tab -
Go to content browse tab
- How to get to the content browse tab. - content browse screenshot - Next - Alternative -
old-concepts - - Current folder -
Current folder
- What is the current folder? - current folder screenshot -
Folder action menu -
Folder action menu
- What and where is the folder action menu? - Folder action menu screenshot -
Hippo CMS Tour for Information Architects -
Hippo CMS Tour for Information Architects
- To get introduced to the role of CMS information architect, - take the following tour. -
Screenshots -
Screenshots
- How to view screenshots in the userguide. - Start CMS screenshot - Next -
web - - add-ons - - howto - - Create an Editing Template Add-on -
Create an Editing Template Add-on
- Learn how to create an add-on for a namespace. - Fancy Document - Create a new project - Export CND - Build and deploy - Next -
Howto -
Howto
- Learn how to make your own content add-ons. -
Creating your own WAR package -
Creating your own WAR package
- Package Hippo CMS with your own add-on. -
Your own POM file
- Make your project a WAR project - Add the WAR dependency - Configure the WAR overlay - Troubleshooting -
Add the Jetty plugin for fast testing
-
Full pom.xml
-
Hippo CMS Add-ons -
Hippo CMS Add-ons
- Extend Hippo CMS with your own content (type) add-ons. -
Introduction to content add-on development -
Introduction to content add-on development
- An introduction to content add-on development. - Content add-on - Editing Template add-on - More -
Website Development -
Website Development
- Publish your Hippo CMS managed content on the web. - Need more functionality? -
jcr - - Document is not a valid XML document.toolkits - - Toolkits -
Toolkits
- Get the right tools for your project. - Hippo Site Toolkit - Hippo Portal -
- What is Hippo CMS? -
What is Hippo CMS?
- What part of Hippo ECM is it, what are its tasks? -
Setting up and using Selenium tests -
Setting up and using Selenium tests
- Building wicket and Hippo ECM for running integration tests - Get your application server - Running a simple Selenium test - Recording a Selenium test -
Performing a release of the Hippo ECM suite -
Performing a release of the Hippo ECM suite
- Prerequisites - Preparing a release - Update release information in the root pom.xml - Releasing in subversion - Deploying the targets -
Branching
-
support - - Community Support -
Community Support
- Get support from the Hippo community - Community Support Tools - Alternatives -
Contributing -
Contributing
- Contribute to ${product_name}, either in code, documentation, support, bug reports, improvement requests - or whatever form you think is useful. - Alternative -
Public Forums -
Public Forums
- Get support from others on the Hippo public forums -
-
Deleted: hippo-ecm/trunk/src/site/docerrors.xml =================================================================== --- hippo-ecm/trunk/src/site/docerrors.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/docerrors.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,447 +0,0 @@ - - - - . - - about - - release_notes - Hippo CMS release notes - Hippo CMS 7.1 release notes - Cannot create external links in X inha field - Internal link in X inha field does not get correctly URL encoded - The workflow toolbar now groups document and publication actions in a dropdown menu right under the current ly selected tab in review mode. See the documentation for screenshots: - Unequal visual mark of folder being current - Adding a document to the current ly selected folder does not update doclisting - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Roadmap Hippo CMS - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Version numbering schemedelve_into - - Bin Startup Help - Missing short description. Add <span class='shortdesc'>.core - Hacking the coreTake a deep dive into core Hippo CMS development. - Hippo CMS is open source software. All source code is available from our SVN repository - under the Apache license. - This section explains how to get the source code, how to build it, and how to set - up your IDE. In addition, the architecture and the conceptual ideas behind it - are explained in detail. - - building - Building Hippo CMSBuild Hippo CMS from source using your tool of choice. - Getting the Hippo CMS source code and building it is easy. Hippo CMS - uses a Maven build environment, - but it is also possible to use a Java IDE like Eclipse - or Netbeans. - - Developing Hippo CMS with Eclipse - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Building the Hippo CMS with mavenBuilding with Netbeans - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Project Structure - <p/> - <p/> - <p/> - <p/> - <p/> - <p/> - Has 9 sections.custom - - howto - - Customize an Editing Template - include screenshotFrontend skin customizationeclipse - - Configure Workspace - Explanation about installing JPOX eclipse pluginImport java project - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Start EclipseCreate an Editing Template PluginGiving our plugin a place on the dashboard - . Under wicket.extensions you will see the current plugins shown on the dashboard. Add an entry "extension.helloworld". Next add a property called "extension.helloworld" and give it the value "service.helloworld". Now the dashboard knows where to findHello WorldMaking the Hello World plugin context sensitive - Missing short description. Add <span class='shortdesc'>.HowtoTesting the Hello World pluginDeveloping workflows - http://www.hippoecm.org/nt/1.2 is out of date. There are also instances of this adres in other files. - Missing short description. Add <span class='shortdesc'>.Hippo CMS Add-onsIntroduction to add-on developmentjcr - JCR InterfaceDirect access to your content through the JCR API. - The standard JCR interface exposed by Hippo CMS gives you direct access - to your content inside the repository, and all the content management - functionalities provided by Hippo CMS. This allows you to build almost - any imaginable application on top of Hippo CMS. This section describes how - to get started, and provides some examples on how you could use the - possibilities of the JCR interface. - - JCR Examples - rkflow which is available in a dedicated category and then restores earliest published version as the current unpublished version. - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.JCR Basicsreference - JCR reference guideDeeper explanations of the JCR interface - Derived Data - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.project_export - - Add a new projectExcludesExport a sub projectProject ExportStart a Project ExportWhy Export?reference - - frontend - - Frontend Plugin Architecture - Has 2 sections.Frontend Plugin Communication - Has 2 sections.Frontend PluginsAdd-on Referencerepository - - Bootstrapping the repository - Missing short description. Add <span class='shortdesc'>.Repository Plugins - - -This description is/was only about the concept of a plugin. The concept is -that the repository functionality is not static, but one can extend the -repository functionalities. The only current repository functionality that -can be extended (but sufficient flexible to do everything needed at the -moment) is the workflow. Which workflow is active for which type(s) of -documents and what the workflow comprised (which steps and how they are -implemented) can be defined. - -Probably the best way to position this is if there is a "concepts" -page just below, or integrated with the page -Delve into > Website Development > Add-ons > Introduction -And describe there that the concept that a repository can be extended. The -text below can be used there for the part on what the concept of extending the -repository is; - - - e repository functionality is not static, but one can extend the repository functionalities. The only current repository functionality that can be extended (but sufficient flexible to do everything needed at the moment) is the workflow. Which workflow is active for which type(s) of documents and what the work - which defines how plugins can be loaded into the application. This is subject to change, as current ly the only supported way of adding plugins is by adding the JAR to the quickstart or package based ear or war artifacts. One of the ways is by adding the plugin jar directly to the ear or war using tWorkflow functionality - Missing short description. Add <span class='shortdesc'>. - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.SynonymsDelve into Hippo CMS - Enlighting and attractive diagram.Your own Quickstart - - and leave the new version very small, - mainly refering to the necessary administrator documents. - Quickstart Steps - ...<span class='to_index' id='localhost'/> - in your (this) webbrowser. - A window `Sign In, Hippo CMS 7' will open. - As username use `admin' and as password use also `admin'. - .../<td>
This may cause the markup of this span element to spill in the following text. This is due to Doxia not closing empty elements. It does not generate correct XHTML.
- ...<span class='to_index' id='number_8080'/> - in your (this) webbrowser. - A window `Sign In, Hippo CMS 7' will open. - As username use `admin' and as password use also `admin'. - .../<td>
This may cause the markup of this span element to spill in the following text. This is due to Doxia not closing empty elements. It does not generate correct XHTML.
sysadmin - System Administration GuideWhat does a system administrator need to know and do for Hippo CMS? - These pages describe how to get Hippo ECM up and running and how to configure your running application. - - configuration - ConfigurationWhat does a system administrator have to configure in Hippo CMS? - Whole folder, and rewrite if necessary. - - ConsoleDatabase server - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.nodes - Configuration Nodes Reference - Configuration of Hippo ECM functionality is stored inside Hippo Repository - as configuration nodes in the JCR tree, and is accessible through the standard - JCR interface. - - Domains Configuration - Has 3 sections.Groups Configuration - Has 3 sections. - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Roles Configuration - Has 3 sections.Users Configuration - Has 3 sections.Workflow configurationPerformance tuningrepository - Repository ConfigurationThe base repository configuration through a number of XML files. - Repository based authentication - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Repository ConfigurationSearchIndex configuration - New, working link to JackRabbit lucene implementation - Also see - href="http://jackrabbit.apache.org/doc/arch/operate/index-readers.html" JackRabbit lucene implementation. - - getting indexing_configuration from a jar classpath instead of the current JackRabbit implementation which can only fetch an indexing_configuration from filesystem.Workspace configurationKnown issues - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.installation - InstallationHow to install Hippo CMS -

- To run Hippo CMS, a - Java servlet container - or a - Java application server - is needed. -

-

- Hippo supplies a Java WAR package to deploy in Java servlet containers and - a EAR package to deploy in Java application servers. -

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Compatible Java servlet containers:
- tomcat logo - - Apache Tomcat - - Deploying Hippo -
- jetty logo - - Jetty - - -
Compatible Java application servers:
- glassfish logo - - Sun Glassfish - - Deploying Hippo -
- JBoss logo - - JBoss - - Deploying Hippo -
- -
- help renamedHelp startup in Servlet ContainerHelp web Servlet Container - Missing short description. Add <span class='shortdesc'>.in Application Server - Replace 2 bad resolution screenshots - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.in Servlet ContainerInstall Tomcat - ...<span class='to_index' id='tomcat_5.5'/>. - .../<td>
This may cause the markup of this span element to spill in the following text. This is due to Doxia not closing empty elements. It does not generate correct XHTML.
Hippo Forge plugins
Requirements - <td/> - <td/>
tools - Development ToolsTools used when developing upon Hippo CMS 7 - This section is to describe general tools and procedures needed when developing on top of Hippo CMS 7. - - eclipse - EclipseHow to use eclipse for Hippo projects. - Configure Workspace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Start EclipseWar overlays in eclipse - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.maven - MavenHow to use maven for Hippo projects. - Maven basics - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Install MavenTips and tricks - References to Maven pages - Maven commands always works on the current directory, so you have to cd to the directory you want Maven to work on.Run a development packagesvn - SVNHow to use subversion for Hippo projects. - Hippo projects are version controlled with Subversion. - They can be anonymously checked out using any subversion client. - Instructions on Subversion use can be found at http://svnbook.red-bean.com/. - - Get the Hippo CMS source - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.user - - cms_admins - - concepts - CMS Administrator ConceptsA collection of concepts a CMS administrators may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- Home Workspace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.
howto - CMS administrator HowtoA collection of howto's for small tasks a CMS administrator may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Add GroupAdd UserAssign user to groupEdit group propertiesChange own passwordEdit user propertiesDeactivate accountGoto User Management Workspace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Login as AdministratorLogoutPublish allSave settingsSet group permissionsStart CMS
CMS Administrator Guide< /document>todo - - Edit Group PropertiesGoto User PropertiesType in editing regionHippo CMS Administrator Tour
contributors - - concepts - CMS Author ConceptsA collection of concepts a CMS author may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- BooleanContent WorkspaceAuthorCurrent folder - What is the current folder? - The current folder 'common' is marked bright yellow in the - . The current folder contains a document titled 'About Us' and document titled 'homepage'. - The current folder is one single folder at any time, which is chosen by the user, by clicking on its name in the - . The current folder name is marked with a color in the - . At any time, the user can chose another folder to be the current folder. - The content of the current folder is tabulated in the - The names of the subfolders of the current folder are listed under the current folder name in the - . This allows to proceed to one of the subfolders and make that the current folder. - folder is the current folder, it is the one that is open. If another folder is the current folder, it is marked bright yellow. - , that folder has already become current , but the bright yellow marking will only be changed to the new folder after the folder action has finished. - Particular actions are possible for the current folder, such as: creating a document in it, creating a subfolder in it, deleting a subfolder from it. The actions that a particular user may do on particular folder can be different for different foldDocument actions menu - to get a list of all documents referring to the current document.Document typeDocumentEditingEdit modeCMS editorFolder action menuFolder navigation panelFolder tabulation panel - The document 'multibazar2009' is not current ly published on the web. It may never have been published or been taken off line. - If you like the details: All documents that are not current ly published on the web have an unpublished saved variant, even if just created and you never saved it yourself.FolderHome Workspace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.InputfieldMarkuped textReview modeSliderStringTab pages panel - Is for content. - Call it content panel, file panel, present panel?Tab page - more about tab pages in the imageWorkspace Navigation PanelWorkspace
howto - CMS Author HowtoA collection of howto's for small tasks an author may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Change own passwordCreate DocumentDiscard changes - the the Editor actionsFill boolean field in DocumentFill date in DocumentFill marked-up text in DocumentFill string in DocumentGoto Content workspace - image class='content-workspace-16 icon-16'Goto a Folder - Document about navigation in folder tree and reference from here. - . The contents of the current folder will appear in the - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Learn meaning of inputfieldLogin as authorLogoutRequest Publication of DocumentRequest to take off line a documentSave DocumentSchedule publication of Documentset edit mode - Screenshot set edit modeShow referring documents - How to get a list of where the current document is used, i.e. which documents refer the current document?Start CMS site - ia.org/. The site is not yet visible, because the user has not clicked yet. Coincidentially, the site current ly visible happens to be the Hippo CMS documentation site at
Authors GuideHippo CMS Authors Tour
editors - - concepts - CMS Editor ConceptsA collection of concepts a CMS editor may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- CMS editorFolderHome Workspace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.RequestScheduled publication
howto - CMS Editor HowtoA collection of howto's for small tasks an CMS editor may want to do. - -

- If you do not know where to start, take the Tour. -

-
-
- Check for requestsCount modified document at publishCount modified document at take offlineCount published documents - ) a count is presented of all documents in the folder tree that are current ly published. - The document artificial intelligence is current ly published, so this document is counted. - The document panflute is current ly published, so it is counted. A newer variant exists, but that makes no difference. - The document multibazaar2009 is current ly published, so it is counted. The document is being edited, but that makes no difference.Count unpublished documents - a count is presented of all documents in the folder tree that are not current ly published or that are changed and saved after being published. These documents all have an unpublished saved variant. - The document multibazaar2009 is not current ly published, so it is counted.Create FolderHandle request - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Login as EditorLogoutPublish all in folderReferring documents (where used) - How to get a list of where the current document is used, i.e. which documents refer the current document? When are you warned about referring documents?Start CMS site - ia.org/. The site is not yet visible, because the user has not clicked yet. Coincidentially, the site current ly visible happens to be the Hippo CMS documentation site atTake offline all in folder
Editors Guideold - - Goto Content Browse Tab - ...<span class='content_browse-16'/>, - at the left of the screen. - .../<p>
This may cause the markup of this span element to spill in the following text. This is due to Doxia not closing empty elements. It does not generate correct XHTML.
Hippo CMS Editor Tour
User Guideinformation_architects - - concepts - CMS Information Architects ConceptsA collection of concepts a CMS information architect may want to know. - -

- If you do not know where to start, take the Tour. -

-
-
- BooleanCompound typeDocument typeEditingEdit modeField properties overviewfield type menu - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.Mandatory or optional fieldMarkuped textNamespace foldernamespaceReview modestringURL
howto - CMS Information Architect HowtoA collection of howto's for small tasks an information architect may want to do! - -

- If you do not know where to start, take the Tour. -

-
-
- Add boolean to document typeAdd custom compoundAdd date to document typeAdd marked-up text field to document typeAdd number to document typeAdd string to docum ent typeChange field in document typeCreate custom compoundCreate document typeCreate namespaceField captionField sizeGo to a Document typeGo to a namespace - Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.LoginLogoutMandatory or optional fieldNaming a fieldRemove field from document typeSave document typeSpecify type detailsSpecify type layoutStart CMSUpdate all content
Information Architects Guideold - - Go to content browse tab - ...<span class='content_browse_16'/>, - at the left of the screen. - .../<p>
This may cause the markup of this span element to spill in the following text. This is due to Doxia not closing empty elements. It does not generate correct XHTML.
old-concepts - - Current folder - What is the current folder? - The current folder is marked bright yellow in the - The current folder is one single folder at any time, which is chosen by the user, by clicking on its name in the - . The current folder name is marked with a color in the - . At any time, the user can chose another folder to be the current folder. - The content of the current folder is tabulated in the - The names of the subfolders of the current folder are listed under the current folder name in the - . This allows to proceed to one of the subfolders and make that the current folder. - Particular actions are possible for the current folder, such as: creating a document in it, creating a subfolder in it, deleting a subfolder from it. The actions that a particular user may do on particular folder can be different for different fold - . At any particular moment, only folder actions on the current folder are possible.Folder action menu - At any particular moment, only folder actions on the current folder are possible.Hippo CMS Tour for Information Architects
Screenshots
web - - add-ons - - howto - - Create an Editing Template Add-on - , use "CND Export" to download the fancy.cnd file. This will give you the types as current ly used by the repository. - Note: due to a bug in the current milestone, you need to remove any occurence ofHowtoCreating your own WAR package - Has 4 sections.Hippo CMS Add-onsIntroduction to content add-on developmentWebsite Developmentjcr - - Document is not a valid XML document.toolkits - - Toolkits
- Missing short description. Add <span class='shortdesc'>. - Missing section. Add <section name='...'>.What is Hippo CMS? - Enlightning diagram? - all text: move short features list to feature document? - <script src='vimeo.js'/>Setting up and using Selenium tests - The current trunk of Hippo ECM already contains the proper infrastructure for Selenium-based integration testing. This description will first outline how to run this integration test. Having done that, it outline - , which is current ly set to the glassfish instance of the deployment api: - untu 8.04 (and higher) in combination with Firefox 3 this requires some extra setup (or at least with current Selenium version in use) as Selenium expects the firefox binary to be called firefox-bin, which is not the case on Ubuntu 8.04. Thus we create a symlink in /usr/lib/firefox to the Firefox binary as fo - entries in the maven surefire plugin configuration. In addition to this you need to modify the the class name in the source file - Missing short description. Add <span class='shortdesc'>.Performing a release of the Hippo ECM suite - The first formally released version must be 2.01.01 because of the current numbering scheme - followed by the SVN revision number of the then current trunk. For example a version might be - Note that the current install uses the maven release plugin version 2.0-beta-8, there is a newer version 2.0-beta-9 available which should fix the bug which leads to the initial failure of releasing and requires you to do - Missing short description. Add <span class='shortdesc'>. - Has 2 sections.support - - Community Support - add forum icon - : Read here what issues the developers of ${product_name} have been and are current ly working on.Contributing - add forum iconPublic Forums - <script src='../nabble.js'/>
-
Deleted: hippo-ecm/trunk/src/site/errorgraad.txt =================================================================== --- hippo-ecm/trunk/src/site/errorgraad.txt 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/errorgraad.txt 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,513 +0,0 @@ -#_________________________________________________________________________________________________________________________rita_2008-w46-5-10:49 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:05 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:07 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:17 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:17 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:19 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:20 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:21 - 132 errors and/or todos in 68 out of 172 documents (39%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:24 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:24 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_________________________________________________________________________________________________________________________rita_2008-w46-5-11:24 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_______________________________________________________________________________________________________________________rita_2008-w46-5-11:27 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_______________________________________________________________________________________________________________________rita_2008-w46-5-11:28 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_______________________________________________________________________________________________________________________rita_2008-w46-5-11:28 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_______________________________________________________________________________________________________________________rita_2008-w46-5-11:39 - 127 errors and/or todos in 65 out of 169 documents (38%). -#_______________________________________________________________________________________________________________________rita_2008-w46-5-11:45 - 127 errors and/or todos in 65 out of 169 documents (38%). -#______________________________________________________________________________________________________rita_2008-w47-4-19:11 - 127 errors and/or todos in 65 out of 169 documents (38%). -#______________________________________________________________________________________________________rita_2008-w47-4-19:12 - 133 errors and/or todos in 67 out of 169 documents (39%). -#______________________________________________________________________________________________________rita_2008-w47-4-19:14 - 133 errors and/or todos in 67 out of 169 documents (39%). -#______________________________________________________________________________________________________rita_2008-w47-4-19:23 - 129 errors and/or todos in 67 out of 169 documents (39%). -#_______________________________________________________________________________________________________________________rita_2008-w47-5-12:03 - 134 errors and/or todos in 70 out of 172 documents (40%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:04 - 158 errors and/or todos in 78 out of 173 documents (45%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:08 - 297 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:08 - 158 errors and/or todos in 78 out of 173 documents (45%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:14 - 135 errors and/or todos in 71 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:16 - 114 errors and/or todos in 71 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:17 - 115 errors and/or todos in 71 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:20 - 115 errors and/or todos in 71 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-17:47 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:01 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:05 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:06 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:07 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:11 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:14 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:16 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:16 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:16 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:18 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:21 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:21 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:22 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:23 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:24 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:25 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:25 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:25 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:26 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:26 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:27 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:27 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:27 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:29 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:30 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:30 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:31 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:32 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:35 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:37 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:38 - 121 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:40 - 121 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:43 - 124 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:44 - 124 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:44 - 124 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:44 - 124 errors and/or todos in 72 out of 173 documents (41%). -#_________________________________________________________________________________________________rita_2008-w48-3-18:45 - 124 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________rita_2008-w48-4-09:23 - 124 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________rita_2008-w48-4-09:58 - 121 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:12 - 121 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:17 - 121 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:21 - 121 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:29 - 121 errors and/or todos in 72 out of 173 documents (41%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:53 - 286 errors and/or todos in 173 out of 173 documents (100%). -#________________________________________________________________________________________________________rita_2008-w48-4-10:55 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:04 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:05 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:05 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:06 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:06 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:06 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:07 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:08 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:08 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:09 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:11 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:11 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:19 - 120 errors and/or todos in 72 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:19 - 120 errors and/or todos in 72 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:20 - 120 errors and/or todos in 72 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:28 - 286 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:30 - 115 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:35 -#_______________________________________________________________________________________________________rita_2008-w48-4-11:35 - 284 errors and/or todos in 173 out of 173 documents (100%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:40 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-11:42 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-12:18 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-12:20 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________________rita_2008-w48-4-12:49 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-13:42 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-13:49 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-13:52 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-13:54 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-13:58 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-14:25 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-14:28 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_______________________________________________________________________________________________rita_2008-w48-4-14:33 - 118 errors and/or todos in 71 out of 173 documents (41%). -#_________________________________________________________________________________________rita_2008-w50-1-12:30 - 143 errors and/or todos in 79 out of 175 documents (45%). -#_________________________________________________________________________________________rita_2008-w50-1-12:35 - 143 errors and/or todos in 79 out of 175 documents (45%). -#__________________________________________________________________________________________________________________________rita_2008-w50-3-17:41 - 145 errors and/or todos in 81 out of 175 documents (46%). -#__________________________________________________________________________________________________________________________rita_2008-w50-3-17:42 - 144 errors and/or todos in 80 out of 175 documents (45%). -#_____________________________________________________________________________________________________________________rita_2008-w51-1-14:24 - 315 errors and/or todos in 176 out of 176 documents (100%). -#_____________________________________________________________________________________________________________________rita_2008-w51-1-14:28 - 176 errors and/or todos in 176 out of 176 documents (100%). -#_____________________________________________________________________________________________________________________rita_2008-w51-1-14:28 - 148 errors and/or todos in 80 out of 176 documents (45%). -#_____________________________________________________________________________________________________________________rita_2008-w51-1-14:40 - 148 errors and/or todos in 80 out of 176 documents (45%). -#_______________________________________________________________________rita_2008-w51-1-18:39 - 316 errors and/or todos in 176 out of 176 documents (100%). -#________________________________________________________________________________________________________________rita_2008-w51-1-18:58 - 146 errors and/or todos in 79 out of 176 documents (44%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-13:39 - 152 errors and/or todos in 84 out of 181 documents (46%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-14:13 - 156 errors and/or todos in 81 out of 181 documents (44%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-14:20 - 155 errors and/or todos in 81 out of 181 documents (44%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-14:34 - 154 errors and/or todos in 80 out of 182 documents (43%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-14:47 - 154 errors and/or todos in 80 out of 182 documents (43%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-14:54 - 154 errors and/or todos in 80 out of 182 documents (43%). -PATH -/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/apache-maven-2.0.9/bin:/home/rita/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rita/programs/alle:/usr/local/share/jdk1.5.0_16/bin:/usr/local/share/netbeans-6.1/java2/ant/bin:/usr/local/share/eclipse:/usr/local/share/mybins//ritaCD/bin:/usr/local/share/mybins//irisfm/bin:/usr/local/share/mybins//scripta_scripta/bin:/usr/local/share/mybins//uureceive/bin:/usr/local/share/mybins//irisfm/receive/home/rita/bin:/usr/local/share/mybins//test/bin:/usr/local/share/mybins//tue/bin:/usr/local/share/mybins//rita/bin:/usr/local/share/mybins//rita2/bin:/usr/bin/mh:/home/rita/programs:/home/rita/bin:/home/rita/rbin:/home/rita/opt/*/bin:/home/ritamail/bin:/home/test/bin:/usr/local/ritadev/ritaCD/bin:/usr/local/ritadev/rita2/rita/bin:/home/rita/keep/uureceive/bin:/usr/local/ritadev/ritaCD/irisfm/bin:/usr/local/ritadev/rita2/rita/opt/tue/bin:/usr/local/ritadev/ritaCD/irisfm/receive/home/rita/bin -FIFI -fifi is /home/rita/bin/fifi -#________________________________________________________________________________________________________rita_2008-w51-5-19:05 - 154 errors and/or todos in 80 out of 182 documents (43%). -#__________________________________________________________rita_2008-w52-3-12:15 - 161 errors and/or todos in 81 out of 182 documents (44%). -#_______________________________________________________________________________________________________rita_2008-w52-3-17:01 - 161 errors and/or todos in 81 out of 182 documents (44%). -#_____________________________________________________________________________________________________rita_2009-w02-5-16:58 - 351 errors and/or todos in 193 out of 193 documents (100%). -#__________________________________________________________rita_2009-w04-3-09:53 - 170 errors and/or todos in 85 out of 194 documents (43%). -#_________________________________________________________________________rita_2009-w04-4-12:48 - 358 errors and/or todos in 197 out of 197 documents (100%). -#_________________________________________________________________________rita_2009-w04-4-13:37 - 358 errors and/or todos in 197 out of 197 documents (100%). -#_________________________________________________________________________rita_2009-w04-4-13:45 - 357 errors and/or todos in 197 out of 197 documents (100%). -#_________________________________________________________________________rita_2009-w04-4-15:49 - 359 errors and/or todos in 198 out of 198 documents (100%). -#__________________________________________________________rita_2009-w04-5-10:18 - 359 errors and/or todos in 198 out of 198 documents (100%). -#_________________________________________________________________________rita_2009-w04-7-20:47 - 370 errors and/or todos in 205 out of 205 documents (100%). -#_______________________________________________________________________rita_2009-w05-1-12:06 - 375 errors and/or todos in 208 out of 208 documents (100%). -#_______________________________________________________________________rita_2009-w05-1-12:50 - 376 errors and/or todos in 209 out of 209 documents (100%). -#_______________________________________________________________________rita_2009-w05-1-13:36 - 376 errors and/or todos in 209 out of 209 documents (100%). -#_______________________________________________________________________rita_2009-w05-1-13:38 - 376 errors and/or todos in 209 out of 209 documents (100%). -#_______________________________________________________________________rita_2009-w05-1-14:06 - 376 errors and/or todos in 209 out of 209 documents (100%). -#__________________________________________________________rita_2009-w05-5-16:48 - 391 errors and/or todos in 219 out of 219 documents (100%). -#__________________________________________________________rita_2009-w05-5-16:49 - 393 errors and/or todos in 219 out of 219 documents (100%). -#__________________________________________________________rita_2009-w05-5-17:01 - 393 errors and/or todos in 219 out of 219 documents (100%). -#__________________________________________________________rita_2009-w05-5-17:06 - 394 errors and/or todos in 219 out of 219 documents (100%). -#__________________________________________________________rita_2009-w06-1-14:39 - 392 errors and/or todos in 219 out of 219 documents (100%). -#____________________________________________________________rita_2009-w06-2-14:33 - 392 errors and/or todos in 219 out of 219 documents (100%). -#______________________________________________________________________________rita_2009-w06-5-15:22 - 398 errors and/or todos in 221 out of 221 documents (100%). -#__________________________________________________________rita_2009-w09-3-18:15 - 405 errors and/or todos in 223 out of 223 documents (100%). -#__________________________________________________________rita_2009-w09-3-18:23 - 405 errors and/or todos in 223 out of 223 documents (100%). -#_______________________________________________________________________________________________________rita_2009-w09-4-16:09 - 414 errors and/or todos in 228 out of 228 documents (100%). -#_______________________________________________________________________________________________________rita_2009-w09-4-16:10 - 416 errors and/or todos in 228 out of 228 documents (100%). -#_______________________________________________________________________rita_2009-w11-2-19:25 - 418 errors and/or todos in 230 out of 230 documents (100%). -#________________________________________________________________________________rita_2009-w15-2-20:17 - 435 errors and/or todos in 236 out of 236 documents (100%). -#___________________________________________________________________________________________________________________rita_2009-w17-5-18:26 - 435 errors and/or todos in 236 out of 236 documents (100%). -#___________________________________________________________________________________________________________________rita_2009-w17-5-19:09 - 435 errors and/or todos in 236 out of 236 documents (100%). -#__________________________________________________________rita_2009-w25-1-21:14 - 436 errors and/or todos in 236 out of 236 documents (100%). -#__________________________________________________________rita_2009-w25-1-21:22 - 436 errors and/or todos in 236 out of 236 documents (100%). -#__________________________________________________________rita_2009-w25-1-21:22 - 438 errors and/or todos in 236 out of 236 documents (100%). -#__________________________________________________________rita_2009-w25-1-21:35 - 438 errors and/or todos in 236 out of 236 documents (100%). -#__________________________________________________________rita_2009-w25-1-22:01 - 440 errors and/or todos in 238 out of 238 documents (100%). -#_________________________________________________________________________________________rita_2009-w25-1-22:27 - 442 errors and/or todos in 240 out of 240 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-15:51 - 446 errors and/or todos in 245 out of 245 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-15:57 - 446 errors and/or todos in 245 out of 245 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:02 - 449 errors and/or todos in 246 out of 246 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:25 - 449 errors and/or todos in 246 out of 246 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:38 - 449 errors and/or todos in 246 out of 246 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:49 - 448 errors and/or todos in 245 out of 245 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:58 - 448 errors and/or todos in 245 out of 245 documents (100%). -#______________________________________________________________________________________________rita_2009-w25-2-16:59 - 448 errors and/or todos in 245 out of 245 documents (100%). -#__________________________________________________________rita_2009-w25-2-22:30 - 447 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-13:40 - 447 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-14:00 - 449 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-15:22 - 449 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-15:26 - 449 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-17:53 - 452 errors and/or todos in 246 out of 246 documents (100%). -#__________________________________________________________rita_2009-w25-3-18:10 - 445 errors and/or todos in 245 out of 245 documents (100%). -#__________________________________________________________rita_2009-w25-3-18:15 - 443 errors and/or todos in 244 out of 244 documents (100%). -#__________________________________________________________rita_2009-w25-3-20:59 - 442 errors and/or todos in 243 out of 243 documents (100%). -#__________________________________________________________rita_2009-w25-3-21:05 - 442 errors and/or todos in 243 out of 243 documents (100%). -#__________________________________________________________rita_2009-w25-3-21:34 - 441 errors and/or todos in 243 out of 243 documents (100%). -#__________________________________________________________rita_2009-w25-3-21:37 - 440 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________rita_2009-w25-4-11:18 - 434 errors and/or todos in 240 out of 240 documents (100%). -#_________________________________________________________________________________________________rita_2009-w25-4-12:33 - 434 errors and/or todos in 240 out of 240 documents (100%). -#_________________________________________________________________________________________________rita_2009-w25-4-12:39 - 436 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________________________________________rita_2009-w31-3-20:22 - 442 errors and/or todos in 251 out of 251 documents (100%). -#__________________________________________________________rita_2009-w34-2-10:35 - 401 errors and/or todos in 240 out of 240 documents (100%). -#_____________________________________________________________________________________rita_2009-w34-2-10:42 - 402 errors and/or todos in 240 out of 240 documents (100%). -#_____________________________________________________________________________________rita_2009-w34-2-11:23 - 397 errors and/or todos in 240 out of 240 documents (100%). -#_____________________________________________________________________________________________rita_2009-w34-2-11:34 - 396 errors and/or todos in 240 out of 240 documents (100%). -#_____________________________________________________________________________________________rita_2009-w34-2-11:35 - 396 errors and/or todos in 240 out of 240 documents (100%). -#_____________________________________________________________________________________________rita_2009-w34-2-11:39 - 398 errors and/or todos in 242 out of 242 documents (100%). -#_____________________________________________________________________________________________rita_2009-w34-2-11:48 - 398 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________rita_2009-w34-2-12:17 - 399 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________rita_2009-w34-2-14:59 - 399 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-11:05 - 397 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-11:09 - 397 errors and/or todos in 242 out of 242 documents (100%). -#__________________________________________________________rita_2009-w34-3-11:23 - 395 errors and/or todos in 241 out of 241 documents (100%). -#__________________________________________________________________________________rita_2009-w34-3-11:35 - 395 errors and/or todos in 241 out of 241 documents (100%). -#__________________________________________________________________________________rita_2009-w34-3-11:38 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w34-3-12:37 - 396 errors and/or todos in 239 out of 239 documents (100%). -#_________________________________________________________________________________________________rita_2009-w34-3-14:39 - 389 errors and/or todos in 239 out of 239 documents (100%). -#_________________________________________________________________________________________________rita_2009-w34-3-14:41 - 396 errors and/or todos in 239 out of 239 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-14:50 - 396 errors and/or todos in 239 out of 239 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-15:44 - 389 errors and/or todos in 232 out of 232 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-15:52 - 388 errors and/or todos in 232 out of 232 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-15:54 - 388 errors and/or todos in 232 out of 232 documents (100%). -#__________________________________________________________________________________________________rita_2009-w34-3-16:52 - 387 errors and/or todos in 231 out of 231 documents (100%). -#__________________________________________________________rita_2009-w34-4-10:22 - 387 errors and/or todos in 231 out of 231 documents (100%). -#___________________________________________________________________________rita_2009-w34-4-10:38 - 387 errors and/or todos in 232 out of 232 documents (100%). -#__________________________________________________________rita_2009-w34-4-10:43 - 387 errors and/or todos in 232 out of 232 documents (100%). -#___________________________________________________________________________rita_2009-w34-4-10:50 - 385 errors and/or todos in 232 out of 232 documents (100%). -#___________________________________________________________________________rita_2009-w34-4-10:54 - 384 errors and/or todos in 232 out of 232 documents (100%). -#______________________________________________________________________________________________________rita_2009-w34-4-11:35 - 374 errors and/or todos in 230 out of 230 documents (100%). -#______________________________________________________________________________________________________rita_2009-w34-4-11:53 - 390 errors and/or todos in 246 out of 246 documents (100%). -#__________________________________________________________________________________rita_2009-w34-4-12:20 - 390 errors and/or todos in 246 out of 246 documents (100%). -#______________________________________________________________________________________________________rita_2009-w34-4-12:34 - 375 errors and/or todos in 231 out of 231 documents (100%). -#__________________________________________________________________________________rita_2009-w34-4-12:36 - 374 errors and/or todos in 230 out of 230 documents (100%). -#_____________________________________________________________________________________rita_2009-w35-3-15:39 - 387 errors and/or todos in 238 out of 238 documents (100%). -#_____________________________________________________________________________________rita_2009-w35-3-15:41 - 387 errors and/or todos in 238 out of 238 documents (100%). -#_____________________________________________________________________________________rita_2009-w35-3-15:41 - 387 errors and/or todos in 238 out of 238 documents (100%). -#_____________________________________________________________________________________rita_2009-w35-3-15:42 - 387 errors and/or todos in 238 out of 238 documents (100%). -#______________________________________________________________________________rita_2009-w35-3-16:09 - 387 errors and/or todos in 238 out of 238 documents (100%). -#________________________________________________________________________rita_2009-w35-4-13:57 - 393 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________________________rita_2009-w35-4-14:17 - 393 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________rita_2009-w35-4-14:48 - 393 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-15:42 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-15:45 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-15:48 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-15:54 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-15:56 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________________rita_2009-w37-4-16:00 - 395 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________rita_2009-w37-4-16:24 - 395 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________rita_2009-w37-4-16:28 - 395 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________rita_2009-w37-4-16:32 - 395 errors and/or todos in 241 out of 241 documents (100%). -#____________________________________________________________________________________rita_2009-w37-4-16:34 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_____________________________________________________________________________________________________rita_2009-w37-4-18:11 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_____________________________________________________________________________________________________rita_2009-w37-4-18:14 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_____________________________________________________________________________________________________rita_2009-w37-4-18:16 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_______________________________________________________________________________________rita_2009-w37-5-10:36 - 395 errors and/or todos in 241 out of 241 documents (100%). -#_________________________________________________________________________________________rita_2009-w40-3-11:27 - 404 errors and/or todos in 243 out of 243 documents (100%). Deleted: hippo-ecm/trunk/src/site/folder.xml =================================================================== --- hippo-ecm/trunk/src/site/folder.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/folder.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,1326 +0,0 @@ - - - . - about - release_notes - - Hippo CMS release notes - - - CMS_7_1_release - index - - roadmap - term_index - version_numbers - - delve_into - bin_startup_help - core - - Hacking the core - Take a deep dive into core Hippo CMS development. - - Hippo CMS is open source software. All source code is available from our SVN repository - under the Apache license. - This section explains how to get the source code, how to build it, and how to set - up your IDE. In addition, the architecture and the conceptual ideas behind it - are explained in detail. - - - building - - Building Hippo CMS - Build Hippo CMS from source using your tool of choice. - - Getting the Hippo CMS source code and building it is easy. Hippo CMS - uses a Maven build environment, - but it is also possible to use a Java IDE like Eclipse - or Netbeans. - - - eclipse - index - maven - netbeans - - index - project-structure - - custom - howto - customize_editing_template - customize_skin - eclipse - configure_workspace - import_project - index - start_eclipse - - editing_template_plugin - extend_dashboard - gui_plugin - hello_model - index - packaging - workflow - - index - introduction - jcr - - JCR Interface - Direct access to your content through the JCR API. - - The standard JCR interface exposed by Hippo CMS gives you direct access - to your content inside the repository, and all the content management - functionalities provided by Hippo CMS. This allows you to build almost - any imaginable application on top of Hippo CMS. This section describes how - to get started, and provides some examples on how you could use the - possibilities of the JCR interface. - - - examples - index - jcr - reference - - JCR reference guide - Deeper explanations of the JCR interface - - derived_data - index - - - project_export - add_project - excludes - export_project - index - start - why_export - - reference - frontend - frontend_plugin_architecture - frontend_plugin_communication - index - - index - repository - repository_bootstrap - repository_plugins - workflow - - - schemas - synonyms - - overview - quickstart_in_existing_container - quickstart - sysadmin - - System Administration Guide - What does a system administrator need to know and do for Hippo CMS? - - These pages describe how to get Hippo ECM up and running and how to configure your running application. - - - - - configuration - - Configuration - What does a system administrator have to configure in Hippo CMS? - - Whole folder, and rewrite if necessary. - - - console - database_server - index - nodes - - Configuration Nodes Reference - - Configuration of Hippo ECM functionality is stored inside Hippo Repository - as configuration nodes in the JCR tree, and is accessible through the standard - JCR interface. - - - domains - groups - index - roles - users - workflow - - performance_tuning - repository - - Repository Configuration - The base repository configuration through a number of XML files. - - authentication - index - overview - searchindex - workspace - - - debugging - index - installation - - Installation - How to install Hippo CMS - -

- To run Hippo CMS, a - Java servlet container - or a - Java application server - is needed. -

-

- Hippo supplies a Java WAR package to deploy in Java servlet containers and - a EAR package to deploy in Java application servers. -

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Compatible Java servlet containers:
- tomcat logo - - Apache Tomcat - - Deploying Hippo -
- jetty logo - - Jetty - - -
Compatible Java application servers:
- glassfish logo - - Sun Glassfish - - Deploying Hippo -
- JBoss logo - - JBoss - - Deploying Hippo -
- -
-
- help_renamed - help_startup_servlet_container - help_web_servlet_container - in_application_server - index - in_servlet_container - install_tomcat - plugins -
- requirements -
- tools - - Development Tools - Tools used when developing upon Hippo CMS 7 - - This section is to describe general tools and procedures needed when developing on top of Hippo CMS 7. - - - eclipse - - Eclipse - How to use eclipse for Hippo projects. - - configure_workspace - index - start_eclipse - war_overlays_in_eclipse - - index - maven - - Maven - How to use maven for Hippo projects. - - basics - index - install_maven - learning_maven - run_development_package - - svn - - SVN - How to use subversion for Hippo projects. - - Hippo projects are version controlled with Subversion. - They can be anonymously checked out using any subversion client. - Instructions on Subversion use can be found at http://svnbook.red-bean.com/. - - - get_Hippo_CMS_source - index - - - user - cms_admins - concepts - - CMS Administrator Concepts - A collection of concepts a CMS administrators may want to know. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- home_workspace - index -
- howto - - CMS administrator Howto - A collection of howto's for small tasks a CMS administrator may want to do. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- add_group - add_user - assign_user_to_group - change_group_properties - change_password - change_user_properties - deactivate_account - goto_user_management_workspace - index - login - logout - publish_all - save_settings - set_permissions_for_group - start_CMS -
- index - todo - goto_group_properties - goto_user_properties - type_in_editing_region - - tour -
- contributors - concepts - - CMS Author Concepts - A collection of concepts a CMS author may want to know. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- boolean - content_workspace - contributor - current_folder - document_actions_menu - document_type - document - editing - edit_mode - editor - folder_action_menu - folder_navigation_panel - folder_tabulation_panel - folder - home_workspace - index - inputfield - markuped_text - review_mode - slider - string - tab_pages_panel - tab_page - workspace_navigation_panel - workspace -
- howto - - CMS Author Howto - A collection of howto's for small tasks an author may want to do. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- change_own_password - create_document - discard_changes - editor_actions - fill_boolean_field_in_document - fill_date_field_in_document - fill_markuped_text_in_document - fill_string_field_in_document - goto_content_workspace - goto_folder - index - learn_meaning_of_inputfield - login - logout - request_publication - request_take_offline - save_document - schedule_publication - set_edit_mode - show_referring_documents - start_CMS -
- index - tour -
- editors - concepts - - CMS Editor Concepts - A collection of concepts a CMS editor may want to know. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- editor - folder - home_workspace - index - request - scheduled_publication -
- howto - - CMS Editor Howto - A collection of howto's for small tasks an CMS editor may want to do. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- check_for_requests - count_modified_at_publish - count_modified_at_take_offline - count_published - count_unpublished - create_folder - handle_request - index - login - logout - publish_all_in_folder - referring_documents - start_CMS - take_offline_all_in_folder -
- index - old - goto_content_browse_tab - - tour -
- index - information_architects - concepts - - CMS Information Architects Concepts - A collection of concepts a CMS information architect may want to know. - - -

- If you do not know where to start, take the Tour. -

-
-
-
- boolean - compoundtype - documenttype - editing - edit_mode - field_properties_overview - field_type_menu - index - mandatory_or_optional - markuped_text - namespaces_folder - namespace - review_mode - string - URL -
- howto - - CMS Information Architect Howto - A collection of howto's for small tasks an information architect may want to do! - - -

- If you do not know where to start, take the Tour. -

-
-
-
- add_boolean_to_documenttype - add_custom_compound - add_date_to_documenttype - add_markuped_text_to_documenttype - add_number_to_documenttype - add_string_to_documenttype - change_field_in_documenttype - create_custom_compound - create_documenttype - create_namespace - fieldcaption - fieldsize - goto_documenttype_card - goto_namespace - index - login - logout - mandatory_or_optional - naming_a_field - remove_field_from_documenttype - save_documenttype - specify_type_details - specify_type_layout - start_CMS - update_all_content -
- index - old - goto_content_browse_tab - - old-concepts - current_folder - folder_action_menu - - tour -
- screenshots -
- web - add-ons - howto - editing_template - index - packaging - - index - introduction - - index - jcr - * - - toolkits - index - - -
- errorlist - index - integration_testing - releasing - support - community - contributing - forums - -
Copied: hippo-ecm/trunk/src/site/hippo_logo.png (from rev 20968, hippo-ecm/trunk/src/site/resources/images/hippo_logo.png) =================================================================== (Binary files differ) Property changes on: hippo-ecm/trunk/src/site/hippo_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/src/site/resources/images/hippo_logo.png:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/src/site/resources/images/hippo_logo.png:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4/src/site/resources/images/hippo_logo.png:20604-20690 Deleted: hippo-ecm/trunk/src/site/hippo_xdoc_template.xml =================================================================== --- hippo-ecm/trunk/src/site/hippo_xdoc_template.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/hippo_xdoc_template.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,70 +0,0 @@ - - - - - - Change to the browser title - - - -
- Change to document short description. - - this whole document. - -

Introductory text. - Introductory text. -

- - - - -

This is text with an index word. -

- -

First subsubsection title

-

Text - text -

- -

First subsubsection title

-

Text - text -

- -
- - - - -

Text -

- - - code line 1 - code line 2 - -
- -
- -
Deleted: hippo-ecm/trunk/src/site/restore_previous_version.xml =================================================================== --- hippo-ecm/trunk/src/site/restore_previous_version.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/restore_previous_version.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,46 +0,0 @@ - - - - - - Versioning - - - -
- How to replace the current content of a document with content the document had sometime in the past? - - all text - -

-Finally the "Restore" button allows the user to replace the current document -with the content of a historic document. Note that this does not mean that -the historic version of the document becomes the current version of the -document. Only the content is restored, and the existing history of the -document is kept intact. -

- -

-The Restore button is always available, but users which do not have full -rights to modify the document may not be able to restore the document this -way. The workflow should in this case allow the user to request a restore -(this is not yet available as part of the reviewed actions workflow). -

- - Modified: hippo-ecm/trunk/src/site/site.xml =================================================================== --- hippo-ecm/trunk/src/site/site.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/site.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -25,7 +25,7 @@ org.onehippo.ecm.skin maven-skin - 1.01.08-SNAPSHOT + 1.01.08 - - - Versioning - - -
- What is versioning to a content contributor? - -

Versioning allows - you to browse the history of a document, - i.e. to see the changes to the - document over time and allows you to - restore a previous version of the document, - to replace the current content of a document with content the document had sometime in the past. -

-

Versioning requires that copies of your document are saved for later history browsing and - restoring. This is done automatically by Hippo CMS, but at what occasions the copies are automatically made - is a business rule decided by your organization. - Who will know and how to find out what the business rule actually is? -

- - -
- -
Deleted: hippo-ecm/trunk/src/site/versioning.xml =================================================================== --- hippo-ecm/trunk/src/site/versioning.xml 2009-12-01 22:45:31 UTC (rev 20968) +++ hippo-ecm/trunk/src/site/versioning.xml 2009-12-01 23:51:02 UTC (rev 20969) @@ -1,33 +0,0 @@ - - - - - - - - -
- -

-Versioning is the ability of a CMS to keep track of the changes to a document over time. -Changes occur when documents are edited, published, re-edited, removed, etcetera. -

-
- -
From helpdesk at onehippo.com Wed Dec 2 00:42:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 00:52:46 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3490) Remove outdated documentation from trunk In-Reply-To: <30462085.232351259710515705.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3354035.232361259710935683.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3490. ----------------------------------------- Resolution: Fixed > Remove outdated documentation from trunk > ---------------------------------------- > > Key: HREPTWO-3490 > URL: http://issues.onehippo.com/browse/HREPTWO-3490 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.10.00 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > > Leave site generated from trunk to developer information and generated reports. The current documentation is on the documents site and maintained using Hippo CMS 7 itself. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From schans at onehippo.com Wed Dec 2 04:11:11 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 04:11:04 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Reviewed_action_addon_tests_=23921?= Message-ID: <6733835.921259723471147.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 04:11:10 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 04:11:05 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Sample_addon_tests_=23921?= Message-ID: <28167821.911259723470828.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 04:11:12 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 04:11:07 2009 Subject: [HippoRepos-dev] Hudson build became unstable: Hippo ECM Trunk #921 Message-ID: <698833.931259723472637.JavaMail.hudson@hudson.onehippo.org> See From svn-logs at hippocms.org Wed Dec 2 08:32:53 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 08:32:56 2009 Subject: [HippoRepos-dev] [20970] hippo-ecm: HREPTWO-3366: Message-ID: <20091202073253.A7D99C96D@svnnew.onehippo.org> Revision: 20970 Author: bvanhalderen Date: 2009-12-02 08:32:52 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3366: - remove hippo and hipposys from indexing_configuration to allow both 2.0 and 2.0.1 version during startup. Modified Paths: -------------- hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml Modified: hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-01 23:51:02 UTC (rev 20969) +++ hippo-ecm/trunk/addon/reviewed-action/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-02 07:32:52 UTC (rev 20970) @@ -15,7 +15,7 @@ limitations under the License. --> - + hippostd:date From helpdesk at onehippo.com Wed Dec 2 08:23:16 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 08:33:51 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3366) Automatic upgrade from 2.09 to 2.10 In-Reply-To: <30941399.113791257926175787.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6441137.232381259738596815.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen reopened HREPTWO-3366: ----------------------------------------- missing addiotional hippostd definition > Automatic upgrade from 2.09 to 2.10 > ----------------------------------- > > Key: HREPTWO-3366 > URL: http://issues.onehippo.com/browse/HREPTWO-3366 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Stephan Westen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > > Automatic upgrade from 2.09 to 2.10 is probably needed because of improved 'required' validation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 09:12:47 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 09:12:47 2009 Subject: [HippoRepos-dev] [20971] hippo-ecm/tags/test/: HREPTWO-16: remove test tag Message-ID: <20091202081247.159B5C96D@svnnew.onehippo.org> Revision: 20971 Author: bvanhalderen Date: 2009-12-02 09:12:46 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-16: remove test tag Removed Paths: ------------- hippo-ecm/tags/test/ From svn-logs at hippocms.org Wed Dec 2 09:17:23 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 09:17:23 2009 Subject: [HippoRepos-dev] [20972] hippo-ecm/tags/test/: HREPTWO-16: reset test tag Message-ID: <20091202081723.D3FF2C96D@svnnew.onehippo.org> Revision: 20972 Author: bvanhalderen Date: 2009-12-02 09:17:23 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-16: reset test tag Added Paths: ----------- hippo-ecm/tags/test/ Property changes on: hippo-ecm/tags/test ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target jpox.log Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4:20604-20690 From svn-logs at hippocms.org Wed Dec 2 09:43:28 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 09:43:29 2009 Subject: [HippoRepos-dev] [20973] hippo-ecm: HREPTWO-3366: Message-ID: <20091202084328.63F6DC19E@svnnew.onehippo.org> Revision: 20973 Author: bvanhalderen Date: 2009-12-02 09:43:26 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3366: - remove hippo and hipposys from indexing_configuration to allow both 2.0 and 2.0.1 version during startup. Modified Paths: -------------- hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml Modified: hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml =================================================================== --- hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-02 08:17:23 UTC (rev 20972) +++ hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/query/lucene/indexing_configuration.xml 2009-12-02 08:43:26 UTC (rev 20973) @@ -15,7 +15,7 @@ limitations under the License. --> - + hippostd:date From helpdesk at onehippo.com Wed Dec 2 10:25:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 10:35:51 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8209002.233351259745915771.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3472: ---------------------------------------- Priority: High (was: Normal) > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.09.05, r2.10.00 > > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 10:42:15 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 10:52:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3474) Xinha does not initialize In-Reply-To: <27384193.211481259315596135.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <999442.233771259746935946.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hippo Helpdesk updated HREPTWO-3474: ------------------------------------ Attachment: screenshot-2.jpg > Xinha does not initialize > ------------------------- > > Key: HREPTWO-3474 > URL: http://issues.onehippo.com/browse/HREPTWO-3474 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Renate Droogendijk > Priority: Top > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg, screenshot-2.jpg > > > Create a document (based on template Event / 'Gebeurtenis') > Introduction field too small > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 10:51:15 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 11:01:50 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3474) Xinha does not initialize In-Reply-To: <27384193.211481259315596135.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29208864.233881259747475768.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76151#action_76151 ] Hippo Helpdesk commented on HREPTWO-3474: ----------------------------------------- Browser: IE7 Does not occur Browser: FFX 3.5.5 When creating a new document based on the event template, the introduction field, and also the body field are sometimes really small as in screenshot-2 I created 10 documents to test this, and it only happened ones, the first time. I was logged in as admin > Xinha does not initialize > ------------------------- > > Key: HREPTWO-3474 > URL: http://issues.onehippo.com/browse/HREPTWO-3474 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Renate Droogendijk > Priority: Top > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg, screenshot-2.jpg > > > Create a document (based on template Event / 'Gebeurtenis') > Introduction field too small > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From schans at onehippo.com Wed Dec 2 11:14:30 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 11:14:31 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_still_unstable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Sample_addon_tests_=23922?= In-Reply-To: <28167821.911259723470828.JavaMail.hudson@hudson.onehippo.org> References: <28167821.911259723470828.JavaMail.hudson@hudson.onehippo.org> Message-ID: <14188266.941259748870306.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 11:14:30 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 11:14:32 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_back_to_stable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Reviewed_action_addon_tests_=23922?= In-Reply-To: <6733835.921259723471147.JavaMail.hudson@hudson.onehippo.org> References: <6733835.921259723471147.JavaMail.hudson@hudson.onehippo.org> Message-ID: <24400859.951259748870521.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 11:14:31 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 11:14:33 2009 Subject: [HippoRepos-dev] Hudson build is still unstable: Hippo ECM Trunk #922 In-Reply-To: <698833.931259723472637.JavaMail.hudson@hudson.onehippo.org> References: <698833.931259723472637.JavaMail.hudson@hudson.onehippo.org> Message-ID: <27883345.961259748871921.JavaMail.hudson@hudson.onehippo.org> See From helpdesk at onehippo.com Wed Dec 2 11:10:16 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 11:20:50 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3474) Xinha does not initialize In-Reply-To: <27384193.211481259315596135.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <12533960.233961259748616067.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76154#action_76154 ] Hippo Helpdesk commented on HREPTWO-3474: ----------------------------------------- I have just logged out and back in again, and I noticed that now the document does have a normal introduction and body field. > Xinha does not initialize > ------------------------- > > Key: HREPTWO-3474 > URL: http://issues.onehippo.com/browse/HREPTWO-3474 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Stephan Westen > Priority: Top > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg, screenshot-2.jpg > > > Create a document (based on template Event / 'Gebeurtenis') > Introduction field too small > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 11:15:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 2 11:25:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3488) XInha: lists, quotes, blockquotes and def lists don't indent In-Reply-To: <12216582.227371259666055796.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13032394.234031259748915794.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3488: ------------------------------------ Assignee: Arthur Bogaart > XInha: lists, quotes, blockquotes and def lists don't indent > ------------------------------------------------------------ > > Key: HREPTWO-3488 > URL: http://issues.onehippo.com/browse/HREPTWO-3488 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core, user experience > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > > Lists should indent in a backend template with a xinha field. By default this indentation is removed. > More info: > In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px: > * { margin : 0; padding : 0;} > This will also remove indentation of lists, quotes, blockquotes and def lists. > Adding the following lines should fix it: > ol, ul, dl {margin-left: 2.5em;} > blockquote {margin: 0 2.5em 0 2.5em;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 12:53:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 2 13:03:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3369) Move feedback panel into menu bar In-Reply-To: <2704375.118331257948435740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <33240466.235651259754795919.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt updated HREPTWO-3369: ---------------------------------------- Parent: (was: HREPTWO-3346) Issue Type: Improvement (was: Sub-task) > Move feedback panel into menu bar > --------------------------------- > > Key: HREPTWO-3369 > URL: http://issues.onehippo.com/browse/HREPTWO-3369 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: r2.10.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > The feedback panel that informs the user of problems during editing, i.e. when a field is invalid and the user wishes to save, is not visible when the user has scrolled down too far. > Make the feedback panel part of the menu bar, such that the feedback is always visible. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 12:53:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 2 13:03:51 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3395) Introduce resolution framework In-Reply-To: <25199404.154171258549335988.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <24030804.235731259754796051.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt updated HREPTWO-3395: ---------------------------------------- Parent: (was: HREPTWO-3346) Issue Type: New Feature (was: Sub-task) > Introduce resolution framework > ------------------------------ > > Key: HREPTWO-3395 > URL: http://issues.onehippo.com/browse/HREPTWO-3395 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > Original Estimate: 1 day, 4 hours > Remaining Estimate: 1 day, 4 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 12:53:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 2 13:03:52 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3346) Required Field Validation In-Reply-To: <244631.91301257346335849.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11894838.235761259754796104.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3346. ----------------------------------------- Resolution: Fixed remaining tasks have been converted to improvement/new feature > Required Field Validation > ------------------------- > > Key: HREPTWO-3346 > URL: http://issues.onehippo.com/browse/HREPTWO-3346 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: High > Fix For: r2.10.00 > > > The user-friendly definition of "required" differs significantly from the JCR "mandatory". Implement an indirection layer that takes care of the translation. The templates must visually agree with the user-defined notion; the types with the JCR one. > Related to this, the feedback that is provided to the user must be improved. > See HREPTWO-3015 for an overview of feedback issues related to mandatory fields. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 13:20:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 2 13:30:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3488) XInha: lists, quotes, blockquotes and def lists don't indent In-Reply-To: <12216582.227371259666055796.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19267858.236281259756415820.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3488: ------------------------------------ Fix Version/s: r2.10.00 > XInha: lists, quotes, blockquotes and def lists don't indent > ------------------------------------------------------------ > > Key: HREPTWO-3488 > URL: http://issues.onehippo.com/browse/HREPTWO-3488 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core, user experience > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Fix For: r2.10.00 > > > Lists should indent in a backend template with a xinha field. By default this indentation is removed. > More info: > In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px: > * { margin : 0; padding : 0;} > This will also remove indentation of lists, quotes, blockquotes and def lists. > Adding the following lines should fix it: > ol, ul, dl {margin-left: 2.5em;} > blockquote {margin: 0 2.5em 0 2.5em;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 13:35:42 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 13:35:42 2009 Subject: [HippoRepos-dev] [20974] hippo-ecm: HREPTWO-3472: make sure all hippo: request entries are ordered after documents below handles Message-ID: <20091202123542.827C4C96E@svnnew.onehippo.org> Revision: 20974 Author: bvanhalderen Date: 2009-12-02 13:35:41 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3472: make sure all hippo:request entries are ordered after documents below handles Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-02 08:43:26 UTC (rev 20973) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-02 12:35:41 UTC (rev 20974) @@ -15,18 +15,16 @@ */ package org.hippoecm.repository; -import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; +import static org.junit.Assert.assertFalse; import static org.junit.Assert.fail; import javax.jcr.Node; import javax.jcr.NodeIterator; -import javax.jcr.PathNotFoundException; -import javax.jcr.RepositoryException; -import org.hippoecm.repository.util.Utilities; import org.junit.After; import org.junit.Test; @@ -113,6 +111,7 @@ }; @After + @Override public void tearDown() throws Exception { if(session.getRootNode().hasNode("test")) { session.getRootNode().getNode("test").remove(); @@ -122,6 +121,90 @@ } @Test + public void testRequestsLast() throws Exception { + final String[] data = new String[] { + "/test", "nt:unstructured", + "/test/docs", "hippo:testdocument", + "jcr:mixinTypes", "hippo:harddocument", + "/test/docs/doc", "hippo:handle", + "jcr:mixinTypes", "hippo:hardhandle", + "/test/docs/doc/hippo:request", "hipposys:request", + "/test/docs/doc/doc", "hippo:testdocument", + "jcr:mixinTypes", "hippo:harddocument", + "state", "published", + "/test/test1", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "single", + "/test/testa", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "single", + "/test/test2", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer-single", + "/test/testb", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer-single", + "/test/test3", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer", + "/test/testc", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer", + "/test/test4", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "select", + "/test/testd", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "select", + "/test/test5", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", null, + "hippo:values", null, + "hippo:modes", null, + "/test/teste", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", null, + "hippo:values", null, + "hippo:modes", null, + "/test/test6", "hippo:mirror", + "hippo:docbase", "/test/docs", + "/test/testf", "hippo:mirror", + "hippo:docbase", "/test/docs/doc" + }; + build(session, data); + session.save(); + session.refresh(false); + assertEquals("doc",traverse(session, "/test/test1/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testa").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test2/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testb").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test3/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test4/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test5/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test6/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); + } + + @Test public void testBasics() throws Exception { build(session, content); session.save(); @@ -194,5 +277,4 @@ assertFalse(session.getRootNode().getNode("test/filterToParentOfFilter/filter1/three").getNodes().hasNext()); assertFalse(session.getRootNode().getNode("test/filterToParentOfFilter/filter1/four").getNodes().hasNext()); } - } Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-02 08:43:26 UTC (rev 20973) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-02 12:35:41 UTC (rev 20974) @@ -32,13 +32,12 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class ViewVirtualProvider extends MirrorVirtualProvider -{ +public class ViewVirtualProvider extends MirrorVirtualProvider { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private final Logger log = LoggerFactory.getLogger(ViewVirtualProvider.class); - + Name handleName; Name requestName; Name facetSelectName; @@ -51,13 +50,13 @@ handleName = resolveName(HippoNodeType.NT_HANDLE); requestName = resolveName(HippoNodeType.NT_REQUEST); } - - protected NodeState populate(ViewVirtualProvider subProvider, NodeState state ,String[] docbase, String[] newFacets, String[] newValues, String[] newModes, boolean newCriteria) throws RepositoryException { - if(docbase == null || docbase.length == 0) { + + protected NodeState populate(ViewVirtualProvider subProvider, NodeState state, String[] docbase, String[] newFacets, String[] newValues, String[] newModes, boolean newCriteria) throws RepositoryException { + if (docbase == null || docbase.length == 0) { return state; } - - if(docbase[0].endsWith("babecafebabe")) { + + if (docbase[0].endsWith("babecafebabe")) { // one of the defined (and fixed, so string compare is fine) system areas return state; } @@ -67,128 +66,134 @@ } catch (IllegalArgumentException e) { log.warn("invalid docbase '" + docbase[0] + "' because not a valid UUID "); } - if(dereference != null) { - - boolean singledView = false; - LinkedHashMap view = new LinkedHashMap(); - LinkedHashMap order = null; - - if(state.getNodeId() instanceof IFilterNodeId) { + if (dereference != null) { + boolean singledView = false; + LinkedHashMap view = new LinkedHashMap(); + LinkedHashMap order = null; + + if (state.getNodeId() instanceof IFilterNodeId) { IFilterNodeId filterNodeId = (IFilterNodeId)state.getNodeId(); - if(filterNodeId.getView() != null) { + if (filterNodeId.getView() != null) { view.putAll(filterNodeId.getView()); } - if(filterNodeId.getOrder() != null) { - order = new LinkedHashMap(filterNodeId.getOrder()); + if (filterNodeId.getOrder() != null) { + order = new LinkedHashMap(filterNodeId.getOrder()); } singledView = filterNodeId.isSingledView(); - } else if (state.getParentId()!=null && state.getParentId() instanceof IFilterNodeId) { - // parent state is already virtual, inherit possible filter criteria - IFilterNodeId filterNodeId = ((IFilterNodeId)state.getParentId()); - if(filterNodeId.getView() != null) { + } else if (state.getParentId() != null && state.getParentId() instanceof IFilterNodeId) { + // parent state is already virtual, inherit possible filter criteria + IFilterNodeId filterNodeId = ((IFilterNodeId)state.getParentId()); + if (filterNodeId.getView() != null) { view.putAll(filterNodeId.getView()); } - if(filterNodeId.getOrder() != null) { - if(order == null) { - order = new LinkedHashMap(); + if (filterNodeId.getOrder() != null) { + if (order == null) { + order = new LinkedHashMap(); } order.putAll(filterNodeId.getOrder()); } singledView = filterNodeId.isSingledView(); - } - - if(newCriteria) { - - if(newFacets == null || newValues == null || newModes == null || newFacets.length != newValues.length || newFacets.length != newModes.length) { - log.error("Malformed definition of faceted selection: all must be of same length and must exist. Cannot populate facetselect. Return unpopulated mirror"); + } + + if (newCriteria) { + if (newFacets == null || newValues == null || newModes == null || newFacets.length != newValues.length || newFacets.length != newModes.length) { + log.warn("Malformed definition of faceted selection: all must be of same length and must exist. Cannot populate facetselect. Return unpopulated mirror"); return state; } - - if(dereference.getNodeTypeName().equals(facetSelectName)) { + + if (dereference.getNodeTypeName().equals(facetSelectName)) { // This means this facetselect directly points to another facetselect. This is not allowed. - log.error("Mirror of facetselect is not allowed to have as docbase the uuid of another mirror or facetselect."); + log.warn("Mirror of facetselect is not allowed to have as docbase the uuid of another mirror or facetselect."); return state; } - - for(int i=0; i(); + } else if (newModes[i].equalsIgnoreCase("prefer") || newModes[i].equalsIgnoreCase("prefer-single")) { + if (order == null) { + order = new LinkedHashMap(); } order.put(resolveName(newFacets[i]), newValues[i]); - if(newModes[i].endsWith("prefer-single")) { + if (newModes[i].endsWith("prefer-single")) { singledView = true; } - } else if(newModes[i].equalsIgnoreCase("clear")) { + } else if (newModes[i].equalsIgnoreCase("clear")) { view.remove(resolveName(newFacets[i])); } } } - + boolean isHandle = dereference.getNodeTypeName().equals(handleName); - if(order != null && isHandle) { + if (order != null && isHandle) { // since the order is not null, we first have to sort all childs according the order. We only order below a handle Vector children = new Vector(); - for(Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext(); ){ - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); - ViewNodeId childNodeId = subProvider. new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + for (Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); + ViewNodeId childNodeId = subProvider.new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); Arrays.sort(childrenArray); - for(int i = 0; i < childrenArray.length && (i == 0 || !singledView) ; i ++) { + for (int i = 0; i < childrenArray.length && (i == 0 || !singledView); i++) { + if (singledView && childrenArray[i].getKey().equals(requestName)) { + continue; + } else { + state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); + if (singledView) { + continue; + } + } + } + } else { + Vector children = new Vector(); + for (Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); + // filtering is only applied on handles + if (!isHandle || subProvider.match(view, entry.getId())) { + if (isHandle && singledView && entry.getName().equals(requestName)) { + continue; + } else { + ViewNodeId childNodeId = subProvider.new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); + } + } + } + ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); + if (isHandle) { + Arrays.sort(childrenArray); + } + for (int i = 0; i < childrenArray.length && (i == 0 || !(singledView && isHandle)); i++) { state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); } - - } else { - for(Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext(); ) { - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); - // filtering is only applied on handles - if(!isHandle || subProvider.match(view, entry.getId())) { - if(isHandle && singledView && getNodeState(entry.getId()).getNodeTypeName().equals(requestName)) { - continue; - } else { - NodeId childNodeId = subProvider . new ViewNodeId(state.getNodeId(),entry.getId(),entry.getName(),view,order,singledView); - state.addChildNodeEntry(entry.getName(), childNodeId); - - if(isHandle && singledView) { - // stop after first match because single hippo document view - break; - } - } - } - } } } return state; } - + @Override public NodeState populate(NodeState state) throws RepositoryException { String[] docbase = getProperty(state.getNodeId(), docbaseName); return populate(this, state, docbase, null, null, null, false); } - protected boolean match(Map view, NodeId candidate) { - for(Map.Entry entry : view.entrySet()) { + protected boolean match(Map view, NodeId candidate) { + for (Map.Entry entry : view.entrySet()) { Name facet = entry.getKey(); String value = entry.getValue(); String[] matching = getProperty(candidate, facet); - if(matching != null && matching.length > 0) { - if(value != null && !value.equals("") && !value.equals("*")) { + if (matching != null && matching.length > 0) { + if (value != null && !value.equals("") && !value.equals("*")) { int i; - for(i=0; i children = new Vector(); - for(Iterator iter = upstream.getChildNodeEntries().iterator(); iter.hasNext(); ) { - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); + for (Iterator iter = upstream.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); if (!isHandle || match(viewId.view, entry.getId())) { /* * below we check on the entry's nodestate wether the node type is hippo:request, @@ -211,41 +216,41 @@ * extra performance hit */ if (viewId.singledView && isHandle) { - if (getNodeState(entry.getId()).getNodeTypeName().equals(requestName)) { + if (entry.getName().equals(requestName)) { continue; } else { ViewNodeId childNodeId = new ViewNodeId(nodeId, entry.getId(), entry.getName(), viewId.view, viewId.order, viewId.singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); // stop after first match because single hippo document view, and not using sorted set - if(viewId.order == null) { + if (viewId.order == null) { break; } } } else { ViewNodeId childNodeId = new ViewNodeId(nodeId, entry.getId(), entry.getName(), viewId.view, viewId.order, viewId.singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); } } } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); - if(viewId.order != null && isHandle) { + if (isHandle) { Arrays.sort(childrenArray); } - for(int i=0; i view; - LinkedHashMap order; + LinkedHashMap view; + LinkedHashMap order; - ViewNodeId(NodeId parent, NodeId upstream, Name name, LinkedHashMap view, LinkedHashMap order, boolean singledView) { + ViewNodeId(NodeId parent, NodeId upstream, Name name, LinkedHashMap view, LinkedHashMap order, boolean singledView) { super(ViewVirtualProvider.this, parent, name, upstream); this.view = view; this.order = order; @@ -255,36 +260,46 @@ class Child implements Comparable { Name name; ViewNodeId nodeId; + Child(Name name, ViewNodeId viewNodeId) { this.name = name; this.nodeId = viewNodeId; } + public Name getKey() { return name; } + public ViewNodeId getValue() { return ViewNodeId.this; } + public int compareTo(Child o) { - if(o == null) { + if (o == null) { throw new NullPointerException(); } - if(o.equals(this)) { - return 0; + if (o.equals(this)) { + return 0; } - if(order == null) - // never return 0 (See Comparable api) + if (order == null) { + if (name.equals(requestName)) { + return 1; + } else if (o.name.equals(requestName)) { + return -1; + } + // never return 0 (See Comparable api) return 1; + } - for(Map.Entry entry : order.entrySet()) { + for (Map.Entry entry : order.entrySet()) { Name facet = entry.getKey(); String value = entry.getValue(); int thisFacetValueIndex = -1; String[] thisFacetValues = getProperty(upstream, facet); - if(thisFacetValues != null) { - for(int i=0; i getOrder() { - if(this.order != null) { - return new LinkedHashMap(this.order); - } - return null; - } + if (this.order != null) { + return new LinkedHashMap(this.order); + } + return null; + } - public LinkedHashMap getView() { - if(this.view != null) { - return new LinkedHashMap(this.view); - } - return null; - } + public LinkedHashMap getView() { + if (this.view != null) { + return new LinkedHashMap(this.view); + } + return null; + } - public boolean isSingledView() { - return this.singledView; - } + public boolean isSingledView() { + return this.singledView; + } } } From helpdesk at onehippo.com Wed Dec 2 13:26:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 13:36:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13066614.236411259756775802.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3472. ----------------------------------------- Resolution: Fixed > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.09.05, r2.10.00 > > Time Spent: 3 hours, 30 minutes > Remaining Estimate: 0 minutes > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 13:26:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 2 13:36:51 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3436) Missing resource shown in progress list In-Reply-To: <29168415.186701259050815792.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <15666307.236441259756775871.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3436: ----------------------------------------- Original Estimate: 4 hours Remaining Estimate: 4 hours > Missing resource shown in progress list > --------------------------------------- > > Key: HREPTWO-3436 > URL: http://issues.onehippo.com/browse/HREPTWO-3436 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Bart van der Schans > Priority: Low > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg, screenshot-2.jpg > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 13:28:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 2 13:38:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-2773) Automatic setup test server with latest build CMS + HST In-Reply-To: <14669475.1245925431572.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <27766324.236471259756895909.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-2773: ----------------------------------------- Original Estimate: 1 week Remaining Estimate: 1 week > Automatic setup test server with latest build CMS + HST > -------------------------------------------------------- > > Key: HREPTWO-2773 > URL: http://issues.onehippo.com/browse/HREPTWO-2773 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.11.00 > > Original Estimate: 1 week > Remaining Estimate: 1 week > > Ideally Hudson should deploy automatically on the test server the latest CMS with HST, documentation and a clean test fixture. > This might be too much work, but what we at least want is the ability to easily deploy HST and CMS on the test server including the test fixture. The demo HST suite contains some content, perhaps we can use this. Or we use the quickstart test content (if different) and update the demo HST suite. > Notice that we want to separate test and demo content. Test content will in the end be radically different, for example long folder names, long document names, empty templates, user without any privilege, folder with 100 images, etc, etc > Including the CMS (maven) documentation is a nice-to-have -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 13:28:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 2 13:38:52 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3487) Improve caption btn In-Reply-To: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3603653.236501259756895980.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3487: ----------------------------------------- Original Estimate: 1 hour Remaining Estimate: 1 hour > Improve caption btn > ------------------- > > Key: HREPTWO-3487 > URL: http://issues.onehippo.com/browse/HREPTWO-3487 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > Original Estimate: 1 hour > Remaining Estimate: 1 hour > > The caption is misleading, it does not mention that you need to check the document(s) first to open them. > (I thought there was a bug because nothing happened at all) > The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 13:28:16 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 2 13:38:54 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3350) Automatic running CMS instance of the nightly build and 7.2 In-Reply-To: <16223021.92011257348315897.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18647808.236531259756896030.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3350: ----------------------------------------- Environment: 3d > Automatic running CMS instance of the nightly build and 7.2 > ------------------------------------------------------------ > > Key: HREPTWO-3350 > URL: http://issues.onehippo.com/browse/HREPTWO-3350 > Project: Hippo Repository 2 > Issue Type: Task > Environment: 3d > Reporter: Stephan Westen > Assignee: Bart van der Schans > Priority: High > Fix For: r2.11.00 > > > There should always be a running instance of the last nightly build and 7.2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 13:39:23 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 13:39:23 2009 Subject: [HippoRepos-dev] [20975] hippo-ecm/trunk: HREPTWO-3366: Message-ID: <20091202123923.2A7E7C96D@svnnew.onehippo.org> Revision: 20975 Author: bvanhalderen Date: 2009-12-02 13:39:22 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3366: - remove 72 upgrade modules, they will not work sequentially with current implementation anyway and were not active (not in the Hippo-Modules manifest entry defined in pom.xml) - merge hippostd:date with hippostd.cnd, the addendum was used for migration purposes. - remove outdated migration cnd entries Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd.cnd hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippoecm-extension.xml Removed Paths: ------------- hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd-migration.cnd hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippostd-addendum.cnd hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase1.java hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase3.java Deleted: hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd-migration.cnd =================================================================== --- hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd-migration.cnd 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd-migration.cnd 2009-12-02 12:39:22 UTC (rev 20975) @@ -1,85 +0,0 @@ -/* - * Copyright 2007 Hippo - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - - - - - - - -[hippostd:languageable] mixin -- hippostd:language (string) < 'aa', 'ab', 'ae', 'af', 'ak', 'am', 'an', 'ar', 'as', 'av', 'ay', 'az', 'ba', 'be', 'bg', 'bh', 'bi', 'bm', 'bn', 'bo', 'br', 'bs', 'ca', 'ce', 'ch', 'co', 'cr', 'cs', 'cu', 'cv', 'cy', 'da', 'de', 'dv', 'dz', 'ee', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fa', 'ff', 'fi', 'fj', 'fo', 'fr', 'fy', 'ga', 'gd', 'gl', 'gn', 'gu', 'gv', 'ha', 'he', 'hi', 'ho', 'hr', 'ht', 'hu', 'hy', 'hz', 'ia', 'id', 'ie', 'ig', 'ii', 'ik', 'io', 'is', 'it', 'iu', 'ja', 'jv', 'ka', 'kg', 'ki', 'kj', 'kk', 'kl', 'km', 'kn', 'kr', 'ks', 'ku', 'kv', 'kw', 'ky', 'la', 'lb', 'lg', 'li', 'ln', 'lo', 'lt', 'lu', 'lv', 'mg', 'mh', 'mi', 'mk', 'ml', 'mn', 'mo', 'mr', 'ms', 'mt', 'my', 'na', 'nb', 'nd', 'ne', 'ng', 'nl', 'nn', 'no', 'nr', 'nv', 'ny', 'oc', 'oj', 'om', 'or', 'os', 'pa', 'pi', 'pl', 'ps', 'pt', 'qu', 'rm', 'rn', 'ro', 'ru', 'rw', 'sa', 'sc', 'sd', 'se', 'sg', 'sh', 'si', 'sk', 'sl', 'sm', 'sn', 'so', 'sq', 'sr', 'ss', 'st', 'su', 'sv', 'sw', 'ta', 'te', 'tg', 'th' , 'ti', 'tk', 'tl', 'tn', 'to', 'tr', 'ts', 'tt', 'tw', 'ty', 'ug', 'uk', 'ur', 'uz', 've', 'vi', 'vo', 'wa', 'wo', 'xh', 'yi', 'yo', 'za', 'zh', 'zu' // ISO 639-1 codes - -[hippostd:publishableSummary] > hippo:derived mixin -- hippostd:stateSummary (string) mandatory - -[hippostd:publishable] mixin -- hippostd:state (string) = 'draft' mandatory copy < 'draft', 'unpublished', 'published', 'stale' -- hippostd:holder (string) copy - -[hippostd:document] > hippo:document, hippostd:publishable, hippostd:publishableSummary, hippostd:languageable -- hippostd:content (string) primary mandatory - -[hippostd:folder] > hippo:document orderable -- hippostd:foldertype (string) multiple copy -+ * = hippostd:folder multiple - -[hippostd:space] > hippostd:folder - -[hippostd:directory] > hippo:document -- hippostd:foldertype (string) multiple copy -+ * = hippostd:folder multiple - -[hippostd:templates] > nt:base -+ * - -[hippostd:translations] -+ * (nt:base) - -[hippostd:translated] mixin -+ hippostd:translations (hippostd:translations) - -[hippostd:templatequery] > nt:query -- hippostd:icon (string) -- hippostd:renderer (string) -- hippostd:modify (string) multiple -+ hippostd:templates (hippostd:templates) = hippostd:templates - -[hippostd:html] > nt:base -- hippostd:content (string) primary mandatory -+ * (hippo:facetselect) - -[hippostd:taggable] mixin -- hippostd:tags (string) multiple - -[hippostd:gallery] > hippostd:folder -- hippostd:gallerytype (string) multiple copy -// the children of this node are supposed to be images or other assets - -[hippostd:datefields] > nt:base -- hippostd:year (long) -- hippostd:month (long) < '[0,11]' -- hippostd:weekofyear (long) < '[1,53]' -- hippostd:dayofweek (long) < '[1,7]' -- hippostd:dayofmonth (long) < '[1,31]' -- hippostd:dayofyear (long) < '[1,366]' -- hippostd:hourofday (long) < '[0,24]' -- hippostd:minute (long) < '[0,59]' -- hippostd:second (long) - -[hippostd:date] > hippostd:datefields, hippo:derived -- hippostd:date (date) mandatory primary Modified: hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd.cnd =================================================================== --- hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd.cnd 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/addon/builtin/repository/src/main/resources/hippostd.cnd 2009-12-02 12:39:22 UTC (rev 20975) @@ -69,3 +69,17 @@ [hippostd:gallery] > hippostd:folder orderable - hippostd:gallerytype (string) multiple copy // the children of this node are supposed to be images or other assets + +[hippostd:datefields] > nt:base +- hippostd:year (long) +- hippostd:month (long) < '[0,11]' +- hippostd:weekofyear (long) < '[1,53]' +- hippostd:dayofweek (long) < '[1,7]' +- hippostd:dayofmonth (long) < '[1,31]' +- hippostd:dayofyear (long) < '[1,366]' +- hippostd:hourofday (long) < '[0,24]' +- hippostd:minute (long) < '[0,59]' +- hippostd:second (long) + +[hippostd:date] > hippostd:datefields, hippo:derived +- hippostd:date (date) mandatory primary Modified: hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippoecm-extension.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippoecm-extension.xml 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippoecm-extension.xml 2009-12-02 12:39:22 UTC (rev 20975) @@ -18,17 +18,6 @@ hippo:initializefolder - - - hippo:initializeitem - - - hippostd-addendum.cnd - - - 10.1 - - hippo:initializeitem Deleted: hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippostd-addendum.cnd =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippostd-addendum.cnd 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/addon/faceteddate/repository/src/main/resources/hippostd-addendum.cnd 2009-12-02 12:39:22 UTC (rev 20975) @@ -1,36 +0,0 @@ -/* - * Copyright 2007 Hippo - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - - - - - - - -[hippostd:datefields] > nt:base -- hippostd:year (long) -- hippostd:month (long) < '[0,11]' -- hippostd:weekofyear (long) < '[1,53]' -- hippostd:dayofweek (long) < '[1,7]' -- hippostd:dayofmonth (long) < '[1,31]' -- hippostd:dayofyear (long) < '[1,366]' -- hippostd:hourofday (long) < '[0,24]' -- hippostd:minute (long) < '[0,59]' -- hippostd:second (long) - -[hippostd:date] > hippostd:datefields, hippo:derived -- hippostd:date (date) mandatory primary Deleted: hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase1.java =================================================================== --- hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase1.java 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase1.java 2009-12-02 12:39:22 UTC (rev 20975) @@ -1,42 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.repository.upgrade; - -import javax.jcr.Node; -import javax.jcr.RepositoryException; - -import org.hippoecm.repository.ext.UpdaterContext; -import org.hippoecm.repository.ext.UpdaterItemVisitor; -import org.hippoecm.repository.ext.UpdaterModule; - -public class Release72UpgraderPhase1 implements UpdaterModule { - public void register(final UpdaterContext context) { - context.registerName("upgrade-pre"); - context.registerStartTag("m13"); - context.registerEndTag("v20902-phase1"); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:derived") { - @Override - protected void leaving(Node node, int level) throws RepositoryException { - if (node.hasProperty("hippo:related")) { - node.getProperty("hippo:related").remove(); - } - if (node.hasProperty("hippo:compute")) { - node.getProperty("hippo:compute").remove(); - } - } - }.setAtomic()); - } -} Deleted: hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java =================================================================== --- hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase2.java 2009-12-02 12:39:22 UTC (rev 20975) @@ -1,911 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.repository.upgrade; - -import java.io.IOException; -import java.io.InputStream; -import java.io.InputStreamReader; -import java.io.StringReader; -import java.util.Collection; -import java.util.HashSet; -import java.util.LinkedList; -import java.util.Set; - -import javax.jcr.NamespaceException; -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.Property; -import javax.jcr.RepositoryException; -import javax.jcr.Value; -import javax.jcr.Workspace; -import javax.jcr.nodetype.NodeDefinition; -import javax.jcr.nodetype.NodeType; -import javax.jcr.nodetype.NodeTypeIterator; -import javax.jcr.nodetype.NodeTypeManager; -import javax.jcr.util.TraversingItemVisitor; - -import org.hippoecm.repository.api.HippoSession; -import org.hippoecm.repository.ext.UpdaterContext; -import org.hippoecm.repository.ext.UpdaterItemVisitor; -import org.hippoecm.repository.ext.UpdaterModule; -import org.hippoecm.repository.util.JcrCompactNodeTypeDefWriter; -import org.hippoecm.repository.util.VersionNumber; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class Release72UpgraderPhase2 implements UpdaterModule { - - static final Logger log = LoggerFactory.getLogger(Release72UpgraderPhase2.class); - - private static final String[][] rules = { - {"type", "hippo:remodel", "hipposysedit_1_0:remodel"}, - {"field", "hippo:uri", "hipposysedit_1_0:uri"}, - {"type", "hippo:field", "hipposysedit_1_0:field"}, - {"field", "hippo:name", "hipposysedit_1_0:name"}, - {"field", "hippo:path", "hipposysedit_1_0:path"}, - {"field", "hippo:type", "hipposysedit_1_0:type"}, - {"field", "hippo:multiple", "hipposysedit_1_0:multiple"}, - {"field", "hippo:mandatory", "hipposysedit_1_0:mandatory"}, - {"field", "hippo:ordered", "hipposysedit_1_0:ordered"}, - {"field", "hippo:primary", "hipposysedit_1_0:primary"}, - {"type", "hippo:nodetype", "hipposysedit_1_0:nodetype"}, - {"field", "hippo:type", "hipposysedit_1_0:type"}, - {"field", "hippo:supertype", "hipposysedit_1_0:supertype"}, - {"field", "hippo:node", "hipposysedit_1_0:node"}, - {"field", "hippo:mixin", "hipposysedit_1_0:mixin"}, - {"child", "hippo:field", "hipposysedit_1_0:field"}, - {"type", "hippo:templatetype", "hipposysedit_1_0:templatetype"}, - {"type", "hippo:initializeitem", "hippo_2_0:initializeitem"}, - {"type", "hippo:softdocument", "hipposys_1_0:softdocument"}, - {"field", "hippo:uuid", "hipposys_1_0:uuid"}, - {"type", "hippo:request", "hipposys_1_0:request"}, - {"type", "hippo:implementation", "hipposys_1_0:implementation"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"field", "hippo:serialver", "hipposys_1_0:serialver"}, - {"type", "hippo:type", "hipposys_1_0:type"}, - {"field", "hippo:nodetype", "hipposys_1_0:nodetype"}, - {"field", "hippo:display", "hipposys_1_0:display"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"type", "hippo:types", "hipposys_1_0:types"}, - {"type", "hippo:workflow", "hipposys_1_0:workflow"}, - {"field", "hippo:privileges", "hipposys_1_0:privileges"}, - {"field", "hippo:nodetype", "hipposys_1_0:nodetype"}, - {"field", "hippo:display", "hipposys_1_0:display"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"field", "hippo:workflow", "hipposys_1_0:classname"}, - {"child", "hippo:types", "hipposys_1_0:types"}, - {"child", "hippo:config", "hipposys_1_0:config"}, - {"type", "hippo:workflowcategory", "hipposys_1_0:workflowcategory"}, - {"type", "hippo:workflowfolder", "hipposys_1_0:workflowfolder"}, - {"type", "hippo:ocmquery", "hipposys_1_0:ocmquery"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"child", "hippo:types", "hipposys_1_0:types"}, - {"type", "hippo:ocmqueryfolder", "hipposys_1_0:ocmqueryfolder"}, - {"type", "hippo:queryfolder", "hipposys_1_0:queryfolder"}, - {"type", "hippo:basequeryfolder", "hipposys_1_0:basequeryfolder"}, - {"type", "hippo:propertyreference", "hipposys_1_0:propertyreference"}, - {"type", "hippo:relativepropertyreference", "hipposys_1_0:relativepropertyreference"}, - {"field", "hippo:relPath", "hipposys_1_0:relPath"}, - {"type", "hippo:resolvepropertyreference", "hipposys_1_0:resolvepropertyreference"}, - {"field", "hippo:relPath", "hipposys_1_0:relPath"}, - {"type", "hippo:builtinpropertyreference", "hipposys_1_0:builtinpropertyreference"}, - {"field", "hippo:method", "hipposys_1_0:method"}, - {"type", "hippo:propertyreferences", "hipposys_1_0:propertyreferences"}, - {"type", "hippo:deriveddefinition", "hipposys_1_0:deriveddefinition"}, - {"field", "hippo:nodetype", "hipposys_1_0:nodetype"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"field", "hippo:serialver", "hipposys_1_0:serialver"}, - {"child", "hippo:accessed", "hipposys_1_0:accessed"}, - {"child", "hippo:derived", "hipposys_1_0:derived"}, - {"type", "hippo:derivativesfolder", "hipposys_1_0:derivativesfolder"}, - {"type", "hippo:initializefolder", "hippo_2_0:initializefolder"}, - {"type", "hippo:temporaryfolder", "hipposys_1_0:temporaryfolder"}, - {"type", "hippo:applicationfolder", "hipposys_1_0:applicationfolder"}, - {"type", "hippo:configuration", "hipposys_1_0:configuration"}, - {"type", "hippo:accessmanager", "hipposys_1_0:accessmanager"}, - {"field", "hippo:permissioncachesize", "hipposys_1_0:permissioncachesize"}, - {"type", "hippo:user", "hipposys_1_0:user"}, - {"field", "hippo:securityprovider", "hipposys_1_0:securityprovider"}, - {"field", "hippo:active", "hipposys_1_0:active"}, - {"field", "hippo:password", "hipposys_1_0:password"}, - {"field", "hippo:passkey", "hipposys_1_0:passkey"}, - {"field", "hippo:lastlogin", "hipposys_1_0:lastlogin"}, - {"type", "hippo:externaluser", "hipposys_1_0:externaluser"}, - {"field", "hippo:lastsync", "hipposys_1_0:lastsync"}, - {"type", "hippo:group", "hipposys_1_0:group"}, - {"field", "hippo:securityprovider", "hipposys_1_0:securityprovider"}, - {"field", "hippo:members", "hipposys_1_0:members"}, - {"field", "hippo:groups", "hipposys_1_0:groups"}, - {"field", "hippo:description", "hipposys_1_0:description"}, - {"type", "hippo:externalgroup", "hipposys_1_0:externalgroup"}, - {"field", "hippo:syncdate", "hipposys_1_0:syncdate"}, - {"type", "hippo:role", "hipposys_1_0:role"}, - {"field", "hippo:privileges", "hipposys_1_0:privileges"}, - {"field", "hippo:roles", "hipposys_1_0:roles"}, - {"field", "hippo:jcrread", "hipposys_1_0:jcrread"}, - {"field", "hippo:jcrwrite", "hipposys_1_0:jcrwrite"}, - {"field", "hippo:jcrremove", "hipposys_1_0:jcrremove"}, - {"type", "hippo:externalrole", "hipposys_1_0:externalrole"}, - {"field", "hippo:securityprovider", "hipposys_1_0:securityprovider"}, - {"type", "hippo:authrole", "hipposys_1_0:authrole"}, - {"field", "hippo:users", "hipposys_1_0:users"}, - {"field", "hippo:groups", "hipposys_1_0:groups"}, - {"field", "hippo:role", "hipposys_1_0:role"}, - {"field", "hippo:description", "hipposys_1_0:description"}, - {"type", "hippo:facetrule", "hipposys_1_0:facetrule"}, - {"field", "hippo:facet", "hipposys_1_0:facet"}, - {"field", "hippo:value", "hipposys_1_0:value"}, - {"field", "hippo:type", "hipposys_1_0:type"}, - {"field", "hippo:equals", "hipposys_1_0:equals"}, - {"field", "hippo:filter", "hipposys_1_0:filter"}, - {"field", "hippo:description", "hipposys_1_0:description"}, - {"type", "hippo:domainrule", "hipposys_1_0:domainrule"}, - {"field", "hippo:description", "hipposys_1_0:description"}, - {"type", "hippo:domain", "hipposys_1_0:domain"}, - {"field", "hippo:description", "hipposys_1_0:description"}, - {"type", "hippo:userprovider", "hipposys_1_0:userprovider"}, - {"field", "hippo:dirlevels", "hipposys_1_0:dirlevels"}, - {"type", "hippo:groupprovider", "hipposys_1_0:groupprovider"}, - {"field", "hippo:dirlevels", "hipposys_1_0:dirlevels"}, - {"type", "hippo:roleprovider", "hipposys_1_0:roleprovider"}, - {"type", "hippo:securityprovider", "hipposys_1_0:securityprovider"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"child", "hippo:userprovider", "hipposys_1_0:userprovider"}, - {"child", "hippo:groupprovider", "hipposys_1_0:groupprovider"}, - {"child", "hippo:roleprovider", "hipposys_1_0:roleprovider"}, - {"type", "hippo:userfolder", "hipposys_1_0:userfolder"}, - {"type", "hippo:groupfolder", "hipposys_1_0:groupfolder"}, - {"type", "hippo:rolefolder", "hipposys_1_0:rolefolder"}, - {"type", "hippo:domainfolder", "hipposys_1_0:domainfolder"}, - {"type", "hippo:securityfolder", "hipposys_1_0:securityfolder"}, - {"field", "hippo:userspath", "hipposys_1_0:userspath"}, - {"field", "hippo:groupspath", "hipposys_1_0:groupspath"}, - {"field", "hippo:rolespath", "hipposys_1_0:rolespath"}, - {"field", "hippo:domainspath", "hipposys_1_0:domainspath"}, - {"child", "hippo:accessmanager", "hipposys_1_0:accessmanager"}, - {"type", "hippo:namespace", "hipposysedit_1_0:namespace"}, - {"type", "hippo:namespacefolder", "hipposysedit_1_0:namespacefolder"}, - {"type", "hippo:resource", "hippo_2_0:resource"}, - {"type", "hippo:query", "hippo_2_0:query"}, - {"type", "hippo:derived", "hippo_2_0:derived"}, - {"type", "hippo:document", "hippo_2_0:document"}, - {"type", "hippo:handle", "hippo_2_0:handle"}, - {"type", "hippo:hardhandle", "hippo_2_0:hardhandle"}, - {"type", "hippo:harddocument", "hippo_2_0:harddocument"}, - {"type", "hippo:facetresult", "hippo_2_0:facetresult"}, - {"type", "hippo:facetbasesearch", "hippo_2_0:facetbasesearch"}, - {"type", "hippo:facetsearch", "hippo_2_0:facetsearch"}, - {"type", "hippo:facetselect", "hippo_2_0:facetselect"}, - {"type", "hippo:mirror", "hippo_2_0:mirror"}, - {"type", "hippo:facetlink", null}, - //{"type","hippo:translation","hipponew:translation"}, - //{"type","hippo:translated","hipponew:translated"}, - - {"type", "frontend:workflow", "frontend_2_0:workflow"}, - {"field", "hippo:nodetype", "hipposys_1_0:nodetype"}, - {"field", "hippo:display", "hipposys_1_0:display"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - {"field", "hippo:workflow", "hipposys_1_0:classname"}, - {"field", "hippo:privileges", "hipposys_1_0:privileges"}, - {"child", "hippo:types", "hipposys_1_0:types"}, - {"child", "hippo:config", "hipposys_1_0:config"}, - //{"type", "frontend:user", "frontend:user2"}, - //{"field", "hippo:securityprovider", "hipposys_1_0:securityprovider"}, - //{"field", "hippo:active", "hipposys_1_0:active"}, - //{"field", "hippo:password", "hipposys_1_0:password"}, - //{"field", "hippo:passkey", "hipposys_1_0:passkey"}, - //{"field", "hippo:lastlogin", "hipposys_1_0:lastlogin"}, - - {"type", "hippo:implementation", "hipposys_1_0:implementation"}, - {"field", "hippo:classname", "hipposys_1_0:classname"}, - }; - - static String[][] renames = { - { "org.hippoecm.repository.standardworkflow.EditmodelWorkflowImpl", - "org.hippoecm.editor.repository.impl.EditmodelWorkflowImpl" }, - { "org.hippoecm.frontend.plugins.standardworkflow.EditmodelWorkflowPlugin", - "org.hippoecm.frontend.editor.workflow.EditmodelWorkflowPlugin" }, - }; - - private static String getNewClass(String oldName) { - for (String[] rename : renames) { - if (rename[0].equals(oldName)) { - return rename[1]; - } - } - return oldName; - } - - public void register(final UpdaterContext context) { - context.registerName("upgrade"); - context.registerStartTag("v20902-phase1"); - context.registerEndTag("v20902-phase2"); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("rep:root") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - /* - * The removal of the entire /hippo:log tree seems to be appropriate. This is relatively volatile data as - * this is a sliding log file with the oldest entries being removed automatically. Combine this with the - * fact that old entries might not contain the same information and the effort of converting data which is - * going to be removed quickly is unnecessary. - */ - if (node.hasNode("hippo:log")) { - for(NodeIterator iter=node.getNode("hippo:log").getNodes(); iter.hasNext(); ) { - iter.nextNode().remove(); - } - } - } - }.setAtomic()); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:templatetype") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - // Should a new nodetype descriptor be created? - boolean convert = false; - String prefix = node.getParent().getName(); - String uri = null; - String newUri = null; - if (node.getDepth() > 0 && node.getParent().isNodeType("hippo:namespace") - && !"system".equals(prefix)) { - try { - uri = node.getSession().getNamespaceURI(prefix); - VersionNumber version = new VersionNumber(uri.substring(uri.lastIndexOf("/") + 1)); - newUri = uri.substring(0, uri.lastIndexOf('/') + 1) + version.next().toString(); - convert = true; - try { - node.getSession().getNamespacePrefix(newUri); - } catch (NamespaceException ex) { - convert = false; - } - } catch (NamespaceException ex) { - log.warn("Unknown namespace prefix " + prefix); - } - } - - context.setPrimaryNodeType(node, "hipposysedit_1_0:templatetype"); - Node child = node.getNode("hippo:nodetype"); - Node current = null; - for (NodeIterator nodetypeVersionIter = child.getNodes(child.getName()); nodetypeVersionIter.hasNext();) { - Node version = nodetypeVersionIter.nextNode(); - context.setName(version, "hipposysedit_1_0:nodetype"); - if (convert && version.isNodeType("hippo:remodel")) { - if (uri != null && uri.equals(version.getProperty("hippo:uri").getString())) { - current = version; - } - } - version.accept(new TraversingItemVisitor.Default(true) { - @Override - protected void entering(final Node node, int level) throws RepositoryException { - convert(node, context); - } - }); - } - context.setName(child, "hipposysedit_1_0:nodetype"); - context.setPrimaryNodeType(child, "hippo_2_0:handle"); - if (current != null) { - Node clone = ((HippoSession) child.getSession()).copy(current, current.getPath()); - clone.setProperty("hipposysedit_1_0:uri", newUri); - } - - if (node.hasNode("hippo:prototype")) { - child = node.getNode("hippo:prototype"); - for (NodeIterator prototypeIter = child.getNodes("hippo:prototype"); prototypeIter.hasNext();) { - Node prototype = prototypeIter.nextNode(); - context.setName(prototype, "hipposysedit_1_0:prototype"); - prototype.accept(new TraversingItemVisitor.Default(true) { - @Override - protected void entering(final Node node, int level) throws RepositoryException { - convert(node, context); - } - }); - } - context.setName(child, "hipposysedit_1_0:prototypes"); - context.setPrimaryNodeType(child, "hipposysedit_1_0:prototypeset"); - } - - if (node.hasNode("hippo:template")) { - node.addMixin("editor_1_0:editable"); - child = node.getNode("hippo:template"); - for (NodeIterator templateIter = child.getNodes(child.getName()); templateIter.hasNext();) { - Node template = templateIter.nextNode(); - context.setName(template, "hipposysedit_1_0:template"); - template.accept(new TraversingItemVisitor.Default(true) { - @Override - protected void entering(final Node node, int level) throws RepositoryException { - convert(node, context); - } - }); - } - context.setName(child, "editor_1_0:templates"); - context.setPrimaryNodeType(child, "editor_1_0:templateset"); - } - } - }.setAtomic()); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:namespacefolder") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - context.setPrimaryNodeType(node, "hipposysedit_1_0:namespacefolder"); - for (NodeIterator iter = node.getNodes(); iter.hasNext();) { - Node child = iter.nextNode(); - if (child.isNodeType("hippo:namespace")) { - context.setPrimaryNodeType(child, "hipposysedit_1_0:namespace"); - } - } - } - }.setAtomic()); - - /** - * reviewed-actions workflow update - */ - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:workflowcategory") { - @Override - protected void leaving(Node node, int level) throws RepositoryException { - if (node.getName().equals("versioning")) { - if (node.hasNode("version")) { - Node version = node.getNode("version"); - if (version.getProperty("hippo:classname").getString().equals("org.hippoecm.repository.api.Document")) { - version.setProperty("hippo:classname", - "org.hippoecm.repository.standardworkflow.VersionWorkflowImpl"); - } - version.setProperty("hippo:privileges", new String[] { "hippo:author" }); - context.setPrimaryNodeType(version, "frontend:workflow"); - Node renderer = version.addNode("frontend:renderer", "frontend:plugin"); - renderer.setProperty("plugin.class", - "org.hippoecm.frontend.plugins.standardworkflow.NullWorkflowPlugin"); - } - if (node.hasNode("revert")) { - Node restore = node.getNode("revert"); - context.setName(restore, "restore"); - if (restore.getProperty("hippo:classname").getString().equals("org.hippoecm.repository.api.Document")) { - restore.setProperty("hippo:classname", - "org.hippoecm.repository.standardworkflow.VersionWorkflowImpl"); - } - context.setPrimaryNodeType(restore, "frontend:workflow"); - restore.setProperty("hippo:privileges", new String[] { "hippo:editor" }); - Node renderer = restore.addNode("frontend:renderer", "frontend:plugin"); - renderer.setProperty("plugin.class", - "org.hippoecm.frontend.plugins.reviewedactions.VersionWorkflowPlugin"); - renderer.setProperty("editor.id", "${editor.id}"); - } - } - } - }.setAtomic()); - /** - * add browser.id, editor.id to all frontend workflow plugins. - * This doesn't harm plugins that don't use these services, but it might be better to - * be a bit more fine-grained about this. - */ - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("frontend:workflow") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - // convert property to child node - if (node.hasProperty("frontend:renderer")) { - if (!node.hasNode("frontend:renderer")) { - Node child = node.addNode("frontend_2_0:renderer", "frontend_2_0:plugin"); - child.setProperty("plugin.class", node.getProperty("frontend:renderer").getString()); - child.setProperty("model.id", "${model.id}"); - child.setProperty("browser.id", "${browser.id}"); - child.setProperty("editor.id", "${editor.id}"); - node.setProperty("frontend_2_0:renderer", (Value) null); - } else { - log.error("Unable to convert deprecated property frontend:renderer to child node"); - } - } - Node renderer = node.getNode("frontend:renderer"); - if (!renderer.hasProperty("validator.id")) { - renderer.setProperty("validator.id", "${validator.id}"); - } - if (!renderer.hasProperty("feedback.id")) { - renderer.setProperty("feedback.id", "${feedback.id}"); - } - String oldClassName = renderer.getProperty("plugin.class").getString(); - String className = getNewClass(oldClassName); - if (!className.equals(oldClassName)) { - renderer.setProperty("plugin.class", className); - } - } - }.setAtomic()); - /** - * upgrade domain rules - */ - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:domain") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - String name = node.getName(); - if ("defaultwrite".equals(name)) { - if (node.hasNode("hippo-handle")) { - Node hippoHandle = node.getNode("hippo-handle"); - hippoHandle.getNode("type-hippo-handle").setProperty("hippo:facet", "nodetype"); - } - } else if ("versioning".equals(name)) { - Node facetRule; - - if (!node.hasNode("nt-system")) { - Node ntSystem = node.addNode("nt-system", "hippo:domainrule"); - facetRule = ntSystem.addNode("type-rep-system", "hippo:facetrule"); - facetRule.setProperty("hippo:equals", true); - facetRule.setProperty("hippo:facet", "jcr:primaryType"); - facetRule.setProperty("hippo:filter", false); - facetRule.setProperty("hippo:type", "Name"); - facetRule.setProperty("hippo:value", "rep:system"); - } - - if (!node.hasNode("nt-versionStorage")) { - Node ntVersionStorage = node.addNode("nt-versionStorage", "hippo:domainrule"); - facetRule = ntVersionStorage.addNode("type-rep-versionStorage", "hippo:facetrule"); - facetRule.setProperty("hippo:equals", true); - facetRule.setProperty("hippo:facet", "jcr:primaryType"); - facetRule.setProperty("hippo:filter", false); - facetRule.setProperty("hippo:type", "Name"); - facetRule.setProperty("hippo:value", "rep:versionStorage"); - } - - Node authRole = node.addNode("hippo:authrole", "hippo:authrole"); - authRole.setProperty("hippo:role", "editor" ); - authRole.setProperty("hippo:groups", new String[] { "editor" }); - } else if ("templates".equals(name)) { - Node facetRule; - if (!node.hasNode("type-hippo-prototypes")) { - Node ntPrototypes = node.addNode("type-hippo-prototypes", "hippo:domainrule"); - facetRule = ntPrototypes.addNode("nodetype-hippo-prototypeset", "hippo:facetrule"); - facetRule.setProperty("hippo:equals", true); - facetRule.setProperty("hippo:facet", "jcr:primaryType"); - facetRule.setProperty("hippo:filter", false); - facetRule.setProperty("hippo:type", "Name"); - facetRule.setProperty("hippo:value", "hipposysedit:prototypeset"); - } - - Node ntPrototype = node.getNode("hippo-prototype"); - context.setName(ntPrototype, "type-hippo-prototype"); - facetRule = ntPrototype.getNode("nodetype-hippo-prototype"); - facetRule.setProperty("hippo:value", "hipposysedit:prototype"); - } - } - }.setAtomic()); - /** - * add hipposys:system to workflowuser - */ - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:userfolder") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - if (node.hasNode("workflowuser")) { - node.getNode("workflowuser").setProperty("hipposys_1_0:system", true); - } - } - }.setAtomic()); - /** - * frontend:user => hipposys:user - */ - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("frontend:user") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - context.setPrimaryNodeType(node, "hippo:user"); - node.setProperty("frontend:firstname", (String) null); - node.setProperty("frontend:lastname", (String) null); - node.setProperty("frontend:email", (String) null); - } - }.setAtomic()); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hippo:configuration") { - @Override - protected void leaving(final Node node, int level) throws RepositoryException { - for (String[] delete : new String[][] { - {"hippo:temporary"}, // this removal is appropriate, any changes to this folder should be considered transient - {"hippo:frontend"} // tracking changes in cms configuration deemed too expensive - }) { - for (NodeIterator it = node.getNode(delete[0]).getNodes(); it.hasNext();) { - Node child = it.nextNode(); - boolean keep = false; - for (int i = 1; i < delete.length; i++) { - if (child.getName().equals(delete[i])) - keep = true; - } - if (!keep) - child.remove(); - } - } - // see comment on removal of hippostd-queries in hippo:initialize - node.getNode("hippo:queries").getNode("hippo:templates").remove(); - for (String delete : new String[] { - /* Preserving changes from this item is a bridge too far, but it does include some - * important customization by users so must be clearly documented. */ - "hippostd-queries", - - "namespaces", // FIXME: comment on the appropriateness of removal or decide on not remove but convert - "templateeditor-hipposysedit", // FIXME: comment on the appropriateness of removal or decide on not remove but convert - "templateeditor-namespace.xml", // FIXME: comment on the appropriateness of removal or decide on not remove but convert - "templateeditor-type-query.xml", // FIXME: comment on the appropriateness of removal or decide on not remove but convert - "hipposched", // these items are never customized - "hippoldap", // it is rare to customize these items, a re-import is safe - - /** - * these namespace declarations, type definitions are explicitly handled by the next visitor - */ - /* - "hippostd-date", - "hippostd", - "hippohtmlcleaner", - "hippolog", - "frontend", - "editor", - "reporting", - */ - - /** - * don't reload content - */ - /* - "content", - */ - - /** - * gallery: re-import templates, gallery workflow - */ - "hippogallery", - "hippogallery-files", - "hippogallery-images", - "hippogallery-image", - - /** - * Templates from the "system", hippo and hippostd namespaces have to be re-initialized - * as they are removed. - */ - "hippostd-html-template", - "system-html-template", - "hippogallery-editor", - "hippostd-types", - "templateeditor-faceteddate", - "templateeditor-system", - "templateeditor-hippo", - "frontend-types", - - /** - * users: type conversion is sufficient - */ - /* - "user-editor", - "user-author", - */ - - /** - * groups: type conversion is sufficient - */ - /* - "group-editor", - "group-author", - "group-everybody", - */ - - /** - * roles: type conversion is sufficient - */ - /* - "role-jcrread", - "role-jcrwrite", - "role-editor", - "role-author", - */ - - /** - * authorization rules: conversion suffices - */ - /* - "domain-defaultread", - "domain-defaultwrite", - "domain-versioning", - "domain-workflow", - "domain-hippodocuments", - "domain-hippofolders", - "domain-frontendconfig", - "domain-hippogallery", - "domain-htmlcleaner", - "domain-templates", - "domain-hippolog", - "domain-hipporequests", - "domain-templates-templateset", - */ - - /** - * The reviewed-actions addon should ideally take care of upgrading its content. - * At the moment, the imports below combine workflows from different projects. - * The upgrade is carried out by the frontend:workflow and workflowcategory iterators. - */ - /*repository/modules/src/main/java/org/hippoecm/repository/upgrade/Release72Updater.java - "reviewedactions1", - "core-workflows", - "reviewedactions2", - "versioning", - */ - - /** - * The workflows that ship with the frontend/repository engines + editor. - */ - "editor-workflows", - "hippostd-workflows", - "embedded-workflows", - "hippostd-workflows2", - "shortcuts-workflows", - - /** - * These initialisation nodes correspond to the /hippo:configuration/hippo:frontend tree. - * The configuration changes are too big to merge by writing JCR calls. - */ - "frontend-console", - "html-cleaner-service", - "cms", - "cms-login", - "cms-static", - "cms-editor", - "cms-preview", - "cms-headshortcuts", - "cms-dashshortcuts", - "cms-dashshortcuts-changepassword", - "cms-dashboard", - "cms-reports", - "cms-browser", - "cms-folder-views", - "cms-tree-views", - "cms-pickers", - "cms-services", - "cms-dashshortcuts-gotolink", - "reviewedactions3", - "reviewedactions4", - "layout-provider", - }) { - if (node.getNode("hippo:initialize").hasNode(delete)) { - node.getNode("hippo:initialize").getNode(delete).remove(); - } - } - node.accept(new TraversingItemVisitor.Default(true) { - @Override - protected void entering(final Node node, int level) throws RepositoryException { - convert(node, context); - } - }); - } - }.setAtomic()); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("rep:root") { - @Override - public void leaving(final Node node, int level) throws RepositoryException { - if (node.hasNode("hippo:namespaces")) { - Node nsFolderNode = node.getNode("hippo:namespaces"); - String[][] remove = { - {"hippo", "templatetype", "namespace", "field", "nodetype", "remodel", "query", "resource", "facetlink", "facetselect", "facetsearch", "facetsubsearch", "document" }, - {"system", "String", "Text", "Boolean", "Date", "Long", "Double", "Binary", "Docbase", "Link", "CssSize", "Password", "Html"}, - {"hippostd", "languagable", "publishable", "publishableSummary", "taggable", "folder", "directory", "html"}, - {"hippogallery", "asset", "image", "exampleImageSet", "exampleAssetSet"}, - }; - for (String[] namespace : remove) { - if (nsFolderNode.hasNode(namespace[0])) { - Node nsNode = nsFolderNode.getNode(namespace[0]); - for (int i = 1; i < namespace.length; i++) { - if (nsNode.hasNode(namespace[i])) { - nsNode.getNode(namespace[i]).remove(); - } - } - } - } - } - - // recreate workflow nodes - Node workflowCategories = node.getNode("hippo:configuration/hippo:workflows"); - for (String category : new String[] { "internal", "embedded", "threepane", "shortcuts", "editor" }) { - if (workflowCategories.hasNode(category)) { - workflowCategories.getNode(category).remove(); - } - } - } - }.setAtomic()); - for (String[] nodeTypeDefinitions : new String[][] { - {"hipposys"}, - {"hipposysedit"}, - {"hippo", "repository.cnd", "org.hippoecm.repository.LocalHippoRepository" }, - {"hippostd"}, - {"hippostd", "hippostd-addendum.cnd"}, - {"hippogallery"}, - {"frontend"}, - {"hippolog"}, - {"reporting"}, - {"hippohtmlcleaner"}, - {"editor"}}) { - try { - String prefix = nodeTypeDefinitions[0]; - String cndName = (nodeTypeDefinitions.length > 1 && nodeTypeDefinitions[1] != null ? nodeTypeDefinitions[1] : prefix + ".cnd"); - String classContext = (nodeTypeDefinitions.length > 2 && nodeTypeDefinitions[2] != null ? nodeTypeDefinitions[2] : null); - InputStream cndStream; - if (classContext != null) { - cndStream = Class.forName(classContext).getResourceAsStream(cndName); - } else { - cndStream = getClass().getClassLoader().getResourceAsStream(cndName); - } - if(cndName.equals("hippogallery")) - cndName = "-"; - if (cndStream != null) { - context.registerVisitor(new UpdaterItemVisitor.NamespaceVisitor(context, prefix, cndName, new InputStreamReader(cndStream))); - } - } catch (ClassNotFoundException ex) { - ex.printStackTrace(System.err); - } - } - - try { - Workspace workspace = context.getWorkspace(); - for(String subtypedNamespace : subTypedNamespaces(workspace)) { - String uri = workspace.getNamespaceRegistry().getURI(subtypedNamespace); - workspace.getNamespaceRegistry().registerNamespace(subtypedNamespace, VersionNumber.versionFromURI(uri).next().versionToURI(uri)); - context.registerVisitor(new UpdaterItemVisitor.NamespaceVisitor(context, subtypedNamespace, "-", null)); - } - } catch (NamespaceException ex) { - ex.printStackTrace(System.err); - } catch (RepositoryException ex) { - ex.printStackTrace(System.err); - } - } - - private Collection subTypedNamespaces(Workspace workspace) throws RepositoryException { - Set knownNamespaces = new HashSet(); - LinkedList subtypedNamespaces = new LinkedList(); - Set skippedNamespaces = new HashSet(); - knownNamespaces.add("hippo"); - skippedNamespaces.add("hipposys"); - skippedNamespaces.add("hipposysedit"); - skippedNamespaces.add("hippostd"); - skippedNamespaces.add("hippogallery"); - skippedNamespaces.add("frontend"); - skippedNamespaces.add("hippolog"); - skippedNamespaces.add("reporting"); - skippedNamespaces.add("hippohtmlcleaner"); - skippedNamespaces.add("editor"); - skippedNamespaces.add("hipposched"); - skippedNamespaces.add("hippoldap"); - skippedNamespaces.addAll(knownNamespaces); - NodeTypeManager ntMgr = workspace.getNodeTypeManager(); - boolean rerun; - do { - rerun = false; - for (NodeTypeIterator ntiter = ntMgr.getAllNodeTypes(); ntiter.hasNext();) { - NodeType nt = ntiter.nextNodeType(); - String ntName = nt.getName(); - if (ntName.contains(":")) { - String ntNamespace = ntName.substring(0, ntName.indexOf(":")); - // if the namespace (x) is not known, but one of the supertypes of the type is in a - // known namespace (y) then add the namespace (x) to the list of known namespaces and restart. - if (!knownNamespaces.contains(ntNamespace)) { - Set dependencies = new HashSet(); - for (NodeType superType : nt.getSupertypes()) - dependencies.add(superType); - for (NodeDefinition childDef : nt.getDeclaredChildNodeDefinitions()) { - if(childDef.getDefaultPrimaryType() != null) - dependencies.add(childDef.getDefaultPrimaryType()); - for(NodeType childNodeType : childDef.getRequiredPrimaryTypes()) - dependencies.add(childNodeType); - } - for (NodeType superType : dependencies) { - String superName = superType.getName(); - if (superName.contains(":")) { - String superNamespace = superName.substring(0, superName.indexOf(":")); - if (knownNamespaces.contains(superNamespace)) { - knownNamespaces.add(ntNamespace); - if (!skippedNamespaces.contains(ntNamespace)) { - subtypedNamespaces.addFirst(ntNamespace); - } - rerun = true; - break; - } - } - } - } - } - if (rerun) - break; - } - } while (rerun); - return subtypedNamespaces; - } - - private void convert(Node node, UpdaterContext context) throws RepositoryException { - for (int i = 0; i < rules.length; i++) { - String[] rule = rules[i]; - if ("type".equals(rule[0])) { - boolean typeMatch = false; - int typeMatchIndex = 0; - for (NodeType nodeType : context.getNodeTypes(node)) { - if (nodeType.getName().equals(rule[1])) { - typeMatch = true; - if (typeMatchIndex == 0) { - if (rule[2] != null) { - context.setPrimaryNodeType(node, rule[2]); - } else { - node.remove(); - return; - } - } else { - node.removeMixin(rule[1]); - node.addMixin(rule[2]); - } - break; - } - ++typeMatchIndex; - } - if (typeMatch) { - int j; - for (j = i + 1; j < rules.length; j++) { - rule = rules[j]; - if ("field".equals(rule[0])) { - if (node.hasProperty(rule[1])) { - Property property = node.getProperty(rule[1]); - if (rule[2] != null) { - context.setName(property, rule[2]); - if (!context.isMultiple(property)) { - // TODO: whenever property is a Name (or Path), see if there is a prefix - // in there that we can remap. - if (rule[2].equals("hipposys_1_0:value") || rule[2].equals("hipposys_1_0:nodetype")) { - String value = property.getString(); - for (int k = 0; k < rules.length; k++) { - if (rules[k][0].equals("type") && rules[k][1].equals(value)) { - value = rules[k][2]; - // hipposys:value is a String property, so the prefix will not be remapped - String prefix = value.substring(0, value.indexOf('_')); - value = prefix + value.substring(value.indexOf(':')); - break; - } - } - property.setValue(value); - } else if (rule[2].equals("hipposys_1_0:classname")) { - String value = property.getString(); - property.setValue(getNewClass(value)); - } - } - } else { - property.remove(); - } - } - } else if ("child".equals(rule[0])) { - for (NodeIterator iter = node.getNodes(rule[1]); iter.hasNext();) { - Node child = iter.nextNode(); - if (rule[2] != null) { - context.setName(child, rule[2]); - if (rule.length > 3) { - context.setPrimaryNodeType(child, rule[3]); - } - } else { - child.remove(); - } - } - } else { - break; - } - } - i = j - 1; - } else { - int j; - for (j = i + 1; j < rules.length; j++) { - rule = rules[j]; - if (!"field".equals(rule[0]) && !"child".equals(rule[0])) { - break; - } - } - i = j - 1; - } - } else if ("field".equals(rule[0])) { - throw new RepositoryException("bad rule on " + i + " " + rule[0] + " " + rule[1] + " " + rule[2]); - } else if ("child".equals(rule[0])) { - throw new RepositoryException("bad rule on " + i + " " + rule[0] + " " + rule[1] + " " + rule[2]); - } else { - throw new RepositoryException("bad rule on " + i + " " + rule[0] + " " + rule[1] + " " + rule[2]); - } - } - } - -} Deleted: hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase3.java =================================================================== --- hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase3.java 2009-12-02 12:35:41 UTC (rev 20974) +++ hippo-ecm/trunk/repository/upgrade/src/main/java/org/hippoecm/repository/upgrade/Release72UpgraderPhase3.java 2009-12-02 12:39:22 UTC (rev 20975) @@ -1,37 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.repository.upgrade; - -import javax.jcr.Node; -import javax.jcr.RepositoryException; - -import org.hippoecm.repository.ext.UpdaterContext; -import org.hippoecm.repository.ext.UpdaterItemVisitor; -import org.hippoecm.repository.ext.UpdaterModule; - -public class Release72UpgraderPhase3 implements UpdaterModule { - public void register(final UpdaterContext context) { - context.registerName("upgrade-post"); - context.registerStartTag("v20902-phase2"); - context.registerEndTag("v20902"); - context.registerVisitor(new UpdaterItemVisitor.NodeTypeVisitor("hipposys:unstructured") { - @Override - protected void leaving(Node node, int level) throws RepositoryException { - node.removeMixin("hipposys:unstructured"); - } - }.setAtomic()); - } -} From svn-logs at hippocms.org Wed Dec 2 13:42:18 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 2 13:42:18 2009 Subject: [HippoRepos-dev] [20976] hippo-ecm/trunk: HREPTWO-16: introduce some stronger typing Message-ID: <20091202124218.419A5C96D@svnnew.onehippo.org> Revision: 20976 Author: fvlankvelt Date: 2009-12-02 13:42:16 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-16: introduce some stronger typing Reducing the dependency on JcrNodeModel; utilities that only need a node should be satisfied with IModel. Modified Paths: -------------- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/FolderTreePlugin.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/resource/ImageDisplayPlugin.java hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/ImageContainer.java hippo-ecm/trunk/addon/reporting/frontend/src/main/java/org/hippoecm/frontend/plugins/reporting/ReportModel.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/FolderTreeNode.java hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/i18n/model/NodeTranslator.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/NodeModelWrapper.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/JcrFrontendListener.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypeModel.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypesProvider.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertiesProvider.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/IJcrTreeNode.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/ObservableTreeModel.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/resource/JcrResourceStream.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/util/MaxLengthNodeNameFormatter.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/widgets/JcrTree.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/dialog/LookupDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/editor/ResourceEditor.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/MenuPlugin.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/check/CheckInOutDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndExportDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndImportDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentExportDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentImportDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/copy/CopyDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/delete/DeleteDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/move/MoveDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/namespace/NamespaceDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/node/NodeDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/permissions/PermissionsDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/property/PropertyDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/rename/RenameDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/reset/ResetDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/save/SaveDialog.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/workflow/WorkflowDialog.java Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/FolderTreePlugin.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/FolderTreePlugin.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/FolderTreePlugin.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,6 +15,7 @@ */ package org.hippoecm.frontend.plugins.cms.browse.tree; +import javax.jcr.Node; import javax.swing.tree.TreeNode; import javax.swing.tree.TreePath; @@ -25,6 +26,7 @@ import org.apache.wicket.markup.html.IHeaderResponse; import org.apache.wicket.markup.html.panel.EmptyPanel; import org.apache.wicket.markup.html.tree.ITreeState; +import org.apache.wicket.model.IModel; import org.hippoecm.addon.workflow.ContextWorkflowPlugin; import org.hippoecm.frontend.PluginRequestTarget; import org.hippoecm.frontend.behaviors.IContextMenuManager; @@ -86,8 +88,8 @@ if (workflowConfig != null && (node instanceof IJcrTreeNode)) { ContextWorkflowPlugin content = new ContextWorkflowPlugin(context, workflowConfig); content.bind(FolderTreePlugin.this, id); - JcrNodeModel nodeModel = ((IJcrTreeNode) node).getNodeModel(); - content.setDefaultModel(nodeModel); + IModel nodeModel = ((IJcrTreeNode) node).getNodeModel(); + content.setModel(nodeModel); return content; /* FIMXE: the following section would be a better implementation, but plugins loaded this way cannot instantiate plugins themselves. Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/resource/ImageDisplayPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/resource/ImageDisplayPlugin.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/plugins/resource/ImageDisplayPlugin.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -23,7 +23,6 @@ import org.apache.wicket.markup.html.link.ResourceLink; import org.apache.wicket.markup.html.panel.Fragment; import org.apache.wicket.model.Model; -import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.config.IPluginConfig; import org.hippoecm.frontend.plugins.standards.util.ByteSizeFormatter; @@ -33,7 +32,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class ImageDisplayPlugin extends RenderPlugin { +public class ImageDisplayPlugin extends RenderPlugin { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -50,10 +49,10 @@ } private void addResourceFragment() { - resource = new JcrResourceStream(((JcrNodeModel) getDefaultModel()).getNode()); + resource = new JcrResourceStream(getModel()); Fragment fragment = new Fragment("fragment", "unknown", this); try { - Node node = ((JcrNodeModel) getDefaultModel()).getNode(); + Node node = getModelObject(); String mimeType = node.getProperty("jcr:mimeType").getString(); if (mimeType.indexOf('/') > 0) { String category = mimeType.substring(0, mimeType.indexOf('/')); Modified: hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/ImageContainer.java =================================================================== --- hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/ImageContainer.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/ImageContainer.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -40,7 +40,7 @@ final IPluginConfig pluginConfig) { super(wicketId, model); - stream = new JcrResourceStream(model.getNode()); + stream = new JcrResourceStream(model); NonCachingImage img = new NonCachingImage("image", new JcrResource(stream)) { private static final long serialVersionUID = 1L; Modified: hippo-ecm/trunk/addon/reporting/frontend/src/main/java/org/hippoecm/frontend/plugins/reporting/ReportModel.java =================================================================== --- hippo-ecm/trunk/addon/reporting/frontend/src/main/java/org/hippoecm/frontend/plugins/reporting/ReportModel.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/reporting/frontend/src/main/java/org/hippoecm/frontend/plugins/reporting/ReportModel.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -44,7 +44,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class ReportModel extends NodeModelWrapper implements IDataProvider, IObservable { +public class ReportModel extends NodeModelWrapper implements IDataProvider, IObservable { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -91,7 +91,7 @@ if (!attached) { attached = true; try { - Node reportNode = nodeModel.getNode(); + Node reportNode = nodeModel.getObject(); if (reportNode.isNodeType(ReportingNodeTypes.NT_REPORT)) { Node queryNode = reportNode.getNode(ReportingNodeTypes.QUERY); QueryManager queryManager = ((UserSession) Session.get()).getQueryManager(); @@ -152,7 +152,7 @@ public void startObservation() { try { - Node node = getNodeModel().getNode(); + Node node = getChainedModel().getObject(); Node listenerNode = node.getNode(ReportingNodeTypes.LISTENER); listener = new JcrFrontendListener(obContext, new JcrNodeModel(listenerNode)); listener.start(); Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/FolderTreeNode.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/FolderTreeNode.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/FolderTreeNode.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -50,8 +50,8 @@ @Override public IJcrTreeNode getChild(String name) throws RepositoryException { - if (getNodeModel().getNode().hasNode(name)) { - JcrNodeModel childModel = new JcrNodeModel(getNodeModel().getNode().getNode(name)); + if (getChainedModel().getObject().hasNode(name)) { + JcrNodeModel childModel = new JcrNodeModel(getChainedModel().getObject().getNode(name)); return new FolderTreeNode(childModel, this); } return null; @@ -60,7 +60,7 @@ @Override protected List loadChildren() throws RepositoryException { List result = new ArrayList(); - List subNodes = subNodes(nodeModel.getNode()); + List subNodes = subNodes(nodeModel.getObject()); for (Node subNode : subNodes) { FolderTreeNode subfolder = new FolderTreeNode(new JcrNodeModel(subNode), this); result.add(subfolder); @@ -75,7 +75,7 @@ @Override public int getChildCount() { - Node jcrNode = this.nodeModel.getNode(); + Node jcrNode = this.nodeModel.getObject(); if (jcrNode instanceof HippoNode) { try { HippoNode hippoNode = (HippoNode) jcrNode; Modified: hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java =================================================================== --- hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -42,7 +42,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -abstract class AbstractWorkflowPlugin extends RenderPlugin { +abstract class AbstractWorkflowPlugin extends RenderPlugin { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/i18n/model/NodeTranslator.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/i18n/model/NodeTranslator.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/i18n/model/NodeTranslator.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -48,7 +48,7 @@ * hippo:translated set, it is used to lookup the translated strings. When no such mixin * is present or the node doesn't exist, the last element of the node path is returned. */ -public class NodeTranslator extends NodeModelWrapper { +public class NodeTranslator extends NodeModelWrapper { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -59,7 +59,7 @@ private NodeNameModel name; private transient TreeMap properties; - public NodeTranslator(JcrNodeModel nodeModel) { + public NodeTranslator(IModel nodeModel) { super(nodeModel); name = new NodeNameModel(); } @@ -105,7 +105,7 @@ @Override protected String load() { - Node node = nodeModel.getNode(); + Node node = nodeModel.getObject(); String name = "node name"; if (node != null) { try { @@ -165,8 +165,8 @@ } catch (RepositoryException ex) { log.error(ex.getMessage()); } - } else { - String path = nodeModel.getItemModel().getPath(); + } else if (nodeModel instanceof JcrNodeModel) { + String path = ((JcrNodeModel) nodeModel).getItemModel().getPath(); if (path != null) { name = path.substring(path.lastIndexOf('/') + 1); if (name.indexOf('[') > 0) { @@ -193,7 +193,7 @@ } public void startObservation() { - final JcrNodeModel parentModel = nodeModel.getParentModel(); + final JcrNodeModel parentModel = ((JcrNodeModel) nodeModel).getParentModel(); obContext.registerObserver(observer = new IObserver() { private static final long serialVersionUID = 1L; @@ -271,7 +271,7 @@ protected String load() { Property.this.attach(); String name = property; - Node node = nodeModel.getNode(); + Node node = nodeModel.getObject(); if (node != null) { try { if (node.isNodeType("hippo:translated")) { @@ -320,7 +320,7 @@ protected String load() { Property.this.attach(); String name = property; - Node node = nodeModel.getNode(); + Node node = nodeModel.getObject(); if (node != null) { try { if (node.isNodeType("hippo:translated")) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/NodeModelWrapper.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/NodeModelWrapper.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/NodeModelWrapper.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -20,7 +20,7 @@ import org.apache.wicket.model.IChainingModel; import org.apache.wicket.model.IModel; -public abstract class NodeModelWrapper implements IChainingModel { +public abstract class NodeModelWrapper implements IChainingModel { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -28,10 +28,18 @@ protected JcrNodeModel nodeModel; - public NodeModelWrapper(JcrNodeModel nodeModel) { - this.nodeModel = nodeModel; + public NodeModelWrapper(IModel nodeModel) { + if (!(nodeModel instanceof JcrNodeModel)) { + this.nodeModel = new JcrNodeModel(nodeModel.getObject()); + } else { + this.nodeModel = (JcrNodeModel) nodeModel; + } } + /** + * @deprecated + * Use getChainedModel() instead. + */ public JcrNodeModel getNodeModel() { return nodeModel; } @@ -48,12 +56,17 @@ } } - public Node getObject() { - return nodeModel.getObject(); + protected Node getNode() { + return nodeModel.getNode(); } + + @SuppressWarnings("unchecked") + public T getObject() { + return (T) this; + } - public void setObject(Node object) { - nodeModel.setObject(object); + public void setObject(T object) { + throw new UnsupportedOperationException(); } public void detach() { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/JcrFrontendListener.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/JcrFrontendListener.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/JcrFrontendListener.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -25,7 +25,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrFrontendListener extends NodeModelWrapper { +public class JcrFrontendListener extends NodeModelWrapper { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -43,7 +43,7 @@ private String[] getMultiString(String name) throws RepositoryException { String[] result = null; - Node node = getNodeModel().getNode(); + Node node = getNode(); if (node.hasProperty(FrontendNodeType.FRONTEND_UUIDS)) { Value[] values = node.getProperty(FrontendNodeType.FRONTEND_UUIDS).getValues(); result = new String[values.length]; @@ -56,7 +56,7 @@ } public void start() { - Node node = getNodeModel().getNode(); + Node node = getNode(); if (node != null) { try { boolean deep = false; Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypeModel.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypeModel.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypeModel.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -28,7 +28,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrNodeTypeModel extends LoadableDetachableModel { +public class JcrNodeTypeModel extends LoadableDetachableModel { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -52,7 +52,7 @@ } @Override - protected Object load() { + protected NodeType load() { NodeType result = null; if (type != null) { try { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypesProvider.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypesProvider.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/nodetypes/JcrNodeTypesProvider.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -30,12 +30,11 @@ import org.apache.commons.lang.builder.ToStringStyle; import org.apache.wicket.markup.repeater.data.IDataProvider; import org.apache.wicket.model.IModel; -import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.NodeModelWrapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrNodeTypesProvider extends NodeModelWrapper implements IDataProvider { +public class JcrNodeTypesProvider extends NodeModelWrapper implements IDataProvider { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -43,14 +42,13 @@ static final Logger log = LoggerFactory.getLogger(JcrNodeTypesProvider.class); - public JcrNodeTypesProvider(JcrNodeModel nodeModel) { + public JcrNodeTypesProvider(IModel nodeModel) { super(nodeModel); } - @SuppressWarnings("unchecked") - public Iterator iterator(int first, int count) { - List list = new ArrayList(); - Node node = nodeModel.getNode(); + public Iterator iterator(int first, int count) { + List list = new ArrayList(); + Node node = nodeModel.getObject(); if (node != null) { try { NodeType[] nodeTypes = node.getMixinNodeTypes(); @@ -62,16 +60,15 @@ return list.iterator(); } - public IModel model(Object object) { - NodeType nodeType = (NodeType)object; - return new JcrNodeTypeModel(nodeType); + public IModel model(NodeType object) { + return new JcrNodeTypeModel(object); } public int size() { int result = 0; try { - if (nodeModel.getNode() != null) { - NodeType[] nodeTypes = nodeModel.getNode().getMixinNodeTypes(); + if (nodeModel.getObject() != null) { + NodeType[] nodeTypes = nodeModel.getObject().getMixinNodeTypes(); result = nodeTypes.length; } } catch (RepositoryException e) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertiesProvider.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertiesProvider.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/properties/JcrPropertiesProvider.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -35,7 +35,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrPropertiesProvider extends NodeModelWrapper implements IDataProvider { +public class JcrPropertiesProvider extends NodeModelWrapper implements IDataProvider { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -54,8 +54,8 @@ public Iterator iterator(int first, int count) { List list = new ArrayList(); try { - if (nodeModel.getNode() != null) { - PropertyIterator it = nodeModel.getNode().getProperties(); + if (nodeModel.getObject() != null) { + PropertyIterator it = nodeModel.getObject().getProperties(); if (it.getSize() > 0) { it.skip(first); for (int i = 0; i < count; i++) { @@ -76,16 +76,15 @@ return list.iterator(); } - public IModel model(Object object) { - Property prop = (Property) object; - return new JcrPropertyModel(prop); + public IModel model(Property object) { + return new JcrPropertyModel(object); } public int size() { int result = 0; try { - if (nodeModel.getNode() != null) { - PropertyIterator it = nodeModel.getNode().getProperties(); + if (nodeModel.getObject() != null) { + PropertyIterator it = nodeModel.getObject().getProperties(); result = (int) it.getSize(); // result = result - 1; // For jcr:primaryType Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/IJcrTreeNode.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/IJcrTreeNode.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/IJcrTreeNode.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -24,6 +24,12 @@ public interface IJcrTreeNode extends TreeNode, IDetachable { final static String SVN_ID = "$Id$"; + /** + * @deprecated + * + * Clients of this interface should only expect IModel as the return + * type. + */ JcrNodeModel getNodeModel(); IJcrTreeNode getChild(String name) throws RepositoryException; Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/JcrTreeNode.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -28,12 +28,13 @@ import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; import org.apache.wicket.model.IDetachable; +import org.apache.wicket.model.IModel; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.NodeModelWrapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrTreeNode extends NodeModelWrapper implements IJcrTreeNode { +public class JcrTreeNode extends NodeModelWrapper implements IJcrTreeNode { private static final long serialVersionUID = 1L; @SuppressWarnings("unused") @@ -53,7 +54,7 @@ private IJcrTreeNode parent; private transient int flags = 0; - public JcrTreeNode(JcrNodeModel nodeModel, IJcrTreeNode parent) { + public JcrTreeNode(IModel nodeModel, IJcrTreeNode parent) { super(nodeModel); this.parent = parent; @@ -66,8 +67,8 @@ * @throws RepositoryException */ public IJcrTreeNode getChild(String name) throws RepositoryException { - if (getNodeModel().getNode().hasNode(name)) { - JcrNodeModel childModel = new JcrNodeModel(getNodeModel().getNode().getNode(name)); + if (getNodeModel().getObject().hasNode(name)) { + JcrNodeModel childModel = new JcrNodeModel(getNodeModel().getObject().getNode(name)); return new JcrTreeNode(childModel, this); } return null; @@ -115,7 +116,7 @@ public boolean isLeaf() { try { if (nodeModel != null) { - Node node = nodeModel.getNode(); + Node node = nodeModel.getObject(); if (node != null) { return !node.getNodes().hasNext(); } @@ -155,7 +156,7 @@ } protected List loadChildren() throws RepositoryException { - Node node = nodeModel.getNode(); + Node node = nodeModel.getObject(); List newChildren = new ArrayList(); NodeIterator jcrChildren = node.getNodes(); int count = 0; @@ -177,7 +178,7 @@ } private void ensureChildrenLoaded() { - if (nodeModel.getNode() == null) { + if (nodeModel.getObject() == null) { reloadChildren = false; reloadChildCount = false; children = new ArrayList(); @@ -205,7 +206,7 @@ return true; } JcrTreeNode treeNode = (JcrTreeNode) object; - return nodeModel.equals(treeNode.getNodeModel()); + return nodeModel.equals(treeNode.getChainedModel()); } @Override Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/ObservableTreeModel.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/ObservableTreeModel.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/tree/ObservableTreeModel.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -82,7 +82,7 @@ public TreePath lookup(JcrNodeModel nodeModel) { IJcrTreeNode node = root; if (nodeModel != null) { - String basePath = root.getNodeModel().getItemModel().getPath(); + String basePath = ((JcrNodeModel) root.getNodeModel()).getItemModel().getPath(); String path = nodeModel.getItemModel().getPath(); if (path != null && path.startsWith(basePath)) { String[] elements = StringUtils.split(path.substring(basePath.length()), '/'); @@ -117,27 +117,30 @@ } public void startObservation() { - listener = new JcrEventListener(new IObservationContext() { - private static final long serialVersionUID = 1L; + listener = new JcrEventListener( + new IObservationContext() { + private static final long serialVersionUID = 1L; - public void notifyObservers(EventCollection> events) { - EventCollection> treeModelEvents = new EventCollection>(); - for (IEvent event : events) { - IEvent treeModelEvent = new ObservableTreeModelEvent((JcrEvent) event); - treeModelEvents.add(treeModelEvent); - } - observationContext.notifyObservers(treeModelEvents); - } + public void notifyObservers(EventCollection> events) { + EventCollection> treeModelEvents = new EventCollection>(); + for (IEvent event : events) { + IEvent treeModelEvent = new ObservableTreeModelEvent((JcrEvent) event); + treeModelEvents.add(treeModelEvent); + } + observationContext.notifyObservers(treeModelEvents); + } - public void registerObserver(IObserver observer) { - observationContext.registerObserver(observer); - } + public void registerObserver(IObserver observer) { + observationContext.registerObserver(observer); + } - public void unregisterObserver(IObserver observer) { - observationContext.registerObserver(observer); + public void unregisterObserver(IObserver observer) { + observationContext.registerObserver(observer); - } - }, Event.NODE_REMOVED | Event.NODE_ADDED, root.getNodeModel().getItemModel().getPath(), true, null, null); + } + }, Event.NODE_REMOVED | Event.NODE_ADDED, + ((JcrNodeModel) root.getNodeModel()).getItemModel().getPath(), true, + null, null); listener.start(); } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/resource/JcrResourceStream.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/resource/JcrResourceStream.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/resource/JcrResourceStream.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -23,14 +23,16 @@ import javax.jcr.Node; import javax.jcr.RepositoryException; +import org.apache.wicket.model.IModel; import org.apache.wicket.util.resource.IResourceStream; import org.apache.wicket.util.resource.ResourceStreamNotFoundException; import org.apache.wicket.util.time.Time; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.NodeModelWrapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class JcrResourceStream extends JcrNodeModel implements IResourceStream { +public class JcrResourceStream extends NodeModelWrapper implements IResourceStream { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -40,10 +42,17 @@ private transient InputStream stream; + /** + * @deprecated + */ public JcrResourceStream(Node node) { - super(node); + this(new JcrNodeModel(node)); } + public JcrResourceStream(IModel model) { + super(model); + } + public void close() throws IOException { if (stream != null) { stream.close(); @@ -68,7 +77,7 @@ stream = getNode().getProperty("jcr:data").getStream(); } catch (RepositoryException ex) { throw new ResourceStreamNotFoundException(ex); - } catch(IOException ex) { + } catch (IOException ex) { throw new ResourceStreamNotFoundException(ex); } return stream; Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -86,7 +86,8 @@ * services (it is a multi-valued property) are invoked in order. * */ -public abstract class AbstractRenderService extends Panel implements IObserver, IRenderService, IStringResourceProvider { +public abstract class AbstractRenderService extends Panel implements IObserver, IRenderService, + IStringResourceProvider { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -244,6 +245,14 @@ return (T) getDefaultModelObject(); } + public final void setModel(IModel model) { + setDefaultModel(model); + } + + public final void setModelObject(T object) { + setDefaultModelObject(object); + } + // override model change methods @Override Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/util/MaxLengthNodeNameFormatter.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/util/MaxLengthNodeNameFormatter.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/util/MaxLengthNodeNameFormatter.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,8 +15,10 @@ */ package org.hippoecm.frontend.util; +import javax.jcr.Node; + +import org.apache.wicket.model.IModel; import org.hippoecm.frontend.i18n.model.NodeTranslator; -import org.hippoecm.frontend.model.JcrNodeModel; public class MaxLengthNodeNameFormatter extends MaxLengthStringFormatter { @SuppressWarnings("unused") @@ -32,23 +34,23 @@ super(maxLength, split, indentLength); } - public boolean isTooLong(JcrNodeModel nodeModel) { + public boolean isTooLong(IModel nodeModel) { return isTooLong(nodeModel, 0); } - public boolean isTooLong(JcrNodeModel nodeModel, int indent) { + public boolean isTooLong(IModel nodeModel, int indent) { return super.isTooLong(getName(nodeModel), indent); } - public String parse(JcrNodeModel nodeModel, int indent) { + public String parse(IModel nodeModel, int indent) { return super.parse(getName(nodeModel), indent); } - public String parse(JcrNodeModel nodeModel) { + public String parse(IModel nodeModel) { return parse(nodeModel, 0); } - protected String getName(JcrNodeModel nodeModel) { - return (String) new NodeTranslator(nodeModel).getNodeName().getObject(); + protected String getName(IModel nodeModel) { + return new NodeTranslator(nodeModel).getNodeName().getObject(); } } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/widgets/JcrTree.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/widgets/JcrTree.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/widgets/JcrTree.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -27,7 +27,7 @@ import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.markup.html.tree.ITreeState; import org.apache.wicket.model.IDetachable; -import org.hippoecm.frontend.model.JcrNodeModel; +import org.apache.wicket.model.IModel; import org.hippoecm.frontend.model.tree.IJcrTreeNode; import org.hippoecm.frontend.model.tree.ILabelTreeNode; import org.hippoecm.frontend.wicket1985.Tree; @@ -82,7 +82,7 @@ public String renderNode(TreeNode treeNode, int level) { String result = "unknown"; if (treeNode instanceof IJcrTreeNode) { - Node node = ((IJcrTreeNode) treeNode).getNodeModel().getNode(); + Node node = ((IJcrTreeNode) treeNode).getNodeModel().getObject(); if (node != null) { try { result = node.getName(); @@ -130,11 +130,11 @@ * @return true if the node is virtual else false */ public boolean isVirtual(IJcrTreeNode node) { - JcrNodeModel nodeModel = node.getNodeModel(); + IModel nodeModel = node.getNodeModel(); if (nodeModel == null) { return false; } - Node jcrNode = nodeModel.getNode(); + Node jcrNode = nodeModel.getObject(); if (jcrNode == null || !(jcrNode instanceof HippoNode)) { return false; } Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/dialog/LookupDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/dialog/LookupDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/dialog/LookupDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,16 +15,19 @@ */ package org.hippoecm.frontend.plugins.console.dialog; +import javax.jcr.Node; + +import org.apache.wicket.model.IModel; import org.apache.wicket.util.value.IValueMap; import org.apache.wicket.util.value.ValueMap; import org.hippoecm.frontend.dialog.AbstractDialog; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.tree.IJcrTreeModel; import org.hippoecm.frontend.model.tree.IJcrTreeNode; +import org.hippoecm.frontend.model.tree.JcrTreeModel; import org.hippoecm.frontend.model.tree.JcrTreeNode; -import org.hippoecm.frontend.model.tree.JcrTreeModel; -public abstract class LookupDialog extends AbstractDialog { +public abstract class LookupDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -57,7 +60,7 @@ tree.setSelectedNode(selectedNode, treeModel); } - protected void onSelect(JcrNodeModel nodeModel) { + protected void onSelect(IModel nodeModel) { } @Override Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/editor/ResourceEditor.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/editor/ResourceEditor.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/editor/ResourceEditor.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -33,7 +33,7 @@ ResourceEditor(String id, JcrNodeModel nodeModel) { super(id); - JcrResourceStream stream = new JcrResourceStream(nodeModel.getNode()); + JcrResourceStream stream = new JcrResourceStream(nodeModel); ResourceLink link = new ResourceLink("resource-link", new JcrResource(stream)); add(link); Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/MenuPlugin.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/MenuPlugin.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/MenuPlugin.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,6 +15,8 @@ */ package org.hippoecm.frontend.plugins.console.menu; +import javax.jcr.Node; + import org.apache.wicket.model.Model; import org.hippoecm.frontend.dialog.AbstractDialog; import org.hippoecm.frontend.dialog.DialogLink; @@ -42,7 +44,7 @@ import org.hippoecm.frontend.service.render.RenderPlugin; import org.hippoecm.tools.projectexport.ExportDialog; -public class MenuPlugin extends RenderPlugin { +public class MenuPlugin extends RenderPlugin { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; @@ -55,7 +57,7 @@ IDialogFactory dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new NodeDialog(MenuPlugin.this); } }; @@ -64,7 +66,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new DeleteDialog(MenuPlugin.this); } }; @@ -73,7 +75,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new SaveDialog(MenuPlugin.this); } }; @@ -82,7 +84,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new ResetDialog(MenuPlugin.this); } }; @@ -91,7 +93,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new ContentExportDialog(MenuPlugin.this); } }; @@ -100,7 +102,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new ContentImportDialog(MenuPlugin.this); } }; @@ -109,7 +111,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new PropertyDialog(MenuPlugin.this); } }; @@ -118,7 +120,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new RenameDialog(MenuPlugin.this); } }; @@ -127,7 +129,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new MoveDialog(MenuPlugin.this); } }; @@ -136,7 +138,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new CopyDialog(MenuPlugin.this); } }; @@ -145,8 +147,8 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { - return new CndImportDialog(MenuPlugin.this); + public AbstractDialog createDialog() { + return new CndImportDialog(); } }; add(new DialogLink("cnd-import-dialog", new Model("CND Import"), dialogFactory, dialogService)); @@ -154,8 +156,8 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { - return new CndExportDialog(MenuPlugin.this); + public AbstractDialog createDialog() { + return new CndExportDialog(); } }; add(new DialogLink("cnd-export-dialog", new Model("CND Export"), dialogFactory, dialogService)); @@ -163,7 +165,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new NamespaceDialog(MenuPlugin.this); } }; @@ -172,7 +174,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new CheckInOutDialog(MenuPlugin.this); } }; @@ -181,7 +183,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new WorkflowDialog(MenuPlugin.this); } }; @@ -190,7 +192,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new PermissionsDialog(MenuPlugin.this); } }; @@ -199,7 +201,7 @@ dialogFactory = new IDialogFactory() { private static final long serialVersionUID = 1L; - public AbstractDialog createDialog() { + public AbstractDialog createDialog() { return new ExportDialog(); } }; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/check/CheckInOutDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/check/CheckInOutDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/check/CheckInOutDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -32,7 +32,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class CheckInOutDialog extends AbstractDialog implements ITitleDecorator { +public class CheckInOutDialog extends AbstractDialog implements ITitleDecorator { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndExportDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndExportDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndExportDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -41,14 +41,13 @@ import org.apache.wicket.model.Model; import org.apache.wicket.model.PropertyModel; import org.hippoecm.frontend.dialog.AbstractDialog; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.plugins.console.menu.MenuPlugin; +import org.hippoecm.frontend.session.UserSession; import org.hippoecm.repository.util.JcrCompactNodeTypeDefWriter; import org.hippoecm.tools.projectexport.DownloadLink; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class CndExportDialog extends AbstractDialog { +public class CndExportDialog extends AbstractDialog { static final Logger log = LoggerFactory.getLogger(CndExportDialog.class); @@ -64,14 +63,13 @@ String selectedNs; - public CndExportDialog(MenuPlugin plugin) { - final JcrNodeModel nodeModel = (JcrNodeModel) plugin.getDefaultModel(); - + public CndExportDialog() { final PropertyModel selectedNsModel = new PropertyModel(this, "selectedNs"); List nsPrefixes = null; try { - nsPrefixes = getNsPrefixes(nodeModel.getNode().getSession()); + Session session = getJcrSession(); + nsPrefixes = getNsPrefixes(session); } catch (RepositoryException e) { log.error(e.getMessage()); } @@ -110,8 +108,7 @@ protected void onUpdate(AjaxRequestTarget target) { String export; try { - Node node = nodeModel.getNode(); - Session session = node.getSession(); + Session session = getJcrSession(); export = JcrCompactNodeTypeDefWriter.compactNodeTypeDef(session.getWorkspace(), selectedNs); } catch (RepositoryException e) { log.error("RepositoryException while exporting NodeType Definitions of namespace : " + selectedNs, @@ -154,6 +151,11 @@ setCancelVisible(false); } + private Session getJcrSession() { + Session session = ((UserSession) org.apache.wicket.Session.get()).getJcrSession(); + return session; + } + public IModel getTitle() { return new Model("Export CND of namespace"); } Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndImportDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndImportDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/cnd/CndImportDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -29,14 +29,13 @@ import org.apache.wicket.model.IModel; import org.apache.wicket.model.Model; import org.hippoecm.frontend.dialog.AbstractDialog; -import org.hippoecm.frontend.plugins.console.menu.MenuPlugin; import org.hippoecm.frontend.service.ITitleDecorator; import org.hippoecm.frontend.session.UserSession; import org.hippoecm.repository.api.HippoNodeType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class CndImportDialog extends AbstractDialog implements ITitleDecorator { +public class CndImportDialog extends AbstractDialog implements ITitleDecorator { @SuppressWarnings("unused") private static final String SVN_ID = "$Id$"; @@ -49,7 +48,7 @@ Component message; Model msgText; - public CndImportDialog(MenuPlugin plugin) { + public CndImportDialog() { setMultiPart(true); setNonAjaxSubmit(); add(fileUploadField = new FileUploadField("fileInput")); Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentExportDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentExportDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentExportDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -46,7 +46,7 @@ import org.slf4j.LoggerFactory; import org.w3c.dom.Document; -public class ContentExportDialog extends AbstractDialog { +public class ContentExportDialog extends AbstractDialog { @SuppressWarnings("unused") private static final String SVN_ID = "$Id$"; private static final Logger log = LoggerFactory.getLogger(ContentExportDialog.class); @@ -55,7 +55,7 @@ private boolean skipBinary = false; public ContentExportDialog(MenuPlugin plugin) { - setModel(plugin.getDefaultModel()); + setModel(plugin.getModel()); final JcrNodeModel nodeModel = (JcrNodeModel) plugin.getDefaultModel(); try { Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentImportDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentImportDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/content/ContentImportDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -25,6 +25,7 @@ import javax.jcr.ImportUUIDBehavior; import javax.jcr.InvalidSerializedDataException; import javax.jcr.ItemExistsException; +import javax.jcr.Node; import javax.jcr.PathNotFoundException; import javax.jcr.RepositoryException; import javax.jcr.lock.LockException; @@ -52,7 +53,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class ContentImportDialog extends AbstractDialog implements ITitleDecorator { +public class ContentImportDialog extends AbstractDialog implements ITitleDecorator { @SuppressWarnings("unused") private static final String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/copy/CopyDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/copy/CopyDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/copy/CopyDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -90,10 +90,10 @@ } @Override - public void onSelect(JcrNodeModel model) { + public void onSelect(IModel model) { if (model != null) { try { - target = model.getNode().getPath() + "/"; + target = model.getObject().getPath() + "/"; } catch (RepositoryException e) { log.error(e.getMessage()); } @@ -114,10 +114,10 @@ try { JcrNodeModel nodeModel = (JcrNodeModel) plugin.getDefaultModel(); - JcrNodeModel selectedNode = getSelectedNode().getNodeModel(); + IModel selectedNode = getSelectedNode().getNodeModel(); if (selectedNode != null && name != null && !"".equals(name)) { - JcrNodeModel targetNodeModel = getSelectedNode().getNodeModel(); - String targetPath = targetNodeModel.getNode().getPath(); + IModel targetNodeModel = getSelectedNode().getNodeModel(); + String targetPath = targetNodeModel.getObject().getPath(); if (!targetPath.endsWith("/")) { targetPath += "/"; } Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/delete/DeleteDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/delete/DeleteDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/delete/DeleteDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,6 +15,7 @@ */ package org.hippoecm.frontend.plugins.console.menu.delete; +import javax.jcr.Node; import javax.jcr.RepositoryException; import org.slf4j.Logger; @@ -30,7 +31,7 @@ import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.plugins.console.menu.MenuPlugin; -public class DeleteDialog extends AbstractDialog { +public class DeleteDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/move/MoveDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/move/MoveDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/move/MoveDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -89,10 +89,10 @@ } @Override - public void onSelect(JcrNodeModel model) { + public void onSelect(IModel model) { if (model != null) { try { - target = model.getNode().getPath() + "/"; + target = model.getObject().getPath() + "/"; } catch (RepositoryException e) { log.error(e.getMessage()); } @@ -113,10 +113,10 @@ try { JcrNodeModel nodeModel = (JcrNodeModel) plugin.getDefaultModel(); - JcrNodeModel selectedNode = getSelectedNode().getNodeModel(); + IModel selectedNode = getSelectedNode().getNodeModel(); if (selectedNode != null && name != null && !"".equals(name)) { - JcrNodeModel targetNodeModel = getSelectedNode().getNodeModel(); - String targetPath = targetNodeModel.getNode().getPath(); + IModel targetNodeModel = getSelectedNode().getNodeModel(); + String targetPath = targetNodeModel.getObject().getPath(); if (!targetPath.endsWith("/")) { targetPath += "/"; } Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/namespace/NamespaceDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/namespace/NamespaceDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/namespace/NamespaceDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -32,7 +32,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class NamespaceDialog extends AbstractDialog implements ITitleDecorator { +public class NamespaceDialog extends AbstractDialog implements ITitleDecorator { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/node/NodeDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/node/NodeDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/node/NodeDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -28,7 +28,7 @@ import org.hippoecm.frontend.plugins.console.menu.MenuPlugin; import org.hippoecm.frontend.service.ITitleDecorator; -public class NodeDialog extends AbstractDialog implements ITitleDecorator { +public class NodeDialog extends AbstractDialog implements ITitleDecorator { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/permissions/PermissionsDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/permissions/PermissionsDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/permissions/PermissionsDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -38,7 +38,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class PermissionsDialog extends AbstractDialog { +public class PermissionsDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/property/PropertyDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/property/PropertyDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/property/PropertyDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -39,7 +39,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class PropertyDialog extends AbstractDialog { +public class PropertyDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/rename/RenameDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/rename/RenameDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/rename/RenameDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -15,6 +15,7 @@ */ package org.hippoecm.frontend.plugins.console.menu.rename; +import javax.jcr.Node; import javax.jcr.RepositoryException; import javax.jcr.Session; @@ -30,7 +31,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class RenameDialog extends AbstractDialog { +public class RenameDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/reset/ResetDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/reset/ResetDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/reset/ResetDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -30,7 +30,7 @@ import org.hippoecm.frontend.plugins.console.menu.MenuPlugin; import org.hippoecm.repository.api.HippoNode; -public class ResetDialog extends AbstractDialog { +public class ResetDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/save/SaveDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/save/SaveDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/save/SaveDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -36,7 +36,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class SaveDialog extends AbstractDialog { +public class SaveDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/workflow/WorkflowDialog.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/workflow/WorkflowDialog.java 2009-12-02 12:39:22 UTC (rev 20975) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/menu/workflow/WorkflowDialog.java 2009-12-02 12:42:16 UTC (rev 20976) @@ -33,7 +33,7 @@ import org.hippoecm.repository.api.WorkflowDescriptor; import org.hippoecm.repository.api.WorkflowManager; -public class WorkflowDialog extends AbstractDialog { +public class WorkflowDialog extends AbstractDialog { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; From schans at onehippo.com Wed Dec 2 13:58:12 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 13:58:11 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_back_to_stable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Sample_addon_tests_=23923?= In-Reply-To: <14188266.941259748870306.JavaMail.hudson@hudson.onehippo.org> References: <14188266.941259748870306.JavaMail.hudson@hudson.onehippo.org> Message-ID: <25121150.981259758692882.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 13:58:12 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 13:58:12 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Builtin_addon_tests_=23923?= Message-ID: <17408592.971259758692602.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 13:58:14 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 13:58:15 2009 Subject: [HippoRepos-dev] Hudson build is still unstable: Hippo ECM Trunk #923 In-Reply-To: <27883345.961259748871921.JavaMail.hudson@hudson.onehippo.org> References: <27883345.961259748871921.JavaMail.hudson@hudson.onehippo.org> Message-ID: <16663422.991259758694178.JavaMail.hudson@hudson.onehippo.org> See From svn-logs at hippocms.org Wed Dec 2 14:01:35 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 2 14:01:35 2009 Subject: [HippoRepos-dev] [20977] hippo-ecm: HREPTWO-16: remove unused dependency Message-ID: <20091202130135.D7B35C96D@svnnew.onehippo.org> Revision: 20977 Author: fvlankvelt Date: 2009-12-02 14:01:34 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-16: remove unused dependency Modified Paths: -------------- hippo-ecm/trunk/frontend/engine/pom.xml Modified: hippo-ecm/trunk/frontend/engine/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 12:42:16 UTC (rev 20976) +++ hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 13:01:34 UTC (rev 20977) @@ -67,11 +67,6 @@ wicket-datetime - org.apache.wicket - wicket-ioc - ${wicket.version} - - commons-lang commons-lang From svn-logs at hippocms.org Wed Dec 2 14:26:14 2009 From: svn-logs at hippocms.org (abogaart) Date: Wed Dec 2 14:26:12 2009 Subject: [HippoRepos-dev] [20981] hippo-ecm: HREPTWO-3073: Xinha toolbar icons shown at top of document instead of xinha toolbar Message-ID: <20091202132614.8C638C96D@svnnew.onehippo.org> Revision: 20981 Author: abogaart Date: 2009-12-02 14:26:13 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3073: Xinha toolbar icons shown at top of document instead of xinha toolbar https://issues.onehippo.com/browse/HREPTWO-3073 - fixed float issue Modified Paths: -------------- hippo-ecm/trunk/package/skin/src/main/webapp/screen_ie.css Modified: hippo-ecm/trunk/package/skin/src/main/webapp/screen_ie.css =================================================================== --- hippo-ecm/trunk/package/skin/src/main/webapp/screen_ie.css 2009-12-02 13:21:49 UTC (rev 20980) +++ hippo-ecm/trunk/package/skin/src/main/webapp/screen_ie.css 2009-12-02 13:26:13 UTC (rev 20981) @@ -14,3 +14,7 @@ .hippo-editor-field-html .htmlarea .xinha_iframe { margin: 0; border: 0px; padding: 0px;} .hippo-editor-field-html .htmlarea .toolbar {padding:4px; padding-right: 0px;} +/* Fix for IE toolbar issue: HREPTWO-3073 */ +table.toolbarRow { + position: relative; +} \ No newline at end of file From svn-logs at hippocms.org Wed Dec 2 14:30:38 2009 From: svn-logs at hippocms.org (abogaart) Date: Wed Dec 2 14:30:40 2009 Subject: [HippoRepos-dev] [20982] hippo-ecm: HREPTWO-3488: XInha: lists, quotes, blockquotes and def lists don't indent Message-ID: <20091202133040.AEA26C19E@svnnew.onehippo.org> Revision: 20982 Author: abogaart Date: 2009-12-02 14:30:33 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3488: XInha: lists, quotes, blockquotes and def lists don't indent https://issues.onehippo.com/browse/HREPTWO-3488 Modified Paths: -------------- hippo-ecm/trunk/package/skin/src/main/webapp/xinhaInternal.css Modified: hippo-ecm/trunk/package/skin/src/main/webapp/xinhaInternal.css =================================================================== --- hippo-ecm/trunk/package/skin/src/main/webapp/xinhaInternal.css 2009-12-02 13:26:13 UTC (rev 20981) +++ hippo-ecm/trunk/package/skin/src/main/webapp/xinhaInternal.css 2009-12-02 13:30:33 UTC (rev 20982) @@ -1,8 +1,9 @@ /* Defaults */ * { margin : 0; padding : 0;} -div.clearer {clear: both;} -/* ======================================== */ +html, body { border: none; } +body {padding: 4px;} + /* default font settings */ body, table tr td, table tr th{ font-family: arial,sans-serif,helvetica; @@ -12,10 +13,10 @@ background: white; padding-top: 5px; } + ol, ul{list-style-position: inside} -html, body { border: none; } +/* default margin for lists, quotes, blockquotes and def lists */ +ol, ul, dl {margin-left: 2.5em;} +blockquote {margin: 0 2.5em 0 2.5em;} -body {padding: 4px;} - - From helpdesk at onehippo.com Wed Dec 2 14:20:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Wed Dec 2 14:30:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3488) XInha: lists, quotes, blockquotes and def lists don't indent In-Reply-To: <12216582.227371259666055796.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20651742.237481259760015824.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart updated HREPTWO-3488: ------------------------------------ Original Estimate: 0 minutes Remaining Estimate: 0 minutes Backlog rank: (was: 9580000000) > XInha: lists, quotes, blockquotes and def lists don't indent > ------------------------------------------------------------ > > Key: HREPTWO-3488 > URL: http://issues.onehippo.com/browse/HREPTWO-3488 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core, user experience > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Fix For: r2.10.00 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Lists should indent in a backend template with a xinha field. By default this indentation is removed. > More info: > In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px: > * { margin : 0; padding : 0;} > This will also remove indentation of lists, quotes, blockquotes and def lists. > Adding the following lines should fix it: > ol, ul, dl {margin-left: 2.5em;} > blockquote {margin: 0 2.5em 0 2.5em;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:20:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Wed Dec 2 14:30:52 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3488) XInha: lists, quotes, blockquotes and def lists don't indent In-Reply-To: <12216582.227371259666055796.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19444984.237511259760015903.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart resolved HREPTWO-3488. ------------------------------------- Resolution: Fixed > XInha: lists, quotes, blockquotes and def lists don't indent > ------------------------------------------------------------ > > Key: HREPTWO-3488 > URL: http://issues.onehippo.com/browse/HREPTWO-3488 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core, user experience > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Fix For: r2.10.00 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Lists should indent in a backend template with a xinha field. By default this indentation is removed. > More info: > In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px: > * { margin : 0; padding : 0;} > This will also remove indentation of lists, quotes, blockquotes and def lists. > Adding the following lines should fix it: > ol, ul, dl {margin-left: 2.5em;} > blockquote {margin: 0 2.5em 0 2.5em;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:22:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Wed Dec 2 14:32:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3073) Xinha toolbar icons shown at top of document instead of xinha toolbar In-Reply-To: <1078933.171141253015155642.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <25826539.237541259760135909.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart updated HREPTWO-3073: ------------------------------------ Backlog rank: (was: 7090000000) > Xinha toolbar icons shown at top of document instead of xinha toolbar > --------------------------------------------------------------------- > > Key: HREPTWO-3073 > URL: http://issues.onehippo.com/browse/HREPTWO-3073 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg > > Original Estimate: 2 days > Remaining Estimate: 2 days > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:22:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Wed Dec 2 14:32:51 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3073) Xinha toolbar icons shown at top of document instead of xinha toolbar In-Reply-To: <1078933.171141253015155642.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29792574.237571259760135988.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart resolved HREPTWO-3073. ------------------------------------- Resolution: Fixed > Xinha toolbar icons shown at top of document instead of xinha toolbar > --------------------------------------------------------------------- > > Key: HREPTWO-3073 > URL: http://issues.onehippo.com/browse/HREPTWO-3073 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg > > Original Estimate: 2 days > Remaining Estimate: 2 days > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 14:41:05 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 14:41:04 2009 Subject: [HippoRepos-dev] [20983] hippo-ecm: HREPTWO-3444: log out immediately before doing the workflow call, this is dodgy as the workflow is still open on the original session, but it has a huge performance impact Message-ID: <20091202134105.6B918C96D@svnnew.onehippo.org> Revision: 20983 Author: bvanhalderen Date: 2009-12-02 14:41:04 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3444: log out immediately before doing the workflow call, this is dodgy as the workflow is still open on the original session, but it has a huge performance impact Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java 2009-12-02 13:30:33 UTC (rev 20982) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/workflow/RemodelWorkflowPlugin.java 2009-12-02 13:41:04 UTC (rev 20983) @@ -85,13 +85,12 @@ sessionModel.getSession().refresh(false); log.info("remodelling namespace " + prefix); - try { - workflow.updateModel(cnd, cargo); - } finally { - // log out; the session model will log in again. - // Sessions cache path resolver information, which is incorrect after remapping the prefix. - sessionModel.flush(); - } + + // log out; the session model will log in again after the updateModel workflow call + // Sessions cache path resolver information, which is incorrect after remapping the prefix. + sessionModel.flush(); + workflow.updateModel(cnd, cargo); + return null; } catch (Exception ex) { ex.printStackTrace(); From helpdesk at onehippo.com Wed Dec 2 14:34:15 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 14:44:50 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3491) Fullscreen not working correctly Message-ID: <32375083.237741259760855885.JavaMail.jira@jira.vm.castaserver.com> Fullscreen not working correctly -------------------------------- Key: HREPTWO-3491 URL: http://issues.onehippo.com/browse/HREPTWO-3491 Project: Hippo Repository 2 Issue Type: Bug Environment: FFX 3.5.5 IE7 Reporter: Hippo Helpdesk Priority: High Fix For: r2.10.00 In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like this: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:36:15 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 14:46:52 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3491) Fullscreen not working correctly In-Reply-To: <32375083.237741259760855885.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <7918090.237851259760975970.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hippo Helpdesk updated HREPTWO-3491: ------------------------------------ Description: In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like the screenshot. The textfield is not fullscreen, and it's not possible to change the size either. was: In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like this: > Fullscreen not working correctly > -------------------------------- > > Key: HREPTWO-3491 > URL: http://issues.onehippo.com/browse/HREPTWO-3491 > Project: Hippo Repository 2 > Issue Type: Bug > Environment: FFX 3.5.5 > IE7 > Reporter: Hippo Helpdesk > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg > > > In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) > In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like the screenshot. The textfield is not fullscreen, and it's not possible to change the size either. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:36:15 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 2 14:46:53 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3491) Fullscreen not working correctly In-Reply-To: <32375083.237741259760855885.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21752182.237831259760975917.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hippo Helpdesk updated HREPTWO-3491: ------------------------------------ Attachment: screenshot-1.jpg > Fullscreen not working correctly > -------------------------------- > > Key: HREPTWO-3491 > URL: http://issues.onehippo.com/browse/HREPTWO-3491 > Project: Hippo Repository 2 > Issue Type: Bug > Environment: FFX 3.5.5 > IE7 > Reporter: Hippo Helpdesk > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg > > > In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) > In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like this: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:36:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 14:46:54 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <15221091.237811259760975886.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen reopened HREPTWO-3472: ----------------------------------------- Also required for 2.09.05 > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.09.05, r2.10.00 > > Time Spent: 3 hours, 30 minutes > Remaining Estimate: 0 minutes > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 14:53:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 15:03:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3444) Doing upgrade should result in logout of all user-sessions before actual upgrade In-Reply-To: <21481350.189371259056995682.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13582339.237951259761995757.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3444. ----------------------------------------- Resolution: Fixed > Doing upgrade should result in logout of all user-sessions before actual upgrade > -------------------------------------------------------------------------------- > > Key: HREPTWO-3444 > URL: http://issues.onehippo.com/browse/HREPTWO-3444 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 6 hours > Remaining Estimate: 6 hours > > Due to large performance hit of observation of everything. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:14:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:24:50 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22386122.239551259766855841.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76269#action_76269 ] Berry van Halderen commented on HREPTWO-3472: --------------------------------------------- Solution breaks facet select inheritance or its unit test. > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.09.05, r2.10.00 > > Time Spent: 3 hours, 30 minutes > Remaining Estimate: 0 minutes > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:22:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 2 16:32:51 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3474) Xinha does not initialize In-Reply-To: <27384193.211481259315596135.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28878964.239591259767336011.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3474: ------------------------------------ Fix Version/s: r2.11.00 (was: r2.10.00) > Xinha does not initialize > ------------------------- > > Key: HREPTWO-3474 > URL: http://issues.onehippo.com/browse/HREPTWO-3474 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Stephan Westen > Priority: Top > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg, screenshot-2.jpg > > > Create a document (based on template Event / 'Gebeurtenis') > Introduction field too small > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From schans at onehippo.com Wed Dec 2 16:41:42 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 16:41:39 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Repository_engine_=23924?= Message-ID: <17269680.1011259768502380.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 16:41:42 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 16:41:40 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_back_to_stable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Builtin_addon_tests_=23924?= In-Reply-To: <17408592.971259758692602.JavaMail.hudson@hudson.onehippo.org> References: <17408592.971259758692602.JavaMail.hudson@hudson.onehippo.org> Message-ID: <11857978.1001259768502113.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 16:41:44 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 16:41:43 2009 Subject: [HippoRepos-dev] Hudson build is still unstable: Hippo ECM Trunk #924 In-Reply-To: <16663422.991259758694178.JavaMail.hudson@hudson.onehippo.org> References: <16663422.991259758694178.JavaMail.hudson@hudson.onehippo.org> Message-ID: <12431523.1021259768504332.JavaMail.hudson@hudson.onehippo.org> See From helpdesk at onehippo.com Wed Dec 2 16:34:16 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:44:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3221) Test: upgrade existing project In-Reply-To: <4997627.11681255426153459.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26399756.239911259768056001.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3221. ----------------------------------------- Resolution: Outdated, kept for reference > Test: upgrade existing project > ------------------------------- > > Key: HREPTWO-3221 > URL: http://issues.onehippo.com/browse/HREPTWO-3221 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Stephan Westen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 4 days > Remaining Estimate: 4 days > > - upgrade project automatically > - verify the CMS > - verify the site > - verify the hst config editor > - verify the plugins > - verify if versioning information is valid for existing (upgraded) documents -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:36:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:46:50 2009 Subject: [HippoRepos-dev] [JIRA] Deleted: (HREPTWO-3447) Diverse performance improvements in updater engine implementation Message-ID: <5172757.239921259768175911.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen deleted HREPTWO-3447: ---------------------------------------- > Diverse performance improvements in updater engine implementation > ----------------------------------------------------------------- > > Key: HREPTWO-3447 > URL: http://issues.onehippo.com/browse/HREPTWO-3447 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Original Estimate: 1 hour, 30 minutes > Remaining Estimate: 1 hour, 30 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:36:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:46:52 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3446) Check whether multi phase is compatible with upgrading In-Reply-To: <31923307.189391259057115760.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28781834.239931259768175963.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3446. ----------------------------------------- Resolution: Incomplete > Check whether multi phase is compatible with upgrading > ------------------------------------------------------ > > Key: HREPTWO-3446 > URL: http://issues.onehippo.com/browse/HREPTWO-3446 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:38:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:48:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3437) upgrading performance improvements In-Reply-To: <10703024.187351259051535702.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32832664.239951259768295777.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3437. ----------------------------------------- Resolution: Fixed all sub issues known are resolved. > upgrading performance improvements > ---------------------------------- > > Key: HREPTWO-3437 > URL: http://issues.onehippo.com/browse/HREPTWO-3437 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:38:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:48:51 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3445) Multi phase transition of update-all-content In-Reply-To: <17360119.189381259057115711.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19138169.239941259768295719.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3445. ----------------------------------------- Resolution: Fixed Multi phase is functional, but the check whether it works for folder based transitions is incomplete. > Multi phase transition of update-all-content > -------------------------------------------- > > Key: HREPTWO-3445 > URL: http://issues.onehippo.com/browse/HREPTWO-3445 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 16:38:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 16:48:53 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3366) Automatic upgrade from 2.09 to 2.10 In-Reply-To: <30941399.113791257926175787.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <30799032.239971259768295823.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3366. ----------------------------------------- Resolution: Fixed > Automatic upgrade from 2.09 to 2.10 > ----------------------------------- > > Key: HREPTWO-3366 > URL: http://issues.onehippo.com/browse/HREPTWO-3366 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Stephan Westen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > > Automatic upgrade from 2.09 to 2.10 is probably needed because of improved 'required' validation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 17:15:14 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 17:15:14 2009 Subject: [HippoRepos-dev] [20987] hippo-ecm: HREPTWO-3472: fixed unit test at the expense of facet select links directly pointing to handles ; these may then still have a hippo:request directly as first node ( which is a corner case anyway). Message-ID: <20091202161516.2E95BC96D@svnnew.onehippo.org> Revision: 20987 Author: bvanhalderen Date: 2009-12-02 17:15:10 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3472: fixed unit test at the expense of facet select links directly pointing to handles; these may then still have a hippo:request directly as first node (which is a corner case anyway). Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/decorating/MirrorCombiFacetSelectTest.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-02 15:45:09 UTC (rev 20986) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-02 16:15:10 UTC (rev 20987) @@ -197,11 +197,11 @@ assertEquals("doc",traverse(session, "/test/test3/doc").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/testc").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test4/doc").getNodes().nextNode().getName()); - assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); + //assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test5/doc").getNodes().nextNode().getName()); - assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); + //assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test6/doc").getNodes().nextNode().getName()); - assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); + //assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); } @Test Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/decorating/MirrorCombiFacetSelectTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/decorating/MirrorCombiFacetSelectTest.java 2009-12-02 15:45:09 UTC (rev 20986) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/decorating/MirrorCombiFacetSelectTest.java 2009-12-02 16:15:10 UTC (rev 20987) @@ -164,9 +164,4 @@ assertTrue(session.getRootNode().getNode("test/facetselectnofilter/war-of-the-worlds/subtypemirror/brave-new-world").getNodes().getSize() == 2); } - - - public void testSubTypeMirrorInheritFilterFromFacetSelect() throws Exception { - } - } Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-02 15:45:09 UTC (rev 20986) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-02 16:15:10 UTC (rev 20987) @@ -163,9 +163,9 @@ } } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); - if (isHandle) { + /*if (isHandle) { Arrays.sort(childrenArray); - } + }*/ for (int i = 0; i < childrenArray.length && (i == 0 || !(singledView && isHandle)); i++) { state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); } From helpdesk at onehippo.com Wed Dec 2 17:06:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 17:16:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9920058.240451259769975786.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3472. ----------------------------------------- Resolution: Fixed fixed unit test at the expense of facet select links directly pointing to handles; these may then still have a hippo:request directly as first node (which is a corner case anyway). > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.09.05, r2.10.00 > > Time Spent: 3 hours, 30 minutes > Remaining Estimate: 0 minutes > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 17:27:15 2009 From: svn-logs at hippocms.org (bvdschans) Date: Wed Dec 2 17:27:13 2009 Subject: [HippoRepos-dev] [20989] hippo-ecm: HREPTWO-3487: Update button translations Message-ID: <20091202162715.7C78DC96E@svnnew.onehippo.org> Revision: 20989 Author: bvdschans Date: 2009-12-02 17:27:14 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3487: Update button translations Modified Paths: -------------- hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView.properties hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView_nl.properties Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView.properties =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView.properties 2009-12-02 16:27:12 UTC (rev 20988) +++ hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView.properties 2009-12-02 16:27:14 UTC (rev 20989) @@ -2,9 +2,9 @@ doclisting-state: State all: all none: none -open: Open documents in background +open: Open selected documents in background select: Select message: This document is referred to by ${size} documents: message-many: This document is referred to by ${numResults} documents, ${limit} are shown: message-single: This document is referred to by 1 document: -message-empty: This document is not being referred to by other documents. \ No newline at end of file +message-empty: This document is not being referred to by other documents. Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView_nl.properties =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView_nl.properties 2009-12-02 16:27:12 UTC (rev 20988) +++ hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/dialogs/ReferringDocumentsView_nl.properties 2009-12-02 16:27:14 UTC (rev 20989) @@ -2,9 +2,9 @@ doclisting-state: Toestand all: allen none: geen -open: Open documenten in achtergrond +open: Open geselecteerde documenten in achtergrond select: Selecteer message: Er zijn ${size} documenten die verwijzen naar dit document: message-many: This document is referred to by ${numResults} documents, ${limit} are shown: message-single: Er is een document dat verwijst naar dit document: -message-empty: Naar dit document wordt niet verwezen. \ No newline at end of file +message-empty: Naar dit document wordt niet verwezen. From helpdesk at onehippo.com Wed Dec 2 17:18:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 2 17:28:51 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3487) Improve caption btn In-Reply-To: <465561.226811259662756088.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8171354.240501259770695833.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3487. ------------------------------------------ Fix Version/s: r2.10.00 (was: r2.11.00) Resolution: Fixed > Improve caption btn > ------------------- > > Key: HREPTWO-3487 > URL: http://issues.onehippo.com/browse/HREPTWO-3487 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.10.00 > > Attachments: screenshot-1.jpg > > Original Estimate: 1 hour > Remaining Estimate: 1 hour > > The caption is misleading, it does not mention that you need to check the document(s) first to open them. > (I thought there was a bug because nothing happened at all) > The caption should be "Open selected documents in background" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 17:38:42 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 2 17:38:39 2009 Subject: [HippoRepos-dev] [20991] hippo-ecm/trunk: HREPTWO-3112: Use observations to update the UI when the state summary changes Message-ID: <20091202163842.2AA67C96D@svnnew.onehippo.org> Revision: 20991 Author: fvlankvelt Date: 2009-12-02 17:38:41 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3112: Use observations to update the UI when the state summary changes The problem was that when done editing with no unpublished present, the handle is not modified; only a property is changed on the documents. Modified Paths: -------------- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeIconAttributeModifier.java hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/MimeTypeAttributeModifier.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListCell.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListColumn.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/TableDefinition.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/datatable/ListDataTable.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/CssClassAppender.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributeModifier.java hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributes.java hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/WorkflowsPlugin.java Added Paths: ----------- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/Observable.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/ObservablePropertyModel.java Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeIconAttributeModifier.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeIconAttributeModifier.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/list/resolvers/TemplateTypeIconAttributeModifier.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -23,8 +23,11 @@ import org.apache.wicket.AttributeModifier; import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.Model; -import org.apache.wicket.model.PropertyModel; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObservationContext; +import org.hippoecm.frontend.model.event.Observable; +import org.hippoecm.frontend.model.event.ObservablePropertyModel; import org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier; import org.hippoecm.frontend.plugins.standards.list.resolvers.CssClassAppender; import org.hippoecm.repository.api.HippoNodeType; @@ -39,15 +42,17 @@ static final Logger log = LoggerFactory.getLogger(TemplateTypeIconAttributeModifier.class); - private static class StateIconAttributes implements IDetachable { + private static class StateIconAttributes implements IDetachable, IObservable { private static final long serialVersionUID = 1L; private JcrNodeModel nodeModel; + private Observable observable; private transient String cssClass; private transient boolean loaded = false; StateIconAttributes(JcrNodeModel nodeModel) { this.nodeModel = nodeModel; + this.observable = new Observable(nodeModel); } @SuppressWarnings("unused") @@ -60,11 +65,13 @@ loaded = false; cssClass = null; nodeModel.detach(); + observable.detach(); } void load() { if (!loaded) { cssClass = "document-16"; + observable.setTarget(null); try { Node node = nodeModel.getNode(); if (node != null && node.isNodeType(HippoNodeType.NT_TEMPLATETYPE)) { @@ -73,6 +80,7 @@ String currentUri = nsReg.getURI(prefix); Node ntHandle = node.getNode(HippoNodeType.HIPPOSYSEDIT_NODETYPE); + observable.setTarget(new JcrNodeModel(ntHandle)); NodeIterator variants = ntHandle.getNodes(HippoNodeType.HIPPOSYSEDIT_NODETYPE); Node current = null; @@ -103,6 +111,18 @@ loaded = true; } } + + public void setObservationContext(IObservationContext context) { + observable.setObservationContext(context); + } + + public void startObservation() { + observable.startObservation(); + } + + public void stopObservation() { + observable.stopObservation(); + } } @Override @@ -114,7 +134,7 @@ public AttributeModifier[] getCellAttributeModifiers(Node node) { StateIconAttributes attrs = new StateIconAttributes(new JcrNodeModel(node)); AttributeModifier[] attributes = new AttributeModifier[1]; - attributes[0] = new CssClassAppender(new PropertyModel(attrs, "cssClass")); + attributes[0] = new CssClassAppender(new ObservablePropertyModel(attrs, "cssClass")); return attributes; } } Modified: hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/MimeTypeAttributeModifier.java =================================================================== --- hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/MimeTypeAttributeModifier.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/gallery/frontend/src/main/java/org/hippoecm/frontend/plugins/gallery/MimeTypeAttributeModifier.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -25,6 +25,9 @@ import org.apache.wicket.model.LoadableDetachableModel; import org.apache.wicket.model.Model; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObservationContext; +import org.hippoecm.frontend.model.event.Observable; import org.hippoecm.frontend.plugins.standards.list.resolvers.AbstractNodeAttributeModifier; import org.hippoecm.frontend.plugins.standards.list.resolvers.CssClassAppender; import org.hippoecm.repository.api.HippoNodeType; @@ -34,23 +37,28 @@ private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; - static class MimeTypeAttributeModel extends LoadableDetachableModel { + static class MimeTypeAttributeModel extends LoadableDetachableModel implements IObservable { private static final long serialVersionUID = 1L; private JcrNodeModel nodeModel; + private Observable observable; public MimeTypeAttributeModel(JcrNodeModel model) { this.nodeModel = model; + observable = new Observable(model); } @Override public void detach() { super.detach(); nodeModel.detach(); + observable.detach(); } - + + @Override protected Object load() { Node node = nodeModel.getNode(); + observable.setTarget(null); if (node != null) { try { String cssClass; @@ -59,7 +67,8 @@ try { Item primItem = imageSet.getPrimaryItem(); if (primItem.isNode() && ((Node) primItem).isNodeType(HippoNodeType.NT_RESOURCE)) { - if(((Node)primItem).hasProperty("jcr:mimeType")) { + observable.setTarget(new JcrNodeModel((Node) primItem)); + if (((Node) primItem).hasProperty("jcr:mimeType")) { Gallery.log.warn("Unset mime type of document"); return null; } @@ -94,6 +103,18 @@ } return null; } + + public void setObservationContext(IObservationContext context) { + observable.setObservationContext(context); + } + + public void startObservation() { + observable.startObservation(); + } + + public void stopObservation() { + observable.stopObservation(); + } } @Override Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListCell.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListCell.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListCell.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -15,12 +15,20 @@ */ package org.hippoecm.frontend.plugins.standards.list; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; + import org.apache.wicket.AttributeModifier; import org.apache.wicket.ajax.AjaxEventBehavior; import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.markup.html.panel.Panel; import org.apache.wicket.model.IModel; import org.apache.wicket.util.string.AppendingStringBuffer; +import org.hippoecm.frontend.model.event.IEvent; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObserver; +import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugins.standards.list.datatable.ListDataTable; import org.hippoecm.frontend.plugins.standards.list.resolvers.IListAttributeModifier; import org.hippoecm.frontend.plugins.standards.list.resolvers.IListCellRenderer; @@ -34,9 +42,18 @@ private static final long serialVersionUID = 1L; static final Logger log = LoggerFactory.getLogger(ListCell.class); - public ListCell(String id, final IModel model, IListCellRenderer renderer, IListAttributeModifier attributeModifier) { + private List observers; + private IPluginContext context; + + public ListCell(String id, final IModel model, IListCellRenderer renderer, + IListAttributeModifier attributeModifier, IPluginContext context) { super(id, model); + this.context = context; + this.observers = new LinkedList(); + + setOutputMarkupId(true); + add(new AjaxEventBehavior("onclick") { private static final long serialVersionUID = 1L; @@ -60,10 +77,37 @@ if (attributeModifier != null) { AttributeModifier[] cellModifiers = attributeModifier.getCellAttributeModifiers(model); if (cellModifiers != null) { - for (AttributeModifier cellModifier : cellModifiers) { + for (final AttributeModifier cellModifier : cellModifiers) { add(cellModifier); + if (cellModifier instanceof IObservable) { + IObserver observer = new IObserver() { + + public IObservable getObservable() { + return (IObservable) cellModifier; + } + + public void onEvent(Iterator> events) { + AjaxRequestTarget target = AjaxRequestTarget.get(); + if (target != null) { + target.addComponent(ListCell.this); + } + } + + }; + context.registerService(observer, IObserver.class.getName()); + observers.add(observer); + } } } } } + + @Override + protected void onRemove() { + for (IObserver observer : observers) { + context.unregisterService(observer, IObserver.class.getName()); + } + observers.clear(); + super.onRemove(); + } } Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListColumn.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListColumn.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/ListColumn.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -16,12 +16,21 @@ package org.hippoecm.frontend.plugins.standards.list; import java.util.Comparator; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; import org.apache.wicket.AttributeModifier; +import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator; import org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn; import org.apache.wicket.markup.repeater.Item; +import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.model.event.IEvent; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObserver; +import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugins.standards.list.datatable.ListDataTable; import org.hippoecm.frontend.plugins.standards.list.resolvers.IListAttributeModifier; import org.hippoecm.frontend.plugins.standards.list.resolvers.IListCellRenderer; @@ -42,6 +51,8 @@ private Comparator comparator; private IListCellRenderer renderer; private IListAttributeModifier attributeModifier; + private IPluginContext context; + private List observers; public ListColumn(IModel displayModel, String sortProperty) { super(displayModel, sortProperty); @@ -71,15 +82,62 @@ return attributeModifier; } + void init(IPluginContext context) { + this.context = context; + this.observers = new LinkedList(); + } + + void destroy() { + if (context != null) { + for (IObserver observer : observers) { + context.unregisterService(observer, IObserver.class.getName()); + } + observers.clear(); + context = null; + } + } + + @Override + public void detach() { + if (observers != null) { + for (IObserver observer : observers) { + IObservable observable = observer.getObservable(); + if (observable instanceof IDetachable) { + ((IDetachable) observable).detach(); + } + } + } + super.detach(); + } + public void populateItem(Item> item, String componentId, IModel model) { + final ListCell cell = new ListCell(componentId, model, renderer, attributeModifier, context); if (attributeModifier != null) { AttributeModifier[] columnModifiers = attributeModifier.getColumnAttributeModifiers(model); if (columnModifiers != null) { - for(AttributeModifier columnModifier : columnModifiers) { + for (final AttributeModifier columnModifier : columnModifiers) { item.add(columnModifier); + if (columnModifier instanceof IObservable && context != null) { + IObserver observer = new IObserver() { + + public IObservable getObservable() { + return (IObservable) columnModifier; + } + + public void onEvent(Iterator> events) { + AjaxRequestTarget target = AjaxRequestTarget.get(); + if (target != null) { + target.addComponent(cell); + } + } + + }; + context.registerService(observer, IObserver.class.getName()); + observers.add(observer); + } } } } - item.add(new ListCell(componentId, model, renderer, attributeModifier)); + item.add(cell); } } Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/TableDefinition.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/TableDefinition.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/TableDefinition.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -22,6 +22,7 @@ import java.util.Map; import org.apache.wicket.IClusterable; +import org.hippoecm.frontend.plugin.IPluginContext; public class TableDefinition implements IClusterable { @SuppressWarnings("unused") @@ -39,13 +40,25 @@ public TableDefinition(List> columnList, boolean showColumnHeaders) { columns = new ArrayList>(); comparators = new HashMap>(); - for (ListColumn column: columnList) { + for (ListColumn column : columnList) { columns.add(column); comparators.put(column.getSortProperty(), column.getComparator()); } this.showColumnHeaders = showColumnHeaders; } + public void init(IPluginContext context) { + for (ListColumn column : columns) { + column.init(context); + } + } + + public void destroy() { + for (ListColumn column : columns) { + column.destroy(); + } + } + public Map> getComparators() { return comparators; } Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/datatable/ListDataTable.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/datatable/ListDataTable.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/datatable/ListDataTable.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -36,11 +36,13 @@ import org.apache.wicket.markup.repeater.data.IDataProvider; import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; +import org.apache.wicket.model.LoadableDetachableModel; import org.hippoecm.frontend.PluginRequestTarget; import org.hippoecm.frontend.model.event.IEvent; import org.hippoecm.frontend.model.event.IObservable; import org.hippoecm.frontend.model.event.IObserver; import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugins.standards.list.ListColumn; import org.hippoecm.frontend.plugins.standards.list.TableDefinition; import org.hippoecm.frontend.widgets.ManagedReuseStrategy; @@ -57,6 +59,7 @@ private IPluginContext context; private Map, IObserver> observers; private Set> dirty; + private TableDefinition definition; private TableSelectionListener selectionListener; private final IDataProvider provider; @@ -68,9 +71,11 @@ public ListDataTable(String id, TableDefinition tableDefinition, ISortableDataProvider dataProvider, TableSelectionListener selectionListener, final boolean triState, IPagingDefinition pagingDefinition) { super(id, tableDefinition.getColumns(), dataProvider, pagingDefinition.getPageSize()); + setOutputMarkupId(true); setVersioned(false); + this.definition = tableDefinition; this.provider = dataProvider; this.selectionListener = selectionListener; @@ -96,7 +101,7 @@ } }); } - + @Override public MarkupContainer setDefaultModel(IModel model) { if(observers != null) { @@ -131,6 +136,7 @@ this.context = context; this.dirty = new HashSet>(); this.observers = new HashMap, IObserver>(); + definition.init(context); } public void destroy() { @@ -139,6 +145,7 @@ context.unregisterService(observer, IObserver.class.getName()); } } + definition.destroy(); observers = null; context = null; dirty = null; @@ -187,10 +194,11 @@ final OddEvenItem item = new OddEvenItem(id, index, model); item.setOutputMarkupId(true); - item.add(new AttributeAppender("class", new IModel() { + item.add(new AttributeAppender("class", new LoadableDetachableModel() { private static final long serialVersionUID = 1L; - public Object getObject() { + @Override + protected String load() { IModel selected = ListDataTable.this.getDefaultModel(); if (selected != null && selected.equals(model)) { return "hippo-list-selected"; @@ -198,13 +206,6 @@ return null; } } - - public void setObject(Object object) { - throw new UnsupportedOperationException(); - } - - public void detach() { - } }, " ")); item.add(new AjaxEventBehavior("onclick") { Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/CssClassAppender.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/CssClassAppender.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/CssClassAppender.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -15,15 +15,27 @@ */ package org.hippoecm.frontend.plugins.standards.list.resolvers; +import java.util.Iterator; + import org.apache.wicket.AttributeModifier; +import org.apache.wicket.Component; +import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.model.event.IEvent; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObservationContext; +import org.hippoecm.frontend.model.event.IObserver; -public class CssClassAppender extends AttributeModifier { +public class CssClassAppender extends AttributeModifier implements IObservable { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private static final long serialVersionUID = 1L; + private Component component; + private IObservationContext obContext; + private IObserver observer; + public CssClassAppender(IModel model) { super("class", true, model); } @@ -38,4 +50,40 @@ return currentValue; return currentValue + " " + replacementValue; } + + @Override + public void bind(Component hostComponent) { + component = hostComponent; + } + + public void setObservationContext(IObservationContext context) { + this.obContext = context; + } + + public void startObservation() { + if ((getReplaceModel() instanceof IObservable) && component.getOutputMarkupId()) { + final IObservable observable = (IObservable) getReplaceModel(); + obContext.registerObserver(observer = new IObserver() { + + public IObservable getObservable() { + return observable; + } + + public void onEvent(Iterator> events) { + AjaxRequestTarget target = AjaxRequestTarget.get(); + if (target != null) { + target.addComponent(component); + } + } + + }); + } + } + + public void stopObservation() { + if (observer != null) { + obContext.unregisterObserver(observer); + observer = null; + } + } } Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributeModifier.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributeModifier.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributeModifier.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -20,8 +20,8 @@ import org.apache.wicket.AttributeModifier; import org.apache.wicket.behavior.AttributeAppender; import org.apache.wicket.model.Model; -import org.apache.wicket.model.PropertyModel; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.event.ObservablePropertyModel; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -45,8 +45,8 @@ public AttributeModifier[] getCellAttributeModifiers(Node node) { StateIconAttributes attrs = new StateIconAttributes(new JcrNodeModel(node)); AttributeModifier[] attributes = new AttributeModifier[2]; - attributes[0] = new CssClassAppender(new PropertyModel(attrs, "cssClass")); - attributes[1] = new AttributeAppender("title", new PropertyModel(attrs, "summary"), " "); + attributes[0] = new CssClassAppender(new ObservablePropertyModel(attrs, "cssClass")); + attributes[1] = new AttributeAppender("title", new ObservablePropertyModel(attrs, "summary"), " "); return attributes; } } Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributes.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributes.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/StateIconAttributes.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -24,6 +24,9 @@ import org.apache.wicket.model.IModel; import org.hippoecm.frontend.i18n.types.TypeTranslator; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.event.IObservable; +import org.hippoecm.frontend.model.event.IObservationContext; +import org.hippoecm.frontend.model.event.Observable; import org.hippoecm.frontend.model.nodetypes.JcrNodeTypeModel; import org.hippoecm.frontend.model.properties.JcrPropertyModel; import org.hippoecm.frontend.model.properties.JcrPropertyValueModel; @@ -37,7 +40,7 @@ * should be used to represent the state. Can be used with handles, documents and (document) * versions. */ -public class StateIconAttributes implements IDetachable { +public class StateIconAttributes implements IObservable, IDetachable { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -46,12 +49,14 @@ static final Logger log = LoggerFactory.getLogger(StateIconAttributes.class); private JcrNodeModel nodeModel; + private Observable observable; private transient String cssClass; private transient String summary; private transient boolean loaded = false; public StateIconAttributes(JcrNodeModel nodeModel) { this.nodeModel = nodeModel; + observable = new Observable(nodeModel); } public String getSummary() { @@ -69,10 +74,12 @@ summary = null; cssClass = null; nodeModel.detach(); + observable.detach(); } void load() { if (!loaded) { + observable.setTarget(null); try { Node node = nodeModel.getNode(); if (node != null) { @@ -104,6 +111,8 @@ summary = (String) new TypeTranslator(new JcrNodeTypeModel( HippoStdNodeType.NT_PUBLISHABLESUMMARY)).getValueName( HippoStdNodeType.HIPPOSTD_STATESUMMARY, stateModel).getObject(); + JcrNodeModel model = new JcrNodeModel(document); + observable.setTarget(model); } } } @@ -113,4 +122,17 @@ loaded = true; } } + + public void setObservationContext(IObservationContext context) { + observable.setObservationContext(context); + } + + public void startObservation() { + observable.startObservation(); + } + + public void stopObservation() { + observable.stopObservation(); + } + } Modified: hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java =================================================================== --- hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/AbstractWorkflowPlugin.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -16,6 +16,8 @@ package org.hippoecm.addon.workflow; import java.lang.reflect.InvocationTargetException; +import java.util.ArrayList; +import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Set; @@ -30,6 +32,8 @@ import org.apache.wicket.markup.repeater.data.ListDataProvider; import org.hippoecm.frontend.FrontendNodeType; import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.model.event.IEvent; +import org.hippoecm.frontend.model.event.IObserver; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.IServiceReference; import org.hippoecm.frontend.plugin.config.IPluginConfig; @@ -52,6 +56,7 @@ public static final String CATEGORIES = "workflow.categories"; + private List> observers; private PluginController plugins; private String[] categories; protected AbstractView view; @@ -71,15 +76,27 @@ categories = new String[] {}; log.warn("No categories ({}) defined", CATEGORIES); } - // It should not occur, but the lifecycle model currently can return null here. To avoid NPEs we - // will disable the normal operability of the plugin at this time. IServiceReference serviceReference = context.getReference(this); plugins = new PluginController(context, config, serviceReference.getServiceId()); + observers = new LinkedList>(); } + @Override + protected void onDetach() { + for (IObserver observer : observers) { + observer.getObservable().detach(); + } + super.onDetach(); + } + MenuHierarchy buildMenu(Set nodeSet) { final MenuHierarchy menu = new MenuHierarchy(); plugins.stopRenderers(); + IPluginContext context = getPluginContext(); + for (IObserver observer : new ArrayList>(observers)) { + context.unregisterService(observer, IObserver.class.getName()); + } + observers.clear(); List list = new LinkedList(); for(Node documentNode : nodeSet) { if (documentNode != null) { @@ -113,6 +130,21 @@ } } if (plugin != null) { + final JcrNodeModel nodeModel = new JcrNodeModel(documentNode); + IObserver observer = new IObserver() { + + public JcrNodeModel getObservable() { + return nodeModel; + } + + public void onEvent(Iterator> events) { + modelChanged(); + } + + }; + observers.add(observer); + context.registerService(observer, IObserver.class.getName()); + plugin.visitChildren(new IVisitor() { public Object component(Component component) { Modified: hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/WorkflowsPlugin.java =================================================================== --- hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/WorkflowsPlugin.java 2009-12-02 16:35:25 UTC (rev 20990) +++ hippo-ecm/trunk/addon/workflow/src/main/java/org/hippoecm/addon/workflow/WorkflowsPlugin.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -26,7 +26,6 @@ import org.hippoecm.frontend.model.IModelReference; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.event.IEvent; -import org.hippoecm.frontend.model.event.IObservable; import org.hippoecm.frontend.model.event.IObserver; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.config.IPluginConfig; Added: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/Observable.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/Observable.java (rev 0) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/Observable.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -0,0 +1,80 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.model.event; + +import java.util.Iterator; + +import org.apache.wicket.model.IDetachable; + +/** + * Implementation of {@link IObservable} that monitors another observable. + * It is intended to be used by clients to delegate the task of observation to. + */ +public class Observable implements IObservable, IDetachable { + + private IObservationContext obContext; + private IObserver observer; + + private IObservable target; + + public Observable(IObservable target) { + this.target = target; + } + + public void setObservationContext(IObservationContext context) { + this.obContext = context; + } + + public IObservable getTarget() { + return target; + } + + public void setTarget(IObservable target) { + stopObservation(); + this.target = target; + startObservation(); + } + + public void startObservation() { + if (target != null && obContext != null) { + obContext.registerObserver(observer = new IObserver() { + + public IObservable getObservable() { + return target; + } + + public void onEvent(Iterator> events) { + obContext.notifyObservers(new EventCollection()); + } + + }); + } + } + + public void stopObservation() { + if (observer != null) { + obContext.unregisterObserver(observer); + observer = null; + } + } + + public void detach() { + if (target instanceof IDetachable) { + ((IDetachable) target).detach(); + } + } + +} Property changes on: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/Observable.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Added: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/ObservablePropertyModel.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/ObservablePropertyModel.java (rev 0) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/ObservablePropertyModel.java 2009-12-02 16:38:41 UTC (rev 20991) @@ -0,0 +1,51 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.model.event; + +import org.apache.wicket.model.PropertyModel; + +/** + * A property model that observes an observable target. + */ +public class ObservablePropertyModel extends PropertyModel implements IObservable { + private static final long serialVersionUID = 1L; + + private Observable observable; + + public ObservablePropertyModel(IObservable target, String expression) { + super(target, expression); + this.observable = new Observable(target); + } + + @Override + public void detach() { + observable.detach(); + super.detach(); + } + + public void setObservationContext(IObservationContext context) { + observable.setObservationContext(context); + } + + public void startObservation() { + observable.startObservation(); + } + + public void stopObservation() { + observable.stopObservation(); + } + +} Property changes on: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/model/event/ObservablePropertyModel.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native From helpdesk at onehippo.com Wed Dec 2 17:28:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 2 17:38:51 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3112) Clicking "Done" button on published document does not show "changed" state on document In-Reply-To: <13058243.214691253883415371.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <7169053.240661259771295884.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3112. ----------------------------------------- Resolution: Fixed > Clicking "Done" button on published document does not show "changed" state on document > -------------------------------------------------------------------------------------- > > Key: HREPTWO-3112 > URL: http://issues.onehippo.com/browse/HREPTWO-3112 > Project: Hippo Repository 2 > Issue Type: Bug > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Frank van Lankvelt > Fix For: r2.10.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > Reproduction path: > - create a new document > - publish it > - edit the document again > - change something > - press "done" > - the state icon of the document is not updated in the 2nd column > If you press "save" , then the state icon is updated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 17:49:07 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 2 17:49:04 2009 Subject: [HippoRepos-dev] [20992] hippo-ecm: HREPTWO-16: don't translate nodes in the console Message-ID: <20091202164907.5500EC96D@svnnew.onehippo.org> Revision: 20992 Author: fvlankvelt Date: 2009-12-02 17:49:06 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-16: don't translate nodes in the console Modified Paths: -------------- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/breadcrumb/BreadcrumbPlugin.java Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/breadcrumb/BreadcrumbPlugin.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/breadcrumb/BreadcrumbPlugin.java 2009-12-02 16:38:41 UTC (rev 20991) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/console/breadcrumb/BreadcrumbPlugin.java 2009-12-02 16:49:06 UTC (rev 20992) @@ -19,20 +19,25 @@ import java.util.LinkedList; import java.util.List; +import javax.jcr.RepositoryException; + import org.apache.wicket.markup.html.basic.Label; import org.apache.wicket.model.IModel; import org.apache.wicket.model.PropertyModel; import org.apache.wicket.util.string.Strings; -import org.hippoecm.frontend.i18n.model.NodeTranslator; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.config.IPluginConfig; import org.hippoecm.frontend.service.render.RenderPlugin; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; public class BreadcrumbPlugin extends RenderPlugin { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; + static final Logger log = LoggerFactory.getLogger(BreadcrumbPlugin.class); + private static final long serialVersionUID = 1L; @SuppressWarnings("unused") @@ -52,7 +57,13 @@ JcrNodeModel nodeModel = (JcrNodeModel) model; List components = new LinkedList(); while (nodeModel != null) { - components.add((String) new NodeTranslator(nodeModel).getNodeName().getObject()); + if (nodeModel.getNode() != null) { + try { + components.add(nodeModel.getNode().getName()); + } catch (RepositoryException e) { + log.error("Error building breadcrumb path", e.getMessage()); + } + } nodeModel = nodeModel.getParentModel(); } Collections.reverse(components); From helpdesk at onehippo.com Wed Dec 2 18:47:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 18:57:50 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3334) Tag 2.10.00 In-Reply-To: <20583088.65101256896156083.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3328331.241191259776035709.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen reopened HREPTWO-3334: ----------------------------------------- Assignee: Berry van Halderen resolved wrong as duplicate > Tag 2.10.00 > ----------- > > Key: HREPTWO-3334 > URL: http://issues.onehippo.com/browse/HREPTWO-3334 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.10.00 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 2 18:49:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 18:59:49 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3310) Tag 2.10.00 In-Reply-To: <12171941.40301256248575697.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20260897.241201259776155698.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3310. ----------------------------------------- Assignee: Berry van Halderen Resolution: Duplicate Resolved wrong issue as duplicate, issue is used in pom. > Tag 2.10.00 > ----------- > > Key: HREPTWO-3310 > URL: http://issues.onehippo.com/browse/HREPTWO-3310 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.10.00 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 2 19:04:57 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 19:04:58 2009 Subject: [HippoRepos-dev] [20993] hippo-ecm/trunk: HREPTWO-3334:prepare release Tag-HREPTWO-v2_10_00 Message-ID: <20091202180457.76021C19E@svnnew.onehippo.org> Revision: 20993 Author: bvanhalderen Date: 2009-12-02 19:04:54 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3334:prepare release Tag-HREPTWO-v2_10_00 Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/common/pom.xml hippo-ecm/trunk/addon/builtin/frontend/pom.xml hippo-ecm/trunk/addon/builtin/pom.xml hippo-ecm/trunk/addon/builtin/repository/pom.xml hippo-ecm/trunk/addon/builtin/test/pom.xml hippo-ecm/trunk/addon/cms/admin/pom.xml hippo-ecm/trunk/addon/cms/browse/pom.xml hippo-ecm/trunk/addon/cms/dashboard/pom.xml hippo-ecm/trunk/addon/cms/edit/pom.xml hippo-ecm/trunk/addon/cms/pom.xml hippo-ecm/trunk/addon/cms/root/pom.xml hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml hippo-ecm/trunk/addon/defaultcontent/pom.xml hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml hippo-ecm/trunk/addon/eavesdrop/pom.xml hippo-ecm/trunk/addon/editor/common/pom.xml hippo-ecm/trunk/addon/editor/frontend/pom.xml hippo-ecm/trunk/addon/editor/pom.xml hippo-ecm/trunk/addon/editor/repository/pom.xml hippo-ecm/trunk/addon/editor/test/pom.xml hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml hippo-ecm/trunk/addon/faceteddate/pom.xml hippo-ecm/trunk/addon/faceteddate/repository/pom.xml hippo-ecm/trunk/addon/gallery/common/pom.xml hippo-ecm/trunk/addon/gallery/frontend/pom.xml hippo-ecm/trunk/addon/gallery/import/pom.xml hippo-ecm/trunk/addon/gallery/pom.xml hippo-ecm/trunk/addon/gallery/repository/pom.xml hippo-ecm/trunk/addon/gotolink/pom.xml hippo-ecm/trunk/addon/ldap/pom.xml hippo-ecm/trunk/addon/ldap/repository/pom.xml hippo-ecm/trunk/addon/pom.xml hippo-ecm/trunk/addon/reporting/frontend/pom.xml hippo-ecm/trunk/addon/reporting/pom.xml hippo-ecm/trunk/addon/reporting/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/common/pom.xml hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml hippo-ecm/trunk/addon/reviewed-action/pom.xml hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/test/pom.xml hippo-ecm/trunk/addon/sample/common/pom.xml hippo-ecm/trunk/addon/sample/frontend/pom.xml hippo-ecm/trunk/addon/sample/pom.xml hippo-ecm/trunk/addon/sample/repository/pom.xml hippo-ecm/trunk/addon/sample/test/pom.xml hippo-ecm/trunk/addon/search/frontend/pom.xml hippo-ecm/trunk/addon/search/pom.xml hippo-ecm/trunk/addon/standards/frontend/pom.xml hippo-ecm/trunk/addon/standards/pom.xml hippo-ecm/trunk/addon/versioning/pom.xml hippo-ecm/trunk/addon/workflow/pom.xml hippo-ecm/trunk/addon/xinha/pom.xml hippo-ecm/trunk/addon/xinha-frontend/pom.xml hippo-ecm/trunk/addon/yui/pom.xml hippo-ecm/trunk/api/pom.xml hippo-ecm/trunk/archetypes/addon/pom.xml hippo-ecm/trunk/archetypes/pom.xml hippo-ecm/trunk/frontend/application/pom.xml hippo-ecm/trunk/frontend/engine/pom.xml hippo-ecm/trunk/frontend/plugins/pom.xml hippo-ecm/trunk/frontend/pom.xml hippo-ecm/trunk/frontend/test/pom.xml hippo-ecm/trunk/package/auth/pom.xml hippo-ecm/trunk/package/config/pom.xml hippo-ecm/trunk/package/ear/pom.xml hippo-ecm/trunk/package/layout/pom.xml hippo-ecm/trunk/package/pom.xml hippo-ecm/trunk/package/skin/pom.xml hippo-ecm/trunk/package/test/pom.xml hippo-ecm/trunk/package/war/pom.xml hippo-ecm/trunk/pom.xml hippo-ecm/trunk/quickstart/bin/pom.xml hippo-ecm/trunk/quickstart/ear/pom.xml hippo-ecm/trunk/quickstart/pom.xml hippo-ecm/trunk/quickstart/war/pom.xml hippo-ecm/trunk/repository/application/pom.xml hippo-ecm/trunk/repository/connector/pom.xml hippo-ecm/trunk/repository/engine/pom.xml hippo-ecm/trunk/repository/jca/pom.xml hippo-ecm/trunk/repository/modules/pom.xml hippo-ecm/trunk/repository/pom.xml hippo-ecm/trunk/repository/test/pom.xml hippo-ecm/trunk/repository/upgrade/pom.xml hippo-ecm/trunk/repository/utilities/pom.xml hippo-ecm/trunk/tools/content-importer/pom.xml hippo-ecm/trunk/tools/development-content/pom.xml hippo-ecm/trunk/tools/documentation/pom.xml hippo-ecm/trunk/tools/dropbox/pom.xml hippo-ecm/trunk/tools/eclipse/pom.xml hippo-ecm/trunk/tools/migration/pom.xml hippo-ecm/trunk/tools/pom.xml hippo-ecm/trunk/tools/projectexport/pom.xml hippo-ecm/trunk/tools/testutils/pom.xml Modified: hippo-ecm/trunk/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00-SNAPSHOT + 2.10.00 Builtin common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00-SNAPSHOT + 2.10.00 Builtin frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend @@ -42,34 +42,34 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/builtin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Builtin addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin Modified: hippo-ecm/trunk/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00-SNAPSHOT + 2.10.00 Builtin repository addon @@ -28,22 +28,22 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00-SNAPSHOT + 2.10.00 Builtin addon tests @@ -28,33 +28,33 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test @@ -66,13 +66,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00-SNAPSHOT + 2.10.00 CMS admin addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -59,13 +59,13 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00-SNAPSHOT + 2.10.00 CMS browse addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00-SNAPSHOT + 2.10.00 CMS dashboard addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -59,31 +59,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00-SNAPSHOT + 2.10.00 CMS edit addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -54,31 +54,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/cms/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 CMS addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms Modified: hippo-ecm/trunk/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00-SNAPSHOT + 2.10.00 CMS root addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root @@ -46,18 +46,18 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00-SNAPSHOT + 2.10.00 Defaultcontent frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend Modified: hippo-ecm/trunk/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Default content addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample Modified: hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00-SNAPSHOT + 2.10.00 Defaultcontent repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository Modified: hippo-ecm/trunk/addon/eavesdrop/pom.xml =================================================================== --- hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Eavesdrop @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-plugins - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 javax.servlet @@ -57,12 +57,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/editor/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM editor common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -49,7 +49,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/editor/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM editor frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend @@ -48,35 +48,35 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/editor/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/editor/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Editor addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor Modified: hippo-ecm/trunk/addon/editor/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM editor repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository @@ -42,22 +42,22 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-utilities - 2.10.00-SNAPSHOT + 2.10.00 javax.jdo Modified: hippo-ecm/trunk/addon/editor/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM editor test addon @@ -28,62 +28,62 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00-SNAPSHOT + 2.10.00 Faceted date frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend @@ -42,24 +42,24 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/faceteddate/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Faceted date addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate Modified: hippo-ecm/trunk/addon/faceteddate/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00-SNAPSHOT + 2.10.00 Faceted date repository addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -61,19 +61,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00-SNAPSHOT + 2.10.00 Gallery common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00-SNAPSHOT + 2.10.00 Gallery frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend @@ -42,39 +42,39 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00-SNAPSHOT + 2.10.00 Gallery import addon @@ -28,28 +28,28 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-tools-content-importer - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/addon/gallery/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Gallery Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery Modified: hippo-ecm/trunk/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00-SNAPSHOT + 2.10.00 Gallery Addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 javax.jcr Modified: hippo-ecm/trunk/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Goto frontend addon @@ -27,16 +27,16 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/ldap/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Ldap Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap Modified: hippo-ecm/trunk/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.10.00-SNAPSHOT + 2.10.00 Ldap Addon Repository @@ -31,13 +31,13 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -49,9 +49,9 @@ - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository Modified: hippo-ecm/trunk/addon/pom.xml =================================================================== --- hippo-ecm/trunk/addon/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Addons @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon Modified: hippo-ecm/trunk/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00-SNAPSHOT + 2.10.00 Reporting frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/reporting/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Reporting addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting Modified: hippo-ecm/trunk/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00-SNAPSHOT + 2.10.00 Reporting repository addon @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository Modified: hippo-ecm/trunk/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00-SNAPSHOT + 2.10.00 Reviewed action common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00-SNAPSHOT + 2.10.00 Reviewed action frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend @@ -42,44 +42,44 @@ org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Reviewed action addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action Modified: hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00-SNAPSHOT + 2.10.00 Reviewed action repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00-SNAPSHOT + 2.10.00 Reviewed action addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test @@ -39,49 +39,49 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 test @@ -92,7 +92,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00-SNAPSHOT + 2.10.00 Sample common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 javax.jdo Modified: hippo-ecm/trunk/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00-SNAPSHOT + 2.10.00 Sample frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-sample-common - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/sample/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/sample/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Sample addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample Modified: hippo-ecm/trunk/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00-SNAPSHOT + 2.10.00 Sample repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository @@ -43,12 +43,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-sample-common - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00-SNAPSHOT + 2.10.00 Sample addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test @@ -38,31 +38,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-sample-common - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-sample-frontend - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-sample-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.10.00-SNAPSHOT + 2.10.00 Search frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend @@ -42,19 +42,19 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/addon/search/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/search/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Search Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search Modified: hippo-ecm/trunk/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.10.00-SNAPSHOT + 2.10.00 Standards frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided @@ -62,13 +62,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/standards/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/standards/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Standards addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards Modified: hippo-ecm/trunk/addon/versioning/pom.xml =================================================================== --- hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Versioning frontend addon @@ -27,9 +27,9 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning @@ -41,30 +41,30 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/addon/workflow/pom.xml =================================================================== --- hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Workflow @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 jar provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 jar provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/addon/xinha/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Xinha addon @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha Modified: hippo-ecm/trunk/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 Xinha addon frontend plugin @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend @@ -47,13 +47,13 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 hippo @@ -69,20 +69,20 @@ org.hippoecm hippo-ecm-addon-yui - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/addon/yui/pom.xml =================================================================== --- hippo-ecm/trunk/addon/yui/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/addon/yui/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00-SNAPSHOT + 2.10.00 YUI frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/api/pom.xml =================================================================== --- hippo-ecm/trunk/api/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/api/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 API @@ -27,9 +27,9 @@ hippo-ecm-api - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api Modified: hippo-ecm/trunk/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.10.00-SNAPSHOT + 2.10.00 Addon archetype @@ -28,9 +28,9 @@ maven-archetype - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon Modified: hippo-ecm/trunk/archetypes/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/archetypes/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Archetypes @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes Modified: hippo-ecm/trunk/frontend/application/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/application/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/frontend/application/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00-SNAPSHOT + 2.10.00 Minimal frontend app @@ -28,21 +28,21 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-plugins - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/frontend/engine/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00-SNAPSHOT + 2.10.00 Frontend engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.apache.wicket Modified: hippo-ecm/trunk/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00-SNAPSHOT + 2.10.00 Frontend plugins @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-tools-projectexport - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/frontend/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Frontend @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend Modified: hippo-ecm/trunk/frontend/test/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/frontend/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00-SNAPSHOT + 2.10.00 Frontend engine test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test @@ -39,19 +39,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/package/auth/pom.xml =================================================================== --- hippo-ecm/trunk/package/auth/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/auth/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM authorisation configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth Modified: hippo-ecm/trunk/package/config/pom.xml =================================================================== --- hippo-ecm/trunk/package/config/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/config/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM package configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config Modified: hippo-ecm/trunk/package/ear/pom.xml =================================================================== --- hippo-ecm/trunk/package/ear/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/ear/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM EAR package @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00-SNAPSHOT + 2.10.00 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00-SNAPSHOT + 2.10.00 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-frontend-application - 2.10.00-SNAPSHOT + 2.10.00 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/package/layout/pom.xml =================================================================== --- hippo-ecm/trunk/package/layout/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/layout/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM CMS layout @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout Modified: hippo-ecm/trunk/package/pom.xml =================================================================== --- hippo-ecm/trunk/package/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM package @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package - https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package + https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package Modified: hippo-ecm/trunk/package/skin/pom.xml =================================================================== --- hippo-ecm/trunk/package/skin/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/skin/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM package skin @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin Modified: hippo-ecm/trunk/package/test/pom.xml =================================================================== --- hippo-ecm/trunk/package/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM package test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test @@ -48,34 +48,34 @@ org.hippoecm hippo-ecm-package-war - 2.10.00-SNAPSHOT + 2.10.00 war test org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-package-ear - 2.10.00-SNAPSHOT + 2.10.00 ear test org.hippoecm hippo-ecm-quickstart-ear - 2.10.00-SNAPSHOT + 2.10.00 ear test org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 jar test Modified: hippo-ecm/trunk/package/war/pom.xml =================================================================== --- hippo-ecm/trunk/package/war/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/package/war/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM WAR package @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00-SNAPSHOT + 2.10.00 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00-SNAPSHOT + 2.10.00 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-frontend-application - 2.10.00-SNAPSHOT + 2.10.00 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -91,9 +91,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 Modified: hippo-ecm/trunk/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM BIN quickstart @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.10.00-SNAPSHOT + 2.10.00 war Modified: hippo-ecm/trunk/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM EAR quickstart @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00-SNAPSHOT + 2.10.00 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00-SNAPSHOT + 2.10.00 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-frontend-application - 2.10.00-SNAPSHOT + 2.10.00 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -285,7 +285,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/quickstart/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/quickstart/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM quickstart @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart - https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart + https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart Modified: hippo-ecm/trunk/quickstart/war/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00-SNAPSHOT + 2.10.00 Hippo ECM WAR quickstart @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00-SNAPSHOT + 2.10.00 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00-SNAPSHOT + 2.10.00 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00-SNAPSHOT + 2.10.00 war org.hippoecm hippo-ecm-frontend-application - 2.10.00-SNAPSHOT + 2.10.00 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -285,13 +285,13 @@ org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00-SNAPSHOT + 2.10.00 jar org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00-SNAPSHOT + 2.10.00 jar @@ -304,19 +304,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/repository/application/pom.xml =================================================================== --- hippo-ecm/trunk/repository/application/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/application/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Minimal repository app @@ -28,26 +28,26 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-upgrade - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 @@ -78,7 +78,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 jar test Modified: hippo-ecm/trunk/repository/connector/pom.xml =================================================================== --- hippo-ecm/trunk/repository/connector/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/connector/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository connector @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.slf4j @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/repository/engine/pom.xml =================================================================== --- hippo-ecm/trunk/repository/engine/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/engine/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine @@ -56,22 +56,22 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-modules - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-utilities - 2.10.00-SNAPSHOT + 2.10.00 org.apache.lucene @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 @@ -111,7 +111,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test Modified: hippo-ecm/trunk/repository/jca/pom.xml =================================================================== --- hippo-ecm/trunk/repository/jca/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/jca/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository JCA Hippo ECM repository adapter @@ -26,9 +26,9 @@ hippo-ecm-repository-jca rar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca package @@ -146,182 +146,182 @@ org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-package-auth - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-versioning - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gotolink - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-cms-root - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-workflow - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-plugins - 2.10.00-SNAPSHOT + 2.10.00 Modified: hippo-ecm/trunk/repository/modules/pom.xml =================================================================== --- hippo-ecm/trunk/repository/modules/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/modules/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository modules @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules @@ -51,12 +51,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-utilities - 2.10.00-SNAPSHOT + 2.10.00 org.slf4j Modified: hippo-ecm/trunk/repository/pom.xml =================================================================== --- hippo-ecm/trunk/repository/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Repository @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository Modified: hippo-ecm/trunk/repository/test/pom.xml =================================================================== --- hippo-ecm/trunk/repository/test/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/test/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test @@ -42,14 +42,14 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-addon-builtin-repository test - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 test @@ -118,13 +118,13 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-addon-builtin-test - 2.10.00-SNAPSHOT + 2.10.00 jar Modified: hippo-ecm/trunk/repository/upgrade/pom.xml =================================================================== --- hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository upgrade module @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade - http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-utilities - 2.10.00-SNAPSHOT + 2.10.00 org.slf4j Modified: hippo-ecm/trunk/repository/utilities/pom.xml =================================================================== --- hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00-SNAPSHOT + 2.10.00 Repository Generic JCR Utilities @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 Content Importer @@ -28,9 +28,9 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 runtime Modified: hippo-ecm/trunk/tools/development-content/pom.xml =================================================================== --- hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm @@ -28,51 +28,51 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-frontend-plugins - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00-SNAPSHOT + 2.10.00 provided Modified: hippo-ecm/trunk/tools/documentation/pom.xml =================================================================== --- hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation Modified: hippo-ecm/trunk/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 hippo-ecm-tools-dropbox @@ -27,9 +27,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox @@ -46,12 +46,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 runtime Modified: hippo-ecm/trunk/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 hippo-ecm-tools-eclipse @@ -36,9 +36,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse Modified: hippo-ecm/trunk/tools/migration/pom.xml =================================================================== --- hippo-ecm/trunk/tools/migration/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/migration/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 Migration Tool @@ -28,9 +28,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration @@ -89,12 +89,12 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-connector - 2.10.00-SNAPSHOT + 2.10.00 runtime Modified: hippo-ecm/trunk/tools/pom.xml =================================================================== --- hippo-ecm/trunk/tools/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00-SNAPSHOT + 2.10.00 Tools @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools Modified: hippo-ecm/trunk/tools/projectexport/pom.xml =================================================================== --- hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm @@ -28,52 +28,52 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-package-config - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00-SNAPSHOT + 2.10.00 test org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 provided org.hippoecm hippo-ecm-tools-testutils - 2.10.00-SNAPSHOT + 2.10.00 test @@ -90,22 +90,22 @@ org.hippoecm hippo-ecm-api - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-frontend-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-engine - 2.10.00-SNAPSHOT + 2.10.00 org.hippoecm hippo-ecm-repository-utilities - 2.10.00-SNAPSHOT + 2.10.00 com.atomikos Modified: hippo-ecm/trunk/tools/testutils/pom.xml =================================================================== --- hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-02 16:49:06 UTC (rev 20992) +++ hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-02 18:04:54 UTC (rev 20993) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00-SNAPSHOT + 2.10.00 Test utilities @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils - http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils + http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils From svn-logs at hippocms.org Wed Dec 2 19:14:34 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 19:14:31 2009 Subject: [HippoRepos-dev] [20994] hippo-ecm/tags/Tag-HREPTWO-v2_10_00/: HREPTWO-3334: copy for tag Tag-HREPTWO-v2_10_00 Message-ID: <20091202181434.DCD92C19E@svnnew.onehippo.org> Revision: 20994 Author: bvanhalderen Date: 2009-12-02 19:14:33 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3334: copy for tag Tag-HREPTWO-v2_10_00 Added Paths: ----------- hippo-ecm/tags/Tag-HREPTWO-v2_10_00/ Property changes on: hippo-ecm/tags/Tag-HREPTWO-v2_10_00 ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target jpox.log Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4:20604-20690 From svn-logs at hippocms.org Wed Dec 2 19:14:48 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 2 19:14:50 2009 Subject: [HippoRepos-dev] [20995] hippo-ecm/trunk: HREPTWO-3334: prepare for next development iteration Message-ID: <20091202181448.D3268C96D@svnnew.onehippo.org> Revision: 20995 Author: bvanhalderen Date: 2009-12-02 19:14:47 +0100 (Wed, 02 Dec 2009) Log Message: ----------- HREPTWO-3334:prepare for next development iteration Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/common/pom.xml hippo-ecm/trunk/addon/builtin/frontend/pom.xml hippo-ecm/trunk/addon/builtin/pom.xml hippo-ecm/trunk/addon/builtin/repository/pom.xml hippo-ecm/trunk/addon/builtin/test/pom.xml hippo-ecm/trunk/addon/cms/admin/pom.xml hippo-ecm/trunk/addon/cms/browse/pom.xml hippo-ecm/trunk/addon/cms/dashboard/pom.xml hippo-ecm/trunk/addon/cms/edit/pom.xml hippo-ecm/trunk/addon/cms/pom.xml hippo-ecm/trunk/addon/cms/root/pom.xml hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml hippo-ecm/trunk/addon/defaultcontent/pom.xml hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml hippo-ecm/trunk/addon/eavesdrop/pom.xml hippo-ecm/trunk/addon/editor/common/pom.xml hippo-ecm/trunk/addon/editor/frontend/pom.xml hippo-ecm/trunk/addon/editor/pom.xml hippo-ecm/trunk/addon/editor/repository/pom.xml hippo-ecm/trunk/addon/editor/test/pom.xml hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml hippo-ecm/trunk/addon/faceteddate/pom.xml hippo-ecm/trunk/addon/faceteddate/repository/pom.xml hippo-ecm/trunk/addon/gallery/common/pom.xml hippo-ecm/trunk/addon/gallery/frontend/pom.xml hippo-ecm/trunk/addon/gallery/import/pom.xml hippo-ecm/trunk/addon/gallery/pom.xml hippo-ecm/trunk/addon/gallery/repository/pom.xml hippo-ecm/trunk/addon/gotolink/pom.xml hippo-ecm/trunk/addon/ldap/pom.xml hippo-ecm/trunk/addon/ldap/repository/pom.xml hippo-ecm/trunk/addon/pom.xml hippo-ecm/trunk/addon/reporting/frontend/pom.xml hippo-ecm/trunk/addon/reporting/pom.xml hippo-ecm/trunk/addon/reporting/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/common/pom.xml hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml hippo-ecm/trunk/addon/reviewed-action/pom.xml hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/test/pom.xml hippo-ecm/trunk/addon/sample/common/pom.xml hippo-ecm/trunk/addon/sample/frontend/pom.xml hippo-ecm/trunk/addon/sample/pom.xml hippo-ecm/trunk/addon/sample/repository/pom.xml hippo-ecm/trunk/addon/sample/test/pom.xml hippo-ecm/trunk/addon/search/frontend/pom.xml hippo-ecm/trunk/addon/search/pom.xml hippo-ecm/trunk/addon/standards/frontend/pom.xml hippo-ecm/trunk/addon/standards/pom.xml hippo-ecm/trunk/addon/versioning/pom.xml hippo-ecm/trunk/addon/workflow/pom.xml hippo-ecm/trunk/addon/xinha/pom.xml hippo-ecm/trunk/addon/xinha-frontend/pom.xml hippo-ecm/trunk/addon/yui/pom.xml hippo-ecm/trunk/api/pom.xml hippo-ecm/trunk/archetypes/addon/pom.xml hippo-ecm/trunk/archetypes/pom.xml hippo-ecm/trunk/frontend/application/pom.xml hippo-ecm/trunk/frontend/engine/pom.xml hippo-ecm/trunk/frontend/plugins/pom.xml hippo-ecm/trunk/frontend/pom.xml hippo-ecm/trunk/frontend/test/pom.xml hippo-ecm/trunk/package/auth/pom.xml hippo-ecm/trunk/package/config/pom.xml hippo-ecm/trunk/package/ear/pom.xml hippo-ecm/trunk/package/layout/pom.xml hippo-ecm/trunk/package/pom.xml hippo-ecm/trunk/package/skin/pom.xml hippo-ecm/trunk/package/test/pom.xml hippo-ecm/trunk/package/war/pom.xml hippo-ecm/trunk/pom.xml hippo-ecm/trunk/quickstart/bin/pom.xml hippo-ecm/trunk/quickstart/ear/pom.xml hippo-ecm/trunk/quickstart/pom.xml hippo-ecm/trunk/quickstart/war/pom.xml hippo-ecm/trunk/repository/application/pom.xml hippo-ecm/trunk/repository/connector/pom.xml hippo-ecm/trunk/repository/engine/pom.xml hippo-ecm/trunk/repository/jca/pom.xml hippo-ecm/trunk/repository/modules/pom.xml hippo-ecm/trunk/repository/pom.xml hippo-ecm/trunk/repository/test/pom.xml hippo-ecm/trunk/repository/upgrade/pom.xml hippo-ecm/trunk/repository/utilities/pom.xml hippo-ecm/trunk/tools/content-importer/pom.xml hippo-ecm/trunk/tools/development-content/pom.xml hippo-ecm/trunk/tools/documentation/pom.xml hippo-ecm/trunk/tools/dropbox/pom.xml hippo-ecm/trunk/tools/eclipse/pom.xml hippo-ecm/trunk/tools/migration/pom.xml hippo-ecm/trunk/tools/pom.xml hippo-ecm/trunk/tools/projectexport/pom.xml hippo-ecm/trunk/tools/testutils/pom.xml Modified: hippo-ecm/trunk/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/common org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/frontend @@ -42,34 +42,34 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/builtin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Builtin addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin Modified: hippo-ecm/trunk/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin repository addon @@ -28,22 +28,22 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin addon tests @@ -28,33 +28,33 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/builtin/test org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test @@ -66,13 +66,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS admin addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/admin @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -59,13 +59,13 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS browse addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/browse @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS dashboard addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/dashboard @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -59,31 +59,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS edit addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/edit @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -54,31 +54,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT CMS addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms Modified: hippo-ecm/trunk/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS root addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/cms/root @@ -46,18 +46,18 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00 + 2.10.01-SNAPSHOT Defaultcontent frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/defaultcontent/frontend Modified: hippo-ecm/trunk/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Default content addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample Modified: hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00 + 2.10.01-SNAPSHOT Defaultcontent repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository Modified: hippo-ecm/trunk/addon/eavesdrop/pom.xml =================================================================== --- hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Eavesdrop @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/eavesdrop org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT javax.servlet @@ -57,12 +57,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/editor/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/common org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -49,7 +49,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/editor/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/frontend @@ -48,35 +48,35 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/editor/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/editor/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Editor addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor Modified: hippo-ecm/trunk/addon/editor/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/repository @@ -42,22 +42,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/editor/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor test addon @@ -28,62 +28,62 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/editor/test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00 + 2.10.01-SNAPSHOT Faceted date frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/frontend @@ -42,24 +42,24 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/faceteddate/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Faceted date addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate Modified: hippo-ecm/trunk/addon/faceteddate/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00 + 2.10.01-SNAPSHOT Faceted date repository addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/faceteddate/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -61,19 +61,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/frontend @@ -42,39 +42,39 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery import addon @@ -28,28 +28,28 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-tools-content-importer - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/addon/gallery/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Gallery Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery Modified: hippo-ecm/trunk/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery Addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jcr Modified: hippo-ecm/trunk/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Goto frontend addon @@ -27,16 +27,16 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/gotolink org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/ldap/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Ldap Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap Modified: hippo-ecm/trunk/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.10.00 + 2.10.01-SNAPSHOT Ldap Addon Repository @@ -31,13 +31,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -49,9 +49,9 @@ - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/ldap/repository Modified: hippo-ecm/trunk/addon/pom.xml =================================================================== --- hippo-ecm/trunk/addon/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Addons @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon Modified: hippo-ecm/trunk/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00 + 2.10.01-SNAPSHOT Reporting frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/reporting/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Reporting addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting Modified: hippo-ecm/trunk/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00 + 2.10.01-SNAPSHOT Reporting repository addon @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reporting/repository Modified: hippo-ecm/trunk/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/common @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/frontend @@ -42,44 +42,44 @@ org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action Modified: hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/repository @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/reviewed-action/test @@ -39,49 +39,49 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT test @@ -92,7 +92,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/frontend @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/sample/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/sample/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Sample addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample Modified: hippo-ecm/trunk/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/repository @@ -43,12 +43,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/sample/test @@ -38,31 +38,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.10.00 + 2.10.01-SNAPSHOT Search frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search/frontend @@ -42,19 +42,19 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/addon/search/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/search/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Search Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/search Modified: hippo-ecm/trunk/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.10.00 + 2.10.01-SNAPSHOT Standards frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -62,13 +62,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/standards/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/standards/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Standards addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/standards Modified: hippo-ecm/trunk/addon/versioning/pom.xml =================================================================== --- hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Versioning frontend addon @@ -27,9 +27,9 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/versioning @@ -41,30 +41,30 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/workflow/pom.xml =================================================================== --- hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Workflow @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/workflow @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT jar provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT jar provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/addon/xinha/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Xinha addon @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha Modified: hippo-ecm/trunk/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Xinha addon frontend plugin @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/xinha-frontend @@ -47,13 +47,13 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT hippo @@ -69,20 +69,20 @@ org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/addon/yui/pom.xml =================================================================== --- hippo-ecm/trunk/addon/yui/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/addon/yui/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT YUI frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/addon/yui @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/api/pom.xml =================================================================== --- hippo-ecm/trunk/api/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/api/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT API @@ -27,9 +27,9 @@ hippo-ecm-api - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/api Modified: hippo-ecm/trunk/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.10.00 + 2.10.01-SNAPSHOT Addon archetype @@ -28,9 +28,9 @@ maven-archetype - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes/addon Modified: hippo-ecm/trunk/archetypes/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/archetypes/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Archetypes @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/archetypes Modified: hippo-ecm/trunk/frontend/application/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/application/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/frontend/application/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Minimal frontend app @@ -28,21 +28,21 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/frontend/engine/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/engine @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.apache.wicket Modified: hippo-ecm/trunk/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend plugins @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/plugins @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-projectexport - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/frontend/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Frontend @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend Modified: hippo-ecm/trunk/frontend/test/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/frontend/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend engine test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/frontend/test @@ -39,19 +39,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/package/auth/pom.xml =================================================================== --- hippo-ecm/trunk/package/auth/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/auth/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM authorisation configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/auth Modified: hippo-ecm/trunk/package/config/pom.xml =================================================================== --- hippo-ecm/trunk/package/config/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/config/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/config Modified: hippo-ecm/trunk/package/ear/pom.xml =================================================================== --- hippo-ecm/trunk/package/ear/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/ear/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM EAR package @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/package/layout/pom.xml =================================================================== --- hippo-ecm/trunk/package/layout/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/layout/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM CMS layout @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/layout Modified: hippo-ecm/trunk/package/pom.xml =================================================================== --- hippo-ecm/trunk/package/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package - https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package + https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package Modified: hippo-ecm/trunk/package/skin/pom.xml =================================================================== --- hippo-ecm/trunk/package/skin/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/skin/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package skin @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/skin Modified: hippo-ecm/trunk/package/test/pom.xml =================================================================== --- hippo-ecm/trunk/package/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/test @@ -48,34 +48,34 @@ org.hippoecm hippo-ecm-package-war - 2.10.00 + 2.10.01-SNAPSHOT war test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-ear - 2.10.00 + 2.10.01-SNAPSHOT ear test org.hippoecm hippo-ecm-quickstart-ear - 2.10.00 + 2.10.01-SNAPSHOT ear test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT jar test Modified: hippo-ecm/trunk/package/war/pom.xml =================================================================== --- hippo-ecm/trunk/package/war/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/package/war/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM WAR package @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/package/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -91,9 +91,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk Modified: hippo-ecm/trunk/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM BIN quickstart @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.10.00 + 2.10.01-SNAPSHOT war Modified: hippo-ecm/trunk/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM EAR quickstart @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -285,7 +285,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/quickstart/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/quickstart/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM quickstart @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart - https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart + https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart Modified: hippo-ecm/trunk/quickstart/war/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM WAR quickstart @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/quickstart/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -285,13 +285,13 @@ org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -304,19 +304,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/repository/application/pom.xml =================================================================== --- hippo-ecm/trunk/repository/application/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/application/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Minimal repository app @@ -28,26 +28,26 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/application org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-upgrade - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT @@ -78,7 +78,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT jar test Modified: hippo-ecm/trunk/repository/connector/pom.xml =================================================================== --- hippo-ecm/trunk/repository/connector/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/connector/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository connector @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/connector @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/repository/engine/pom.xml =================================================================== --- hippo-ecm/trunk/repository/engine/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/engine/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/engine @@ -56,22 +56,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-modules - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.apache.lucene @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT @@ -111,7 +111,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/trunk/repository/jca/pom.xml =================================================================== --- hippo-ecm/trunk/repository/jca/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/jca/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository JCA Hippo ECM repository adapter @@ -26,9 +26,9 @@ hippo-ecm-repository-jca rar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/jca package @@ -146,182 +146,182 @@ org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/trunk/repository/modules/pom.xml =================================================================== --- hippo-ecm/trunk/repository/modules/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/modules/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository modules @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/modules @@ -51,12 +51,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j Modified: hippo-ecm/trunk/repository/pom.xml =================================================================== --- hippo-ecm/trunk/repository/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Repository @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository Modified: hippo-ecm/trunk/repository/test/pom.xml =================================================================== --- hippo-ecm/trunk/repository/test/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/test/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/test @@ -42,14 +42,14 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-addon-builtin-repository test - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test @@ -118,13 +118,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-test - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/trunk/repository/upgrade/pom.xml =================================================================== --- hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository upgrade module @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/upgrade @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j Modified: hippo-ecm/trunk/repository/utilities/pom.xml =================================================================== --- hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository Generic JCR Utilities @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/repository/utilities @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Content Importer @@ -28,9 +28,9 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/content-importer @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/development-content/pom.xml =================================================================== --- hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,51 +28,51 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/development-content org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/trunk/tools/documentation/pom.xml =================================================================== --- hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/documentation Modified: hippo-ecm/trunk/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT hippo-ecm-tools-dropbox @@ -27,9 +27,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/dropbox @@ -46,12 +46,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT hippo-ecm-tools-eclipse @@ -36,9 +36,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/eclipse Modified: hippo-ecm/trunk/tools/migration/pom.xml =================================================================== --- hippo-ecm/trunk/tools/migration/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/migration/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Migration Tool @@ -28,9 +28,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/migration @@ -89,12 +89,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/pom.xml =================================================================== --- hippo-ecm/trunk/tools/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Tools @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools Modified: hippo-ecm/trunk/tools/projectexport/pom.xml =================================================================== --- hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,52 +28,52 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/projectexport org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test @@ -90,22 +90,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT com.atomikos Modified: hippo-ecm/trunk/tools/testutils/pom.xml =================================================================== --- hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-02 18:14:33 UTC (rev 20994) +++ hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-02 18:14:47 UTC (rev 20995) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Test utilities @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils + http://svn.onehippo.org/repos/hippo/hippo-ecm/trunk/tools/testutils From schans at onehippo.com Wed Dec 2 19:35:18 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 19:35:14 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_still_unstable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Repository_engine_=23925?= In-Reply-To: <17269680.1011259768502380.JavaMail.hudson@hudson.onehippo.org> References: <17269680.1011259768502380.JavaMail.hudson@hudson.onehippo.org> Message-ID: <28153900.1031259778918875.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 19:35:20 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 19:35:17 2009 Subject: [HippoRepos-dev] Hudson build is still unstable: Hippo ECM Trunk #925 In-Reply-To: <12431523.1021259768504332.JavaMail.hudson@hudson.onehippo.org> References: <12431523.1021259768504332.JavaMail.hudson@hudson.onehippo.org> Message-ID: <7944510.1041259778920681.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 22:18:48 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 22:18:42 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_back_to_stable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Repository_engine_=23926?= In-Reply-To: <28153900.1031259778918875.JavaMail.hudson@hudson.onehippo.org> References: <28153900.1031259778918875.JavaMail.hudson@hudson.onehippo.org> Message-ID: <17918128.1051259788728095.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 2 22:18:49 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 2 22:18:46 2009 Subject: [HippoRepos-dev] Hudson build is back to stable: Hippo ECM Trunk #926 In-Reply-To: <7944510.1041259778920681.JavaMail.hudson@hudson.onehippo.org> References: <7944510.1041259778920681.JavaMail.hudson@hudson.onehippo.org> Message-ID: <31197782.1061259788729807.JavaMail.hudson@hudson.onehippo.org> See From helpdesk at onehippo.com Wed Dec 2 22:48:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 2 22:58:50 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3334) Tag 2.10.00 In-Reply-To: <20583088.65101256896156083.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <31112486.241581259790495836.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3334. ----------------------------------------- Resolution: Fixed > Tag 2.10.00 > ----------- > > Key: HREPTWO-3334 > URL: http://issues.onehippo.com/browse/HREPTWO-3334 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.10.00 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.10.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 09:18:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 09:28:53 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3492) [REGRESSION] Revision history doesn't show dialog Message-ID: <4277499.241911259828295796.JavaMail.jira@jira.vm.castaserver.com> [REGRESSION] Revision history doesn't show dialog ------------------------------------------------- Key: HREPTWO-3492 URL: http://issues.onehippo.com/browse/HREPTWO-3492 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.10.00 Reporter: Bart van der Schans Priority: Top Fix For: r2.11.00 in quickstart - go to articles - publish and take offline article2 - Show revision history.. -> dialog doesn't show >From the logs: 03.12.2009 09:23:28 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1521] Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:125) at org.apache.wicket.Component.locateMarkupStream(Component.java:3811) at org.apache.wicket.Component.renderComponent(Component.java:2548) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:827) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget.java:680) at org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:590) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 09:20:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 09:30:53 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3493) [REGRESSION] Show referring documents doesn't show dialog Message-ID: <12373828.241961259828415744.JavaMail.jira@jira.vm.castaserver.com> [REGRESSION] Show referring documents doesn't show dialog --------------------------------------------------------- Key: HREPTWO-3493 URL: http://issues.onehippo.com/browse/HREPTWO-3493 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.10.00 Reporter: Bart van der Schans Priority: Top Fix For: r2.11.00 in the quickstart - create a link in article2 to article1 - go to article1 - show referring documents... -> Dialog doesn't show In the logs: 03.12.2009 09:28:24 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1521] Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:125) at org.apache.wicket.Component.locateMarkupStream(Component.java:3811) at org.apache.wicket.Component.renderComponent(Component.java:2548) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:827) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget.java:680) at org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:590) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 11:58:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 3 12:08:53 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3494) JCA Message-ID: <20800342.244201259837895850.JavaMail.jira@jira.vm.castaserver.com> JCA --- Key: HREPTWO-3494 URL: http://issues.onehippo.com/browse/HREPTWO-3494 Project: Hippo Repository 2 Issue Type: Bug Reporter: Stephan Westen Assignee: Berry van Halderen Fix For: r2.11.00 >From Woonsan: I was trying to apply the JCA feature you had added before. As you might remember the discussion, this feature was added to support sharable hippo repository by multiple web applications or by multiple portlet applications. When I read the document (hippo-ecm-2.09.xx/repository/jca/src/site/apt/index.apt), I found this: For Tomcat: - Unpack the RAR file hippo-ecm-repository-jca-version.rar in common/lib It means that we should have the following 96 files in the $CATALINA_HOME/lib in Tomcat 6.x. The hippo-ecm-repository-jca-version.rar file contains 96 files like the followings: ... atomikos-util-3.1.4.jar ... commons-lang-2.1.jar ... hippo-ecm-repository-engine-2.09.02.jar ... jackrabbit-spi2jcr-1.5.0.jar ... wicket-datetime-1.3.5.jar ... yui-2.xx-sources-1.01.07.jar So, do you want to deploy and load the hippo repository in the commons classloader path? As I was in the discussion before, I thought you meant to deploy the repository onto a web application, but shareable by other web applications. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 12:06:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 12:16:52 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3494) JCA In-Reply-To: <20800342.244201259837895850.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <30017342.244371259838375821.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3494: ---------------------------------------- Issue Type: Question (was: Bug) > JCA > --- > > Key: HREPTWO-3494 > URL: http://issues.onehippo.com/browse/HREPTWO-3494 > Project: Hippo Repository 2 > Issue Type: Question > Reporter: Stephan Westen > Assignee: Berry van Halderen > Fix For: r2.11.00 > > > From Woonsan: > I was trying to apply the JCA feature you had added before. > As you might remember the discussion, this feature was added to > support sharable hippo repository by multiple web applications or by > multiple portlet applications. > When I read the document > (hippo-ecm-2.09.xx/repository/jca/src/site/apt/index.apt), I found > this: > For Tomcat: > - Unpack the RAR file hippo-ecm-repository-jca-version.rar in > common/lib > It means that we should have the following 96 files in the > $CATALINA_HOME/lib in Tomcat 6.x. > The hippo-ecm-repository-jca-version.rar file contains 96 files > like the followings: > ... > atomikos-util-3.1.4.jar > ... > commons-lang-2.1.jar > ... > hippo-ecm-repository-engine-2.09.02.jar > ... > jackrabbit-spi2jcr-1.5.0.jar > ... > wicket-datetime-1.3.5.jar > ... > yui-2.xx-sources-1.01.07.jar > So, do you want to deploy and load the hippo repository in the commons > classloader path? > As I was in the discussion before, I thought you meant to deploy the > repository onto a web application, but shareable by other web > applications. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 12:13:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 12:23:53 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3495) Tag 2.11.00 Message-ID: <28613692.244401259838795686.JavaMail.jira@jira.vm.castaserver.com> Tag 2.11.00 ----------- Key: HREPTWO-3495 URL: http://issues.onehippo.com/browse/HREPTWO-3495 Project: Hippo Repository 2 Issue Type: Task Affects Versions: r2.11.00 Reporter: Berry van Halderen Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 12:24:29 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Thu Dec 3 12:24:30 2009 Subject: [HippoRepos-dev] [21005] hippo-ecm/trunk: HREPTWO-3495: bump version to 2.11.00 rt 2.10. 01 and update release info in root pom Message-ID: <20091203112430.27CECC19E@svnnew.onehippo.org> Revision: 21005 Author: bvanhalderen Date: 2009-12-03 12:24:28 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3495: bump version to 2.11.00 rt 2.10.01 and update release info in root pom Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/common/pom.xml hippo-ecm/trunk/addon/builtin/frontend/pom.xml hippo-ecm/trunk/addon/builtin/pom.xml hippo-ecm/trunk/addon/builtin/repository/pom.xml hippo-ecm/trunk/addon/builtin/test/pom.xml hippo-ecm/trunk/addon/cms/admin/pom.xml hippo-ecm/trunk/addon/cms/browse/pom.xml hippo-ecm/trunk/addon/cms/dashboard/pom.xml hippo-ecm/trunk/addon/cms/edit/pom.xml hippo-ecm/trunk/addon/cms/pom.xml hippo-ecm/trunk/addon/cms/root/pom.xml hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml hippo-ecm/trunk/addon/defaultcontent/pom.xml hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml hippo-ecm/trunk/addon/eavesdrop/pom.xml hippo-ecm/trunk/addon/editor/common/pom.xml hippo-ecm/trunk/addon/editor/frontend/pom.xml hippo-ecm/trunk/addon/editor/pom.xml hippo-ecm/trunk/addon/editor/repository/pom.xml hippo-ecm/trunk/addon/editor/test/pom.xml hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml hippo-ecm/trunk/addon/faceteddate/pom.xml hippo-ecm/trunk/addon/faceteddate/repository/pom.xml hippo-ecm/trunk/addon/gallery/common/pom.xml hippo-ecm/trunk/addon/gallery/frontend/pom.xml hippo-ecm/trunk/addon/gallery/import/pom.xml hippo-ecm/trunk/addon/gallery/pom.xml hippo-ecm/trunk/addon/gallery/repository/pom.xml hippo-ecm/trunk/addon/gotolink/pom.xml hippo-ecm/trunk/addon/ldap/pom.xml hippo-ecm/trunk/addon/ldap/repository/pom.xml hippo-ecm/trunk/addon/pom.xml hippo-ecm/trunk/addon/reporting/frontend/pom.xml hippo-ecm/trunk/addon/reporting/pom.xml hippo-ecm/trunk/addon/reporting/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/common/pom.xml hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml hippo-ecm/trunk/addon/reviewed-action/pom.xml hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml hippo-ecm/trunk/addon/reviewed-action/test/pom.xml hippo-ecm/trunk/addon/sample/common/pom.xml hippo-ecm/trunk/addon/sample/frontend/pom.xml hippo-ecm/trunk/addon/sample/pom.xml hippo-ecm/trunk/addon/sample/repository/pom.xml hippo-ecm/trunk/addon/sample/test/pom.xml hippo-ecm/trunk/addon/search/frontend/pom.xml hippo-ecm/trunk/addon/search/pom.xml hippo-ecm/trunk/addon/standards/frontend/pom.xml hippo-ecm/trunk/addon/standards/pom.xml hippo-ecm/trunk/addon/versioning/pom.xml hippo-ecm/trunk/addon/workflow/pom.xml hippo-ecm/trunk/addon/xinha/pom.xml hippo-ecm/trunk/addon/xinha-frontend/pom.xml hippo-ecm/trunk/addon/yui/pom.xml hippo-ecm/trunk/api/pom.xml hippo-ecm/trunk/archetypes/addon/pom.xml hippo-ecm/trunk/archetypes/pom.xml hippo-ecm/trunk/frontend/application/pom.xml hippo-ecm/trunk/frontend/engine/pom.xml hippo-ecm/trunk/frontend/plugins/pom.xml hippo-ecm/trunk/frontend/pom.xml hippo-ecm/trunk/frontend/test/pom.xml hippo-ecm/trunk/package/auth/pom.xml hippo-ecm/trunk/package/config/pom.xml hippo-ecm/trunk/package/ear/pom.xml hippo-ecm/trunk/package/layout/pom.xml hippo-ecm/trunk/package/pom.xml hippo-ecm/trunk/package/skin/pom.xml hippo-ecm/trunk/package/test/pom.xml hippo-ecm/trunk/package/war/pom.xml hippo-ecm/trunk/pom.xml hippo-ecm/trunk/quickstart/bin/pom.xml hippo-ecm/trunk/quickstart/ear/pom.xml hippo-ecm/trunk/quickstart/pom.xml hippo-ecm/trunk/quickstart/war/pom.xml hippo-ecm/trunk/repository/application/pom.xml hippo-ecm/trunk/repository/connector/pom.xml hippo-ecm/trunk/repository/engine/pom.xml hippo-ecm/trunk/repository/jca/pom.xml hippo-ecm/trunk/repository/modules/pom.xml hippo-ecm/trunk/repository/pom.xml hippo-ecm/trunk/repository/test/pom.xml hippo-ecm/trunk/repository/upgrade/pom.xml hippo-ecm/trunk/repository/utilities/pom.xml hippo-ecm/trunk/tools/content-importer/pom.xml hippo-ecm/trunk/tools/development-content/pom.xml hippo-ecm/trunk/tools/documentation/pom.xml hippo-ecm/trunk/tools/dropbox/pom.xml hippo-ecm/trunk/tools/eclipse/pom.xml hippo-ecm/trunk/tools/migration/pom.xml hippo-ecm/trunk/tools/pom.xml hippo-ecm/trunk/tools/projectexport/pom.xml hippo-ecm/trunk/tools/testutils/pom.xml Modified: hippo-ecm/trunk/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/builtin/common/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Builtin common addon @@ -37,7 +37,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/builtin/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Builtin frontend addon @@ -42,34 +42,34 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/builtin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/builtin/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Builtin addon Modified: hippo-ecm/trunk/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/builtin/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Builtin repository addon @@ -37,13 +37,13 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/builtin/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Builtin addon tests @@ -37,24 +37,24 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test @@ -66,13 +66,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/admin/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS admin addon @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -59,13 +59,13 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/browse/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS browse addon @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/dashboard/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS dashboard addon @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -59,31 +59,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS edit addon @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -54,31 +54,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/cms/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS addon Modified: hippo-ecm/trunk/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/cms/root/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT CMS root addon @@ -46,18 +46,18 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/defaultcontent/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Defaultcontent frontend addon Modified: hippo-ecm/trunk/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/defaultcontent/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Default content addon Modified: hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/defaultcontent/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Defaultcontent repository addon Modified: hippo-ecm/trunk/addon/eavesdrop/pom.xml =================================================================== --- hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/eavesdrop/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Eavesdrop @@ -37,17 +37,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.servlet @@ -57,12 +57,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/editor/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/editor/common/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM editor common addon @@ -37,7 +37,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -49,7 +49,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/editor/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/editor/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM editor frontend addon @@ -48,35 +48,35 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/editor/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/editor/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Editor addon Modified: hippo-ecm/trunk/addon/editor/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/editor/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM editor repository addon @@ -42,22 +42,22 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/editor/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/editor/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM editor test addon @@ -37,53 +37,53 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/faceteddate/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Faceted date frontend addon @@ -42,24 +42,24 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/faceteddate/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/faceteddate/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Faceted date addon Modified: hippo-ecm/trunk/addon/faceteddate/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/faceteddate/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Faceted date repository addon @@ -37,7 +37,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -61,19 +61,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gallery/common/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Gallery common addon @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gallery/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Gallery frontend addon @@ -42,39 +42,39 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gallery/import/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Gallery import addon @@ -37,19 +37,19 @@ org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-tools-content-importer - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/addon/gallery/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Gallery Addon Modified: hippo-ecm/trunk/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gallery/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Gallery Addon @@ -37,12 +37,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.jcr Modified: hippo-ecm/trunk/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/gotolink/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Goto frontend addon @@ -36,7 +36,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/ldap/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/ldap/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Ldap Addon Modified: hippo-ecm/trunk/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/ldap/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Ldap Addon Repository @@ -31,13 +31,13 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/pom.xml =================================================================== --- hippo-ecm/trunk/addon/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Addons Modified: hippo-ecm/trunk/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reporting/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reporting frontend addon @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/reporting/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reporting/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reporting addon Modified: hippo-ecm/trunk/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reporting/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reporting repository addon Modified: hippo-ecm/trunk/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reviewed-action/common/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reviewed action common addon @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reviewed-action/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reviewed action frontend addon @@ -42,44 +42,44 @@ org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reviewed-action/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reviewed action addon Modified: hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reviewed-action/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reviewed action repository addon @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/reviewed-action/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Reviewed action addon tests @@ -39,49 +39,49 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test @@ -92,7 +92,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/sample/common/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Sample common addon @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT javax.jdo Modified: hippo-ecm/trunk/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/sample/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Sample frontend addon @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/sample/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/sample/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Sample addon Modified: hippo-ecm/trunk/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/sample/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Sample repository addon @@ -43,12 +43,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/sample/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Sample addon tests @@ -38,31 +38,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/search/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Search frontend addon @@ -42,19 +42,19 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/addon/search/pom.xml =================================================================== --- hippo-ecm/trunk/addon/search/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/search/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Search Addon Modified: hippo-ecm/trunk/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/standards/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Standards frontend addon @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided @@ -62,13 +62,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/standards/pom.xml =================================================================== --- hippo-ecm/trunk/addon/standards/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/standards/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Standards addon Modified: hippo-ecm/trunk/addon/versioning/pom.xml =================================================================== --- hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/versioning/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Versioning frontend addon @@ -41,30 +41,30 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/addon/workflow/pom.xml =================================================================== --- hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/workflow/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Workflow @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar provided org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/addon/xinha/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Xinha addon Modified: hippo-ecm/trunk/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/xinha-frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Xinha addon frontend plugin @@ -47,13 +47,13 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT hippo @@ -69,20 +69,20 @@ org.hippoecm hippo-ecm-addon-yui - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/addon/yui/pom.xml =================================================================== --- hippo-ecm/trunk/addon/yui/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/addon/yui/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT YUI frontend addon @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/api/pom.xml =================================================================== --- hippo-ecm/trunk/api/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/api/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT API Modified: hippo-ecm/trunk/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Addon archetype Modified: hippo-ecm/trunk/archetypes/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/archetypes/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Archetypes Modified: hippo-ecm/trunk/frontend/application/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/application/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/frontend/application/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Minimal frontend app @@ -37,12 +37,12 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/frontend/engine/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Frontend engine @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.apache.wicket Modified: hippo-ecm/trunk/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/frontend/plugins/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Frontend plugins @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-tools-projectexport - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/frontend/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/frontend/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Frontend Modified: hippo-ecm/trunk/frontend/test/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/frontend/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Frontend engine test @@ -39,19 +39,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/package/auth/pom.xml =================================================================== --- hippo-ecm/trunk/package/auth/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/auth/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM authorisation configuration Modified: hippo-ecm/trunk/package/config/pom.xml =================================================================== --- hippo-ecm/trunk/package/config/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/config/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM package configuration Modified: hippo-ecm/trunk/package/ear/pom.xml =================================================================== --- hippo-ecm/trunk/package/ear/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/ear/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM EAR package @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/package/layout/pom.xml =================================================================== --- hippo-ecm/trunk/package/layout/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/layout/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM CMS layout Modified: hippo-ecm/trunk/package/pom.xml =================================================================== --- hippo-ecm/trunk/package/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM package Modified: hippo-ecm/trunk/package/skin/pom.xml =================================================================== --- hippo-ecm/trunk/package/skin/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/skin/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM package skin Modified: hippo-ecm/trunk/package/test/pom.xml =================================================================== --- hippo-ecm/trunk/package/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM package test @@ -48,34 +48,34 @@ org.hippoecm hippo-ecm-package-war - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war test org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-package-ear - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT ear test org.hippoecm hippo-ecm-quickstart-ear - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT ear test org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar test Modified: hippo-ecm/trunk/package/war/pom.xml =================================================================== --- hippo-ecm/trunk/package/war/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/package/war/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM WAR package @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -418,8 +418,8 @@ true true - HREPTWO-3334: - Tag-HREPTWO-v2_10_00 + HREPTWO-3495: + Tag-HREPTWO-v2_11_00 Modified: hippo-ecm/trunk/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM BIN quickstart @@ -37,7 +37,7 @@ org.hippoecm hippo-ecm-quickstart-war - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war Modified: hippo-ecm/trunk/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM EAR quickstart @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -285,7 +285,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/quickstart/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/quickstart/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM quickstart Modified: hippo-ecm/trunk/quickstart/war/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Hippo ECM WAR quickstart @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -285,13 +285,13 @@ org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar @@ -304,19 +304,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/repository/application/pom.xml =================================================================== --- hippo-ecm/trunk/repository/application/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/application/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Minimal repository app @@ -37,17 +37,17 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-upgrade - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT @@ -78,7 +78,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar test Modified: hippo-ecm/trunk/repository/connector/pom.xml =================================================================== --- hippo-ecm/trunk/repository/connector/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/connector/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository connector @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.slf4j @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/repository/engine/pom.xml =================================================================== --- hippo-ecm/trunk/repository/engine/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/engine/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository engine @@ -56,22 +56,22 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-modules - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.apache.lucene @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT @@ -111,7 +111,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test Modified: hippo-ecm/trunk/repository/jca/pom.xml =================================================================== --- hippo-ecm/trunk/repository/jca/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/jca/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository JCA Hippo ECM repository adapter @@ -146,182 +146,182 @@ org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-package-auth - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-versioning - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gotolink - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-root - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-edit - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-admin - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-search-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Modified: hippo-ecm/trunk/repository/modules/pom.xml =================================================================== --- hippo-ecm/trunk/repository/modules/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/modules/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository modules @@ -51,12 +51,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.slf4j Modified: hippo-ecm/trunk/repository/pom.xml =================================================================== --- hippo-ecm/trunk/repository/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository Modified: hippo-ecm/trunk/repository/test/pom.xml =================================================================== --- hippo-ecm/trunk/repository/test/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/test/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository test @@ -42,14 +42,14 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-addon-builtin-repository test - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test @@ -118,13 +118,13 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-test - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT jar Modified: hippo-ecm/trunk/repository/upgrade/pom.xml =================================================================== --- hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/upgrade/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository upgrade module @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.slf4j Modified: hippo-ecm/trunk/repository/utilities/pom.xml =================================================================== --- hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/repository/utilities/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Repository Generic JCR Utilities @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/content-importer/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Content Importer @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/development-content/pom.xml =================================================================== --- hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm @@ -37,42 +37,42 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-plugins - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-addon-cms-browse - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided Modified: hippo-ecm/trunk/tools/documentation/pom.xml =================================================================== --- hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/documentation/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm Modified: hippo-ecm/trunk/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/dropbox/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT hippo-ecm-tools-dropbox @@ -46,12 +46,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/eclipse/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT hippo-ecm-tools-eclipse Modified: hippo-ecm/trunk/tools/migration/pom.xml =================================================================== --- hippo-ecm/trunk/tools/migration/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/migration/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Migration Tool @@ -89,12 +89,12 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT runtime Modified: hippo-ecm/trunk/tools/pom.xml =================================================================== --- hippo-ecm/trunk/tools/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Tools Modified: hippo-ecm/trunk/tools/projectexport/pom.xml =================================================================== --- hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/projectexport/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm @@ -37,43 +37,43 @@ org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-package-config - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT provided org.hippoecm hippo-ecm-tools-testutils - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT test @@ -90,22 +90,22 @@ org.hippoecm hippo-ecm-api - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT com.atomikos Modified: hippo-ecm/trunk/tools/testutils/pom.xml =================================================================== --- hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-02 22:17:30 UTC (rev 21004) +++ hippo-ecm/trunk/tools/testutils/pom.xml 2009-12-03 11:24:28 UTC (rev 21005) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.01-SNAPSHOT + 2.11.00-SNAPSHOT Test utilities From helpdesk at onehippo.com Thu Dec 3 13:02:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 13:12:54 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3496) Make activity plugin more robust against errors Message-ID: <20358465.244931259841735857.JavaMail.jira@jira.vm.castaserver.com> Make activity plugin more robust against errors ----------------------------------------------- Key: HREPTWO-3496 URL: http://issues.onehippo.com/browse/HREPTWO-3496 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.10.00, r2.09.04, r2.06.14 Reporter: Bart van der Schans Priority: Top Fix For: r2.06.15, r2.09.05, r2.11.00 When the activity plugins fails the CMS is inaccessible. For example see the stacktrace below: 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 javax.jcr.RepositoryException: failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b javax.jcr.RepositoryException: failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a javax.jcr.RepositoryException: failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 javax.jcr.RepositoryException: failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e javax.jcr.RepositoryException: failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 javax.jcr.RepositoryException: failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e javax.jcr.RepositoryException: failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 javax.jcr.RepositoryException: failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 javax.jcr.RepositoryException: failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad javax.jcr.RepositoryException: failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) at org.apache.wicket.Component.onBeforeRender(Component.java:3682) at org.apache.wicket.Page.onBeforeRender(Page.java:1426) at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) at org.apache.wicket.Component.beforeRender(Component.java:1034) at org.apache.wicket.Component.prepareForRender(Component.java:2160) at org.apache.wicket.Page.renderPage(Page.java:883) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) 03.12.2009 13:01:04 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html
[entry]
, index = 7, current = '' (line 21, column 21)] org.apache.wicket.markup.MarkupException: Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html
[entry]
, index = 7, current = '' (line 21, column 21)] at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.markup.repeater.AbstractRepeater.renderChild(AbstractRepeater.java:119) at org.apache.wicket.markup.repeater.AbstractRepeater.onRender(AbstractRepeater.java:100) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) at org.apache.wicket.Component.renderComponent(Component.java:2480) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427) at org.apache.wicket.Page.onRender(Page.java:1470) at org.apache.wicket.Component.render(Component.java:2317) at org.apache.wicket.Page.renderPage(Page.java:904) at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:29:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:39:54 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-2715) Upgrade to wicket 1.4 In-Reply-To: <597253.1244624407951.JavaMail.jira@jira.onehippo.org> Message-ID: <26584837.245701259846955878.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-2715. ----------------------------------------- Resolution: Fixed > Upgrade to wicket 1.4 > --------------------- > > Key: HREPTWO-2715 > URL: http://issues.onehippo.com/browse/HREPTWO-2715 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: High > Fix For: Backlog > > > See mail from Woonsan: > On Wed, Jun 10, 2009 at 10:46 AM, Woonsan Ko wrote: > Hi Stephan, > When I was trying to add a wicket example to demonstrate how it can > retrieve session-pooling-repositories and use JCR APIs, I found that > there's a version conflict of Wicket. > So, hereby I'd like to explain how I resolved this problem and just > let you be aware of this for your possible upgrade planning in the > near future. > The subproject of HST, > /toolkit-resources/addon/configuration-editor/frontend, depends on > "org.hippoecm:hippo-ecm-frontend-engine:jar:2.06.04", which seems > depending on Wicket 1.3.5. > On the other hand, my wicket example in the /testsuite/site needs to > use Wicket 1.4-rc4 to enable Portlet-2.0 support. [1] > Because some basic APIs were changed since 1.4, some codes of > configuration-editor are not compiled if I upgrade the wicket version > to 1.4-rc4. You can refer the major API changes here. [2] > Therefore, I did the followings to resolve this problems for now. > - Defined the wicket dependency in the root dependency management to 1.4-rc4. > - Made the subproject of HST, > /toolkit-resources/addon/configuration-editor/frontend, override the > wicket version to 1.3.5. > [1] https://issues.apache.org/jira/browse/WICKET-2058 > [2] http://cwiki.apache.org/WICKET/migrate-14.html > Kind regards, > Woonsan > -- > mvgr, > Stephan -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:29:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:39:56 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-2917) Localize mandatory error message In-Reply-To: <28280516.5941248858535316.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22195654.245731259846955949.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-2917. ----------------------------------------- Resolution: Outdated, kept for reference > Localize mandatory error message > --------------------------------- > > Key: HREPTWO-2917 > URL: http://issues.onehippo.com/browse/HREPTWO-2917 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: High > Fix For: Backlog > > > Dutch translation is missing. > Change the background to transparent and make the font red. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:29:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:39:57 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-2923) Rich text editor validation In-Reply-To: <18402122.7701248869635478.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <10102150.245781259846956020.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-2923. ----------------------------------------- Resolution: Outdated, kept for reference > Rich text editor validation > --------------------------- > > Key: HREPTWO-2923 > URL: http://issues.onehippo.com/browse/HREPTWO-2923 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Fix For: Backlog > > > The extended rich editor contains a mandatory field that causes some side effects: > 1) the label does not have an asterisks indicating it is mandatory > 2) giving the body a value, save and clearing it again does not result in an error message (because the child node is created) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:31:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:41:54 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-2915) Mandatory error message does not include the caption of the field In-Reply-To: <8642999.5701248857935356.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32201319.245841259847076120.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-2915. ----------------------------------------- Resolution: Won't Fix When a field is not valid, this is indicated by a change of background color. > Mandatory error message does not include the caption of the field > ----------------------------------------------------------------- > > Key: HREPTWO-2915 > URL: http://issues.onehippo.com/browse/HREPTWO-2915 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: High > Fix For: Backlog > > Attachments: screenshot-1.jpg > > Original Estimate: 3 days > Remaining Estimate: 3 days > > The error message uses an technical/internal reference instead of the caption of the field. see screenshot. > Note that it is not only confusing but it is also not clear which field is meant in case of two mandatory fields of the same type. > It would be very handy to visualize which field is invalid. For example red box around it, error message above the label, etc. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:31:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:41:56 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-1984) Not able to internationalize template validation errors In-Reply-To: <9053932.1229078939395.JavaMail.jira@hat01> Message-ID: <31333865.245811259847076055.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-1984. ----------------------------------------- Resolution: Outdated, kept for reference > Not able to internationalize template validation errors > ------------------------------------------------------- > > Key: HREPTWO-1984 > URL: http://issues.onehippo.com/browse/HREPTWO-1984 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-reviewed-actions > Affects Versions: r2.01.xx (m08) > Reporter: Jeroen Reijn > Assignee: Frank van Lankvelt > Fix For: Backlog > > > All validation errors are in english only. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:31:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:41:57 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3015) Umbrella Issue Validation In-Reply-To: <12364361.91631251099895359.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <23792390.245871259847076193.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3015. ----------------------------------------- Resolution: Fixed > Umbrella Issue Validation > ------------------------- > > Key: HREPTWO-3015 > URL: http://issues.onehippo.com/browse/HREPTWO-3015 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Fix For: Backlog > > Attachments: screenshot-1.jpg > > > Umbrella case for all issues related to mandatory fields. > TODO Create case for following issues: > 1) mandatory at document template level is the same as at document level. This causes problems. For example the password field requires mandatory data (which is a bug in itself). Using the password field in the template editor requires you to specify a default value. > 2) jcr:data field is mandatory so the prototype must contain a (dummy) binary. > 3) uniqueness on folder / document names within a single folder. > 4) when you use x to close the tab, a popup appears asking to save changes. If you click yes, make sure that the constraints are checked and any error message is displayed. > 5) it should be possible to have for example a date field with an (initial) null value and mark it as mandatory > 6) fix the 'disabled' look of the required/mandatory attribute in the template editor > 7) improve the visual feedback which fields are mandatory and improve the error message feedback, e.g. location of the error msg near the offending field > 8) optional compound types with mandatory fields should be optional for the document -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:31:16 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:42:00 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3381) Provide util class for property based plugins In-Reply-To: <33034621.129241258115955841.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <10564665.245901259847076258.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3381. ----------------------------------------- Resolution: Fixed > Provide util class for property based plugins > --------------------------------------------- > > Key: HREPTWO-3381 > URL: http://issues.onehippo.com/browse/HREPTWO-3381 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Reporter: Dennis Dam > Assignee: Frank van Lankvelt > > Can the class "PropertyFieldHelper" from the dropdown plugin Forge project be integrated with the CMS frontend code? It seems useful for plugin development. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 14:33:15 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 3 14:43:52 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3459) Editor content gets loaded twice In-Reply-To: <32818442.196821259143275933.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8690738.246011259847195961.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3459. ----------------------------------------- Resolution: Cannot Reproduce not sure what the issue was, but editor seems fine now > Editor content gets loaded twice > -------------------------------- > > Key: HREPTWO-3459 > URL: http://issues.onehippo.com/browse/HREPTWO-3459 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Arthur Bogaart > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 15:11:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 15:21:54 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3497) Backport HREPTWO-3472: live site does not show published document Message-ID: <21514522.246451259849475709.JavaMail.jira@jira.vm.castaserver.com> Backport HREPTWO-3472: live site does not show published document ----------------------------------------------------------------- Key: HREPTWO-3497 URL: http://issues.onehippo.com/browse/HREPTWO-3497 Project: Hippo Repository 2 Issue Type: Bug Reporter: Berry van Halderen Assignee: Berry van Halderen Fix For: r2.09.05 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 15:11:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 15:21:55 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3472) live site does not show published document In-Reply-To: <15233265.209831259257395746.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8889806.246481259849475807.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3472: ---------------------------------------- Fix Version/s: (was: r2.09.05) > live site does not show published document > ------------------------------------------ > > Key: HREPTWO-3472 > URL: http://issues.onehippo.com/browse/HREPTWO-3472 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Berry van Halderen > Priority: High > Fix For: r2.10.00 > > Time Spent: 3 hours, 30 minutes > Remaining Estimate: 0 minutes > > A published document with a (rejected) request is not shown in the live virtual tree. The request is shown above the document in the console. > The facetselect should show the first of the variants that matches the facet that is used. (a handle is not orderable, so the issue cannot be resolved by imposing an ordering on the nodes under a handle) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 15:23:07 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Thu Dec 3 15:23:05 2009 Subject: [HippoRepos-dev] [21006] hippo-ecm: HREPTWO-3497: also support hippo: request ordering for links directly on handle Message-ID: <20091203142307.795EAC96D@svnnew.onehippo.org> Revision: 21006 Author: bvanhalderen Date: 2009-12-03 15:23:06 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3497: also support hippo:request ordering for links directly on handle Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-03 11:24:28 UTC (rev 21005) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-03 14:23:06 UTC (rev 21006) @@ -197,11 +197,11 @@ assertEquals("doc",traverse(session, "/test/test3/doc").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/testc").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test4/doc").getNodes().nextNode().getName()); - //assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test5/doc").getNodes().nextNode().getName()); - //assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); assertEquals("doc",traverse(session, "/test/test6/doc").getNodes().nextNode().getName()); - //assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); } @Test Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 11:24:28 UTC (rev 21005) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 14:23:06 UTC (rev 21006) @@ -163,9 +163,15 @@ } } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); - /*if (isHandle) { + System.err.println("BERRY#1"); + for(ViewNodeId.Child child : childrenArray) + System.err.println("BERRY# "+child+" "+child.getKey()); + if (isHandle) { Arrays.sort(childrenArray); - }*/ + } + System.err.println("BERRY#2"); + for(ViewNodeId.Child child : childrenArray) + System.err.println("BERRY# "+child+" "+child.getKey()); for (int i = 0; i < childrenArray.length && (i == 0 || !(singledView && isHandle)); i++) { state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); } @@ -288,7 +294,7 @@ return -1; } // never return 0 (See Comparable api) - return 1; + return -1; } for (Map.Entry entry : order.entrySet()) { From helpdesk at onehippo.com Thu Dec 3 15:24:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 15:34:52 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3498) Remove deprecated projects Message-ID: <5771211.246561259850255838.JavaMail.jira@jira.vm.castaserver.com> Remove deprecated projects --------------------------- Key: HREPTWO-3498 URL: http://issues.onehippo.com/browse/HREPTWO-3498 Project: Hippo Repository 2 Issue Type: Task Reporter: Bart van der Schans Assignee: Bart van der Schans Fix For: r2.11.00 Remove the following projects: >> - addon/gallery/import >> - tools/content-importer >> - tools/dropbox >> - tools/migration -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 15:56:20 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 3 15:56:17 2009 Subject: [HippoRepos-dev] [21008] hippo-ecm/trunk: HREPTWO-3498: Remove unused modules Message-ID: <20091203145620.18D6DC96D@svnnew.onehippo.org> Revision: 21008 Author: bvdschans Date: 2009-12-03 15:56:18 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3498: Remove unused modules Modified Paths: -------------- hippo-ecm/trunk/addon/gallery/pom.xml hippo-ecm/trunk/tools/pom.xml Removed Paths: ------------- hippo-ecm/trunk/addon/gallery/import/ hippo-ecm/trunk/tools/content-importer/ hippo-ecm/trunk/tools/dropbox/ hippo-ecm/trunk/tools/migration/ Modified: hippo-ecm/trunk/addon/gallery/pom.xml =================================================================== --- hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-03 14:42:33 UTC (rev 21007) +++ hippo-ecm/trunk/addon/gallery/pom.xml 2009-12-03 14:56:18 UTC (rev 21008) @@ -37,6 +37,5 @@ common repository frontend - import
Modified: hippo-ecm/trunk/tools/pom.xml =================================================================== --- hippo-ecm/trunk/tools/pom.xml 2009-12-03 14:42:33 UTC (rev 21007) +++ hippo-ecm/trunk/tools/pom.xml 2009-12-03 14:56:18 UTC (rev 21008) @@ -34,10 +34,7 @@ - migration - content-importer testutils - dropbox eclipse projectexport development-content From helpdesk at onehippo.com Thu Dec 3 15:46:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 15:56:53 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3498) Remove deprecated projects In-Reply-To: <5771211.246561259850255838.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16586247.246631259851575883.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3498. ------------------------------------------ Resolution: Fixed > Remove deprecated projects > --------------------------- > > Key: HREPTWO-3498 > URL: http://issues.onehippo.com/browse/HREPTWO-3498 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.11.00 > > > Remove the following projects: > >> - addon/gallery/import > >> - tools/content-importer > >> - tools/dropbox > >> - tools/migration -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 16:04:39 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 3 16:04:37 2009 Subject: [HippoRepos-dev] [21009] hippo-ecm: HREPTWO-3499: Disable checking remote maven repositories for snapshots Message-ID: <20091203150440.32552C96D@svnnew.onehippo.org> Revision: 21009 Author: bvdschans Date: 2009-12-03 16:04:39 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3499: Disable checking remote maven repositories for snapshots Modified Paths: -------------- hippo-ecm/trunk/pom.xml Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-03 14:56:18 UTC (rev 21008) +++ hippo-ecm/trunk/pom.xml 2009-12-03 15:04:39 UTC (rev 21009) @@ -272,7 +272,7 @@ Hippo ECM maven 2 repository. http://repository.hippocms.org/maven2/ - true + false never @@ -284,7 +284,7 @@ Hippo ECM Maven 1 repository. http://repository.hippocms.org/maven/ - true + false never @@ -295,7 +295,7 @@ codehaus http://repository.codehaus.org/org/codehaus/mojo/ - true + false never @@ -306,7 +306,7 @@ JPOX Maven 1 repository. http://www.jpox.org/downloads/maven/ - true + false never @@ -318,7 +318,7 @@ Glassfish maven repository http://download.java.net/maven/glassfish - true + false never @@ -342,7 +342,7 @@ http://people.apache.org/repo/m2-snapshot-repository default - true + false true @@ -357,7 +357,7 @@ http://www.jpox.org/downloads/maven2/ default - true + false never From helpdesk at onehippo.com Thu Dec 3 15:55:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 16:05:53 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3499) Disable checking remote maven repositories for snapshots In-Reply-To: <28462653.246651259852115753.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22497151.246671259852115780.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3499. ------------------------------------------ Resolution: Fixed > Disable checking remote maven repositories for snapshots > -------------------------------------------------------- > > Key: HREPTWO-3499 > URL: http://issues.onehippo.com/browse/HREPTWO-3499 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.11.00 > > > This enormously speeds up the build. > For example building the repository module goes from 1 min 52 to 24 secs > We can always enable snapshots from a specific repository again when needed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 15:55:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 16:05:55 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3499) Disable checking remote maven repositories for snapshots Message-ID: <28462653.246651259852115753.JavaMail.jira@jira.vm.castaserver.com> Disable checking remote maven repositories for snapshots -------------------------------------------------------- Key: HREPTWO-3499 URL: http://issues.onehippo.com/browse/HREPTWO-3499 Project: Hippo Repository 2 Issue Type: Task Reporter: Bart van der Schans Assignee: Bart van der Schans Fix For: r2.11.00 This enormously speeds up the build. For example building the repository module goes from 1 min 52 to 24 secs We can always enable snapshots from a specific repository again when needed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 16:06:21 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Thu Dec 3 16:06:19 2009 Subject: [HippoRepos-dev] [21010] hippo-ecm: HREPTWO-3497: also support hippo: request ordering for links directly on handle Message-ID: <20091203150621.E6AD5C96D@svnnew.onehippo.org> Revision: 21010 Author: bvanhalderen Date: 2009-12-03 16:06:21 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3497: also support hippo:request ordering for links directly on handle Modified Paths: -------------- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 15:04:39 UTC (rev 21009) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 15:06:21 UTC (rev 21010) @@ -163,15 +163,9 @@ } } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); - System.err.println("BERRY#1"); - for(ViewNodeId.Child child : childrenArray) - System.err.println("BERRY# "+child+" "+child.getKey()); if (isHandle) { Arrays.sort(childrenArray); } - System.err.println("BERRY#2"); - for(ViewNodeId.Child child : childrenArray) - System.err.println("BERRY# "+child+" "+child.getKey()); for (int i = 0; i < childrenArray.length && (i == 0 || !(singledView && isHandle)); i++) { state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); } From svn-logs at hippocms.org Thu Dec 3 16:51:55 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Thu Dec 3 16:51:53 2009 Subject: [HippoRepos-dev] [21011] hippo-ecm: HREPTWO-3497: backport and improvement to issue where hippo:request Message-ID: <20091203155155.BB71CC96D@svnnew.onehippo.org> Revision: 21011 Author: bvanhalderen Date: 2009-12-03 16:51:54 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3497: backport and improvement to issue where hippo:request items are better ordered be below any documents in the handle. Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-03 15:06:21 UTC (rev 21010) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/test/java/org/hippoecm/repository/FacetSelectTest.java 2009-12-03 15:51:54 UTC (rev 21011) @@ -112,6 +112,7 @@ }; @After + @Override public void tearDown() throws Exception { if(session.getRootNode().hasNode("test")) { session.getRootNode().getNode("test").remove(); @@ -121,6 +122,90 @@ } @Test + public void testRequestsLast() throws Exception { + final String[] data = new String[] { + "/test", "nt:unstructured", + "/test/docs", "hippo:testdocument", + "jcr:mixinTypes", "hippo:harddocument", + "/test/docs/doc", "hippo:handle", + "jcr:mixinTypes", "hippo:hardhandle", + "/test/docs/doc/hippo:request", "hipposys:request", + "/test/docs/doc/doc", "hippo:testdocument", + "jcr:mixinTypes", "hippo:harddocument", + "state", "published", + "/test/test1", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "single", + "/test/testa", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "single", + "/test/test2", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer-single", + "/test/testb", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer-single", + "/test/test3", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer", + "/test/testc", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "prefer", + "/test/test4", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "select", + "/test/testd", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", "state", + "hippo:values", "published", + "hippo:modes", "select", + "/test/test5", "hippo:facetselect", + "hippo:docbase", "/test/docs", + "hippo:facets", null, + "hippo:values", null, + "hippo:modes", null, + "/test/teste", "hippo:facetselect", + "hippo:docbase", "/test/docs/doc", + "hippo:facets", null, + "hippo:values", null, + "hippo:modes", null, + "/test/test6", "hippo:mirror", + "hippo:docbase", "/test/docs", + "/test/testf", "hippo:mirror", + "hippo:docbase", "/test/docs/doc" + }; + build(session, data); + session.save(); + session.refresh(false); + assertEquals("doc",traverse(session, "/test/test1/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testa").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test2/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testb").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test3/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test4/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testd").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test5/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/teste").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/test6/doc").getNodes().nextNode().getName()); + assertEquals("doc",traverse(session, "/test/testf").getNodes().nextNode().getName()); + } + + @Test public void testBasics() throws Exception { build(session, content); session.save(); @@ -186,5 +271,4 @@ assertFalse(session.getRootNode().getNode("test/filter2/filter1/three").getNodes().hasNext()); assertFalse(session.getRootNode().getNode("test/filter2/filter1/four").getNodes().hasNext()); } - } Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 15:06:21 UTC (rev 21010) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/ViewVirtualProvider.java 2009-12-03 15:51:54 UTC (rev 21011) @@ -29,30 +29,34 @@ import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.uuid.UUID; import org.hippoecm.repository.api.HippoNodeType; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; -public class ViewVirtualProvider extends MirrorVirtualProvider -{ +public class ViewVirtualProvider extends MirrorVirtualProvider { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; + private final Logger log = LoggerFactory.getLogger(ViewVirtualProvider.class); + Name handleName; Name requestName; + Name facetSelectName; @Override protected void initialize() throws RepositoryException { super.initialize(); - register(resolveName(HippoNodeType.NT_MIRROR), null); + facetSelectName = resolveName(HippoNodeType.NT_FACETSELECT); handleName = resolveName(HippoNodeType.NT_HANDLE); requestName = resolveName(HippoNodeType.NT_REQUEST); } - - protected NodeState populate(ViewVirtualProvider subProvider, NodeState state,String[] docbase, String[] newFacets, String[] newValues, String[] newModes, boolean newCriteria) throws RepositoryException { - if(docbase == null || docbase.length == 0) { + + protected NodeState populate(ViewVirtualProvider subProvider, NodeState state, String[] docbase, String[] newFacets, String[] newValues, String[] newModes, boolean newCriteria) throws RepositoryException { + if (docbase == null || docbase.length == 0) { return state; } - - if(docbase[0].endsWith("babecafebabe")) { + + if (docbase[0].endsWith("babecafebabe")) { // one of the defined (and fixed, so string compare is fine) system areas return state; } @@ -62,121 +66,131 @@ } catch (IllegalArgumentException e) { log.warn("invalid docbase '" + docbase[0] + "' because not a valid UUID "); } - if(dereference != null) { - - boolean singledView = false; - LinkedHashMap view = new LinkedHashMap(); - LinkedHashMap order = null; - + if (dereference != null) { + boolean singledView = false; + LinkedHashMap view = new LinkedHashMap(); + LinkedHashMap order = null; + if (state.getParentId()!=null && state.getParentId() instanceof ViewNodeId) { // parent state is already virtual, inherit possible filter criteria ViewNodeId viewNodeId = ((ViewNodeId)state.getParentId()); - if(viewNodeId.view != null) { + if (viewNodeId.view != null) { view.putAll(viewNodeId.view); } - if(viewNodeId.order != null) { - if(order == null) { - order = new LinkedHashMap(); + if (viewNodeId.order != null) { + if (order == null) { + order = new LinkedHashMap(); } order.putAll(viewNodeId.order); } singledView = viewNodeId.singledView; - } - - if(newCriteria) { - if(newFacets == null || newValues == null || newModes == null || newFacets.length != newValues.length || newFacets.length != newModes.length) { + } + + if (newCriteria) { + if (newFacets == null || newValues == null || newModes == null || newFacets.length != newValues.length || newFacets.length != newModes.length) { throw new RepositoryException("Malformed definition of faceted selection: all must be of same length and must exist."); } - for(int i=0; i(); + } else if (newModes[i].equalsIgnoreCase("prefer") || newModes[i].equalsIgnoreCase("prefer-single")) { + if (order == null) { + order = new LinkedHashMap(); } order.put(resolveName(newFacets[i]), newValues[i]); - if(newModes[i].endsWith("prefer-single")) { + if (newModes[i].endsWith("prefer-single")) { singledView = true; } - } else if(newModes[i].equalsIgnoreCase("clear")) { + } else if (newModes[i].equalsIgnoreCase("clear")) { view.remove(resolveName(newFacets[i])); } } } - + boolean isHandle = dereference.getNodeTypeName().equals(handleName); - if(order != null && isHandle) { + if (order != null && isHandle) { // since the order is not null, we first have to sort all childs according the order. We only order below a handle Vector children = new Vector(); - for(Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext(); ){ - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); - ViewNodeId childNodeId = subProvider. new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + for (Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); + ViewNodeId childNodeId = subProvider.new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); Arrays.sort(childrenArray); - for(int i = 0; i < childrenArray.length && (i == 0 || !singledView) ; i ++) { + for (int i = 0; i < childrenArray.length && (i == 0 || !singledView); i++) { + if (singledView && childrenArray[i].getKey().equals(requestName)) { + continue; + } else { + state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); + if (singledView) { + continue; + } + } + } + } else { + Vector children = new Vector(); + for (Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); + // filtering is only applied on handles + if (!isHandle || subProvider.match(view, entry.getId())) { + if (isHandle && singledView && entry.getName().equals(requestName)) { + continue; + } else { + ViewNodeId childNodeId = subProvider.new ViewNodeId(state.getNodeId(), entry.getId(), entry.getName(), view, order, singledView); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); + } + } + } + ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); + if (isHandle) { + Arrays.sort(childrenArray); + } + for (int i = 0; i < childrenArray.length && (i == 0 || !(singledView && isHandle)); i++) { state.addChildNodeEntry(childrenArray[i].getKey(), childrenArray[i].getValue()); } - - } else { - for(Iterator iter = dereference.getChildNodeEntries().iterator(); iter.hasNext(); ) { - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); - // filtering is only applied on handles - if(!isHandle || subProvider.match(view, entry.getId())) { - if(isHandle && singledView && getNodeState(entry.getId()).getNodeTypeName().equals(requestName)) { - continue; - } else { - NodeId childNodeId = subProvider . new ViewNodeId(state.getNodeId(),entry.getId(),entry.getName(),view,order,singledView); - state.addChildNodeEntry(entry.getName(), childNodeId); - - if(isHandle && singledView) { - // stop after first match because single hippo document view - break; - } - } - } - } } } return state; } - + @Override public NodeState populate(NodeState state) throws RepositoryException { String[] docbase = getProperty(state.getNodeId(), docbaseName); return populate(this, state, docbase, null, null, null, false); } - protected boolean match(Map view, NodeId candidate) { - for(Map.Entry entry : view.entrySet()) { + protected boolean match(Map view, NodeId candidate) { + for (Map.Entry entry : view.entrySet()) { Name facet = entry.getKey(); String value = entry.getValue(); String[] matching = getProperty(candidate, facet); - if(matching != null && matching.length > 0) { - if(value != null && !value.equals("") && !value.equals("*")) { + if (matching != null && matching.length > 0) { + if (value != null && !value.equals("") && !value.equals("*")) { int i; - for(i=0; i children = new Vector(); - for(Iterator iter = upstream.getChildNodeEntries().iterator(); iter.hasNext(); ) { - ChildNodeEntry entry = (ChildNodeEntry) iter.next(); + for (Iterator iter = upstream.getChildNodeEntries().iterator(); iter.hasNext();) { + ChildNodeEntry entry = (ChildNodeEntry)iter.next(); if (!isHandle || match(viewId.view, entry.getId())) { /* * below we check on the entry's nodestate wether the node type is hippo:request, @@ -185,30 +199,30 @@ * extra performance hit */ if (viewId.singledView && isHandle) { - if (getNodeState(entry.getId()).getNodeTypeName().equals(requestName)) { + if (entry.getName().equals(requestName)) { continue; } else { ViewNodeId childNodeId = new ViewNodeId(nodeId, entry.getId(), entry.getName(), viewId.view, viewId.order, viewId.singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); // stop after first match because single hippo document view, and not using sorted set - if(viewId.order == null) { + if (viewId.order == null) { break; } } } else { ViewNodeId childNodeId = new ViewNodeId(nodeId, entry.getId(), entry.getName(), viewId.view, viewId.order, viewId.singledView); - children.add(childNodeId . new Child(entry.getName(), childNodeId)); + children.add(childNodeId.new Child(entry.getName(), childNodeId)); } } } ViewNodeId.Child[] childrenArray = children.toArray(new ViewNodeId.Child[children.size()]); - if(viewId.order != null && isHandle) { + if (isHandle) { Arrays.sort(childrenArray); } - for(int i=0; i view; - LinkedHashMap order; + LinkedHashMap view; + LinkedHashMap order; - ViewNodeId(NodeId parent, NodeId upstream, Name name, LinkedHashMap view, LinkedHashMap order, boolean singledView) { + ViewNodeId(NodeId parent, NodeId upstream, Name name, LinkedHashMap view, LinkedHashMap order, boolean singledView) { super(ViewVirtualProvider.this, parent, name, upstream); this.view = view; this.order = order; @@ -229,36 +243,46 @@ class Child implements Comparable { Name name; ViewNodeId nodeId; + Child(Name name, ViewNodeId viewNodeId) { this.name = name; this.nodeId = viewNodeId; } + public Name getKey() { return name; } + public ViewNodeId getValue() { return ViewNodeId.this; } + public int compareTo(Child o) { - if(o == null) { + if (o == null) { throw new NullPointerException(); } - if(o.equals(this)) { - return 0; + if (o.equals(this)) { + return 0; } - if(order == null) - // never return 0 (See Comparable api) - return 1; + if (order == null) { + if (name.equals(requestName)) { + return 1; + } else if (o.name.equals(requestName)) { + return -1; + } + // never return 0 (See Comparable api) + return -1; + } - for(Map.Entry entry : order.entrySet()) { + for (Map.Entry entry : order.entrySet()) { Name facet = entry.getKey(); String value = entry.getValue(); int thisFacetValueIndex = -1; String[] thisFacetValues = getProperty(upstream, facet); - if(thisFacetValues != null) { - for(int i=0; i getOrder() { + if (this.order != null) { + return new LinkedHashMap(this.order); + } + return null; + } + + public LinkedHashMap getView() { + if (this.view != null) { + return new LinkedHashMap(this.view); + } + return null; + } + + public boolean isSingledView() { + return this.singledView; + } } } From helpdesk at onehippo.com Thu Dec 3 16:41:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 16:51:57 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3497) Backport HREPTWO-3472: live site does not show published document In-Reply-To: <21514522.246451259849475709.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6482391.247101259854875705.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3497: ---------------------------------------- Fix Version/s: r2.11.00 > Backport HREPTWO-3472: live site does not show published document > ----------------------------------------------------------------- > > Key: HREPTWO-3497 > URL: http://issues.onehippo.com/browse/HREPTWO-3497 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.09.05, r2.11.00 > > Original Estimate: 2 hours > Remaining Estimate: 2 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 16:51:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Thu Dec 3 17:01:53 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3497) Backport HREPTWO-3472: live site does not show published document In-Reply-To: <21514522.246451259849475709.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22173990.247331259855475757.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3497. ----------------------------------------- Resolution: Fixed > Backport HREPTWO-3472: live site does not show published document > ----------------------------------------------------------------- > > Key: HREPTWO-3497 > URL: http://issues.onehippo.com/browse/HREPTWO-3497 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.09.05, r2.11.00 > > Original Estimate: 2 hours > Remaining Estimate: 2 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 17:12:15 2009 From: helpdesk at onehippo.com (JIRA (Robbert Kauffman)) Date: Thu Dec 3 17:22:54 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3404) Verify Eclipse part in online documentation In-Reply-To: <18528438.174451258964535989.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <5608828.247461259856735795.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=76422#action_76422 ] Robbert Kauffman commented on HREPTWO-3404: ------------------------------------------- Volgens Stephan hoeft deze error niet perse aan een verouderde versie van Jetty te liggen. Omdat Bart het project wel kan runnen op zijn Eclipse. Dus moet de fout ergens anders liggen. Tijdens het testen kwam ik de volgende dingen tegen waaraan met misschien zou kunnen liggen: -Onduidelijk welke versie van quickstart te gebruiken. Zowel de laatste versie als versie 2.09.03 (zelfde als die bij het aanmaken van web.xml bij Maven documentatie wordt gebruikt) geven mij errors. -Bij de stap 'Set WebApp dir to target/classes' is mij onduidelijk welke map wordt bedoelt. Ik heb namelijk geen map classes in mijn target map. Alleen de war file en de uitgepakte snapshot. Ik heb maar de uitgepakte snapshot folder gebruikt als webapp dir. > Verify Eclipse part in online documentation > -------------------------------------------- > > Key: HREPTWO-3404 > URL: http://issues.onehippo.com/browse/HREPTWO-3404 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Stephan Westen > Assignee: Bart van der Schans > > see http://www.onehippo.org/cms7/documentation/extending+CMS7/howto/gui_plugin.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 3 18:00:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 18:10:53 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3500) Improve build time by only invoking the buildnumber plugin where needed Message-ID: <11579102.247801259859615737.JavaMail.jira@jira.vm.castaserver.com> Improve build time by only invoking the buildnumber plugin where needed ----------------------------------------------------------------------- Key: HREPTWO-3500 URL: http://issues.onehippo.com/browse/HREPTWO-3500 Project: Hippo Repository 2 Issue Type: Improvement Reporter: Bart van der Schans Assignee: Bart van der Schans Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 18:13:08 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 3 18:13:05 2009 Subject: [HippoRepos-dev] [21013] hippo-ecm/trunk: HREPTWO-3500: Improve build time by only invoking the buildnumber plugin where needed Message-ID: <20091203171308.1EADAC96D@svnnew.onehippo.org> Revision: 21013 Author: bvdschans Date: 2009-12-03 18:13:07 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-3500: Improve build time by only invoking the buildnumber plugin where needed Modified Paths: -------------- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java hippo-ecm/trunk/addon/xinha/pom.xml hippo-ecm/trunk/archetypes/addon/pom.xml hippo-ecm/trunk/frontend/application/pom.xml hippo-ecm/trunk/frontend/engine/pom.xml hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.html hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.properties hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin_nl.properties hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/RememberMeLoginPlugin.html hippo-ecm/trunk/package/ear/pom.xml hippo-ecm/trunk/package/layout/pom.xml hippo-ecm/trunk/package/skin/pom.xml hippo-ecm/trunk/package/war/pom.xml hippo-ecm/trunk/pom.xml hippo-ecm/trunk/quickstart/bin/pom.xml hippo-ecm/trunk/quickstart/ear/pom.xml hippo-ecm/trunk/quickstart/war/pom.xml hippo-ecm/trunk/repository/application/pom.xml hippo-ecm/trunk/repository/engine/pom.xml hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java hippo-ecm/trunk/tools/development-content/pom.xml Modified: hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java =================================================================== --- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java 2009-12-03 17:13:07 UTC (rev 21013) @@ -38,6 +38,7 @@ import org.apache.wicket.model.AbstractReadOnlyModel; import org.apache.wicket.model.IModel; import org.apache.wicket.protocol.http.WebApplication; +import org.hippoecm.frontend.Home; import org.hippoecm.frontend.session.UserSession; import org.hippoecm.repository.HippoRepositoryFactory; @@ -137,7 +138,8 @@ } if (istream == null) { try { - istream = HippoRepositoryFactory.getManifest(getClass()).openStream(); + // try to get the version from the frontend-engine manifest + istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); } catch (FileNotFoundException ex) { } catch (IOException ex) { } Modified: hippo-ecm/trunk/addon/xinha/pom.xml =================================================================== --- hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/addon/xinha/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -48,19 +48,28 @@ - org.apache.maven.plugins - maven-surefire-plugin + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + - always - ${project.build.directory} + false + false org.apache.maven.plugins - maven-compiler-plugin + maven-surefire-plugin - 1.5 - 1.5 + always + ${project.build.directory} Modified: hippo-ecm/trunk/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/archetypes/addon/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -47,20 +47,6 @@ 2.0-alpha-3 true - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - ${buildNumber} - - - -
Modified: hippo-ecm/trunk/frontend/application/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/application/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/application/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -69,6 +69,23 @@ + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/frontend/engine/pom.xml =================================================================== --- hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/engine/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -81,6 +81,40 @@ package + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + true + + + ${buildNumber} + + + + + false Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.html =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.html 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.html 2009-12-03 17:13:07 UTC (rev 21013) @@ -53,8 +53,7 @@ unknown unknown
- unknown - + unknown © 1999-2009 Hippo B.V. Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-03 17:13:07 UTC (rev 21013) @@ -93,7 +93,7 @@ } if (istream == null) { try { - istream = HippoRepositoryFactory.getManifest(getClass()).openStream(); + istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); } catch(FileNotFoundException ex) { } catch(IOException ex) { } Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.properties =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.properties 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.properties 2009-12-03 17:13:07 UTC (rev 21013) @@ -4,8 +4,8 @@ password-label: Password locale-label: Language submit-label: login -repository-version-intro-label: ( -repository-version-outro-label: )
+repository-version-intro-label:( +repository-version-outro-label:)
cms-version-intro-label: Hippo CMS version  cms-version-mitro-label: build  cms-version-outro-label: Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin_nl.properties =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin_nl.properties 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin_nl.properties 2009-12-03 17:13:07 UTC (rev 21013) @@ -4,8 +4,8 @@ password-label: Wachtwoord locale-label: Taal submit-label: login -repository-version-intro-label: ( -repository-version-outro-label: )
+repository-version-intro-label:( +repository-version-outro-label:)
cms-version-intro-label: Hippo CMS versie  cms-version-mitro-label: build  cms-version-outro-label: Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/RememberMeLoginPlugin.html =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/RememberMeLoginPlugin.html 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/RememberMeLoginPlugin.html 2009-12-03 17:13:07 UTC (rev 21013) @@ -57,8 +57,7 @@ unknown unknown
- unknown - + unknown © 1999-2009 Hippo B.V. Modified: hippo-ecm/trunk/package/ear/pom.xml =================================================================== --- hippo-ecm/trunk/package/ear/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/package/ear/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -270,6 +270,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-ear-plugin Modified: hippo-ecm/trunk/package/layout/pom.xml =================================================================== --- hippo-ecm/trunk/package/layout/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/package/layout/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -37,6 +37,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/package/skin/pom.xml =================================================================== --- hippo-ecm/trunk/package/skin/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/package/skin/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -37,6 +37,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/package/war/pom.xml =================================================================== --- hippo-ecm/trunk/package/war/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/package/war/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -270,6 +270,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/pom.xml =================================================================== --- hippo-ecm/trunk/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -430,16 +430,6 @@ org.apache.maven.plugins maven-jar-plugin 2.2 - - - - true - - - ${buildNumber} - - - org.apache.maven.plugins @@ -977,38 +967,6 @@ - true - org.codehaus.mojo - buildnumber-maven-plugin - - - id1 - validate - - create - - - - id2 - install - - create - - - - id3 - verify - - create - - - - - false - false - - - false maven-clean-plugin @@ -1028,35 +986,6 @@ - Modified: hippo-ecm/trunk/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/quickstart/bin/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -126,7 +126,24 @@ true - + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + org.apache.maven.plugins maven-war-plugin Modified: hippo-ecm/trunk/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/quickstart/ear/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -294,6 +294,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-ear-plugin Modified: hippo-ecm/trunk/quickstart/war/pom.xml =================================================================== --- hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/quickstart/war/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -351,6 +351,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/repository/application/pom.xml =================================================================== --- hippo-ecm/trunk/repository/application/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/repository/application/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -88,6 +88,23 @@ package + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-war-plugin 2.1-beta-1 Modified: hippo-ecm/trunk/repository/engine/pom.xml =================================================================== --- hippo-ecm/trunk/repository/engine/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/repository/engine/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -189,7 +189,46 @@ + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-4 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + test-jar + + + + + + + true + + + ${buildNumber} + + + + + + org.apache.maven.plugins maven-eclipse-plugin @@ -204,24 +243,6 @@ org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - true - - - - - - org.apache.maven.plugins maven-surefire-plugin always Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java 2009-12-03 17:13:07 UTC (rev 21013) @@ -98,7 +98,7 @@ InputStream istream = HippoRepositoryFactory.getManifest(getClass()).openStream(); if (istream != null) { Manifest manifest = new Manifest(istream); - return manifest.getMainAttributes().getValue("Implementation-Version"); + return manifest.getMainAttributes().getValue("Implementation-Version") + " build " + manifest.getMainAttributes().getValue("Implementation-Build"); } else { return null; } Modified: hippo-ecm/trunk/tools/development-content/pom.xml =================================================================== --- hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-03 17:08:04 UTC (rev 21012) +++ hippo-ecm/trunk/tools/development-content/pom.xml 2009-12-03 17:13:07 UTC (rev 21013) @@ -91,8 +91,6 @@ package - false From helpdesk at onehippo.com Thu Dec 3 18:03:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 3 18:13:52 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3500) Improve build time by only invoking the buildnumber plugin where needed In-Reply-To: <11579102.247801259859615737.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9825652.247821259859795751.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3500. ------------------------------------------ Resolution: Fixed > Improve build time by only invoking the buildnumber plugin where needed > ----------------------------------------------------------------------- > > Key: HREPTWO-3500 > URL: http://issues.onehippo.com/browse/HREPTWO-3500 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 3 18:29:16 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 3 18:29:13 2009 Subject: [HippoRepos-dev] [21014] hippo-ecm: HREPTWO-16: Try to fetch the 'real' cms version first Message-ID: <20091203172916.B74C7C19E@svnnew.onehippo.org> Revision: 21014 Author: bvdschans Date: 2009-12-03 18:29:15 +0100 (Thu, 03 Dec 2009) Log Message: ----------- HREPTWO-16: Try to fetch the 'real' cms version first Modified Paths: -------------- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java Modified: hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java =================================================================== --- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java 2009-12-03 17:13:07 UTC (rev 21013) +++ hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/system/SystemInfoDataProvider.java 2009-12-03 17:29:15 UTC (rev 21014) @@ -127,21 +127,22 @@ private String getCMSVersion() { StringBuffer sb = new StringBuffer(); - ServletContext servletContext = ((WebApplication) Application.get()).getServletContext(); + InputStream istream = null; try { - InputStream istream = servletContext.getResourceAsStream("META-INF/MANIFEST.MF"); - if (istream == null) { - File manifestFile = new File(servletContext.getRealPath("/"), "META-INF/MANIFEST.MF"); - if (manifestFile.exists()) { - istream = new FileInputStream(manifestFile); - } + try { + // try to get the version from the frontend-engine manifest + istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); + } catch (FileNotFoundException ex) { + } catch (IOException ex) { } if (istream == null) { - try { - // try to get the version from the frontend-engine manifest - istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); - } catch (FileNotFoundException ex) { - } catch (IOException ex) { + ServletContext servletContext = ((WebApplication) Application.get()).getServletContext(); + istream = servletContext.getResourceAsStream("META-INF/MANIFEST.MF"); + if (istream == null) { + File manifestFile = new File(servletContext.getRealPath("/"), "META-INF/MANIFEST.MF"); + if (manifestFile.exists()) { + istream = new FileInputStream(manifestFile); + } } } if (istream != null) { From helpdesk at onehippo.com Fri Dec 4 08:50:16 2009 From: helpdesk at onehippo.com (JIRA (Dennis Dam)) Date: Fri Dec 4 09:00:57 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3501) Order of document types in folder workflow dropdown is not preserved Message-ID: <8703611.248231259913016836.JavaMail.jira@jira.vm.castaserver.com> Order of document types in folder workflow dropdown is not preserved -------------------------------------------------------------------- Key: HREPTWO-3501 URL: http://issues.onehippo.com/browse/HREPTWO-3501 Project: Hippo Repository 2 Issue Type: Bug Components: addon-cms-prototype Affects Versions: r2.09.04 Reporter: Dennis Dam Assignee: Stephan Westen In our content structure we have restrictions on almost every folder by using specific template queries, e.g. a query "new-folder" and a query "new-news-document", which are set in the hippostd:foldertype property of a folder like so: new-news-document new-folder Both queries contain exactly 1 document / folder type. I expect to see the "Create news document" in the top of the folder workflow context menu, and "Create folder" below that, but that is not always the case! The order seems random. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 14:21:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Fri Dec 4 14:31:56 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3502) Provide way to customize document icons through css Message-ID: <20951853.251431259932875878.JavaMail.jira@jira.vm.castaserver.com> Provide way to customize document icons through css --------------------------------------------------- Key: HREPTWO-3502 URL: http://issues.onehippo.com/browse/HREPTWO-3502 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Arthur Bogaart Assignee: Arthur Bogaart Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Fri Dec 4 15:29:12 2009 From: svn-logs at hippocms.org (abogaart) Date: Fri Dec 4 15:29:11 2009 Subject: [HippoRepos-dev] [21017] hippo-ecm: HREPTWO-3502: Provide way to customize document icons through css Message-ID: <20091204142912.0AD95C96D@svnnew.onehippo.org> Revision: 21017 Author: abogaart Date: 2009-12-04 15:29:10 +0100 (Fri, 04 Dec 2009) Log Message: ----------- HREPTWO-3502: Provide way to customize document icons through css https://issues.onehippo.com/browse/HREPTWO-3502 - Next to the default class (document-16) the document-type will be added to the class attribute as well. The value is parsed as follows: {namespace-prefix} + "-" + "{type-name} Modified Paths: -------------- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/IconAttributeModifier.java Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/IconAttributeModifier.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/IconAttributeModifier.java 2009-12-04 11:38:27 UTC (rev 21016) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/list/resolvers/IconAttributeModifier.java 2009-12-04 14:29:10 UTC (rev 21017) @@ -19,6 +19,7 @@ import javax.jcr.Node; import javax.jcr.RepositoryException; +import org.apache.commons.lang.StringUtils; import org.apache.wicket.AttributeModifier; import org.apache.wicket.model.LoadableDetachableModel; import org.apache.wicket.model.Model; @@ -36,7 +37,7 @@ static final Logger log = LoggerFactory.getLogger(IconAttributeModifier.class); - private static class IconAttributeModel extends LoadableDetachableModel { + private static class IconAttributeModel extends LoadableDetachableModel { private static final long serialVersionUID = 1L; private JcrNodeModel nodeModel; @@ -51,8 +52,21 @@ nodeModel.detach(); } - protected Object load() { + protected String load() { Node node = nodeModel.getNode(); + String classValue = getIconClassname(node); + try { + if (classValue != null && node.isNodeType(HippoNodeType.NT_HANDLE) && node.hasNode(node.getName())) { + Node child = node.getNode(node.getName()); + classValue += " " + StringUtils.replace(child.getPrimaryNodeType().getName(), ":", "-"); + } + } catch (RepositoryException e) { + log.error("Unable to determine document-type-specific icon for document", e); + } + return classValue; + } + + private String getIconClassname(Node node) { if (node != null) { try { if (node.isNodeType(HippoNodeType.NT_HANDLE)) { @@ -104,7 +118,7 @@ @Override public AttributeModifier getColumnAttributeModifier(Node node) { - return new CssClassAppender(new Model("icon-16")); + return new CssClassAppender(new Model("icon-16")); } } From helpdesk at onehippo.com Fri Dec 4 15:20:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Fri Dec 4 15:30:58 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3502) Provide way to customize document icons through css In-Reply-To: <20951853.251431259932875878.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <17663660.252311259936415959.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart resolved HREPTWO-3502. ------------------------------------- Resolution: Fixed > Provide way to customize document icons through css > --------------------------------------------------- > > Key: HREPTWO-3502 > URL: http://issues.onehippo.com/browse/HREPTWO-3502 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Arthur Bogaart > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > Original Estimate: 1 hour > Remaining Estimate: 1 hour > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 16:21:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Fri Dec 4 16:31:56 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3491) Fullscreen not working correctly In-Reply-To: <32375083.237741259760855885.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21521228.253101259940075791.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Bogaart updated HREPTWO-3491: ------------------------------------ Original Estimate: 0 minutes Remaining Estimate: 0 minutes Fix Version/s: (was: r2.11.00) Backlog rank: (was: 8040000000) Can't reproduce this on FF3.5.*, works like it should. > Fullscreen not working correctly > -------------------------------- > > Key: HREPTWO-3491 > URL: http://issues.onehippo.com/browse/HREPTWO-3491 > Project: Hippo Repository 2 > Issue Type: Bug > Environment: FFX 3.5.5 > IE7 > Reporter: Hippo Helpdesk > Assignee: Arthur Bogaart > Priority: High > Attachments: screenshot-1.jpg > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) > In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like the screenshot. The textfield is not fullscreen, and it's not possible to change the size either. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 16:23:15 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Fri Dec 4 16:33:56 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3503) Fix Xinha-loaded callback: now injects a custom Xinha plugin, should use _onGenerate method Message-ID: <30833887.253121259940195732.JavaMail.jira@jira.vm.castaserver.com> Fix Xinha-loaded callback: now injects a custom Xinha plugin, should use _onGenerate method ------------------------------------------------------------------------------------------- Key: HREPTWO-3503 URL: http://issues.onehippo.com/browse/HREPTWO-3503 Project: Hippo Repository 2 Issue Type: Improvement Reporter: Arthur Bogaart Assignee: Arthur Bogaart Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 21:24:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Fri Dec 4 21:34:56 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3504) Retag and release 2.06.14 as 2.06.15 Message-ID: <26059340.254111259958255829.JavaMail.jira@jira.vm.castaserver.com> Retag and release 2.06.14 as 2.06.15 ------------------------------------ Key: HREPTWO-3504 URL: http://issues.onehippo.com/browse/HREPTWO-3504 Project: Hippo Repository 2 Issue Type: Task Affects Versions: r2.06.14 Reporter: Berry van Halderen Assignee: Berry van Halderen -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Fri Dec 4 21:37:11 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Fri Dec 4 21:37:06 2009 Subject: [HippoRepos-dev] [21022] hippo-ecm/tags/Tag-HREPTWO-v2_06_15/: HREPTWO-3504: re-tag 2.06. 14 as 2.06.15 Message-ID: <20091204203711.20FD4C19E@svnnew.onehippo.org> Revision: 21022 Author: bvanhalderen Date: 2009-12-04 21:37:09 +0100 (Fri, 04 Dec 2009) Log Message: ----------- HREPTWO-3504: re-tag 2.06.14 as 2.06.15 Added Paths: ----------- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/ Property changes on: hippo-ecm/tags/Tag-HREPTWO-v2_06_15 ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target jpox.log Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx:17183-17186,17202,17206,17211-17212 /hippo-ecm/tags/Tag-HREPTWO-v2_06_10:19377 /hippo-ecm/trunk:18836,18838,18840,19082-19083,19124-19125,19306,19308,19314-19315,19320-19321,19323,19325,19330-19331,19769,20166 From svn-logs at hippocms.org Fri Dec 4 21:51:47 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Fri Dec 4 21:51:48 2009 Subject: [HippoRepos-dev] [21023] hippo-ecm/tags/Tag-HREPTWO-v2_06_15: HREPTWO-3504: update pom. xml information Message-ID: <20091204205147.8089BC19E@svnnew.onehippo.org> Revision: 21023 Author: bvanhalderen Date: 2009-12-04 21:51:44 +0100 (Fri, 04 Dec 2009) Log Message: ----------- HREPTWO-3504: update pom.xml information Modified Paths: -------------- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils/pom.xml Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.06.14 + 2.06.15 Builtin common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/common org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.06.14 + 2.06.15 Builtin frontend addon @@ -28,36 +28,36 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Builtin addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.06.14 + 2.06.15 Builtin repository addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.06.14 + 2.06.15 Builtin addon tests @@ -28,33 +28,33 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/builtin/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/builtin/test org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test @@ -66,13 +66,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS admin addon @@ -28,28 +28,28 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/admin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/admin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/admin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/admin org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 provided Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS browse addon @@ -28,31 +28,31 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/browse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/browse - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/browse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/browse org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS dashboard addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/dashboard - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/dashboard - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/dashboard + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/dashboard org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS edit addon @@ -28,49 +28,49 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/edit - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/edit - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/edit + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/edit org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test tests org.hippoecm hippo-ecm-frontend-engine-test - 2.06.14 + 2.06.15 test tests org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS management addon @@ -28,34 +28,34 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/management - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/management - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/management + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/management org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 CMS addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.06.14 + 2.06.15 CMS root addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/root - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/root - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/cms/root + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/cms/root @@ -41,17 +41,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.06.14 + 2.06.15 Defaultcontent frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/defaultcontent/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/defaultcontent/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/defaultcontent/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/frontend Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Default content addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/defaultcontent/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.06.14 + 2.06.15 Defaultcontent repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Eavesdrop @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/eavesdrop - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/eavesdrop - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/eavesdrop + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/eavesdrop org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-plugins - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 javax.servlet @@ -57,12 +57,12 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Hippo ECM editor common addon @@ -28,23 +28,23 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/common org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Hippo ECM editor frontend addon @@ -28,37 +28,37 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/frontend org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Editor addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.06.14 + 2.06.15 Hippo ECM editor repository addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/repository org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Hippo ECM editor test addon @@ -28,62 +28,62 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/editor/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/editor/test org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-frontend-engine-test - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-editor-repository - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.06.14 + 2.06.15 Faceted date frontend addon @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Faceted date addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.06.14 + 2.06.15 Faceted date repository addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/faceteddate/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/faceteddate/repository org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 provided @@ -56,13 +56,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.06.14 + 2.06.15 Gallery common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/common org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.06.14 + 2.06.15 Gallery frontend addon @@ -28,46 +28,46 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-frontend - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.06.14 + 2.06.15 Gallery import addon @@ -28,28 +28,28 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/import - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/import - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/import + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-tools-content-importer - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Gallery Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.06.14 + 2.06.15 Gallery Addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gallery/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Goto frontend addon @@ -27,22 +27,22 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gotolink - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gotolink - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/gotolink + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/gotolink org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 provided org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 provided Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Ldap Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.06.14 + 2.06.15 Ldap Addon Repository @@ -31,12 +31,12 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 @@ -48,9 +48,9 @@ - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/ldap/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/ldap/repository Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Addons @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.06.14 + 2.06.15 Reporting frontend addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Reporting addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.06.14 + 2.06.15 Reporting repository addon @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reporting/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reporting/repository Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.06.14 + 2.06.15 Reviewed action common addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/common org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 javax.jdo Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.06.14 + 2.06.15 Reviewed action frontend addon @@ -28,41 +28,41 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/frontend org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Reviewed action addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.06.14 + 2.06.15 Reviewed action repository addon @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/repository org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 javax.jdo Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.06.14 + 2.06.15 Reviewed action addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/reviewed-action/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/reviewed-action/test @@ -39,31 +39,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.06.14 + 2.06.15 test @@ -74,7 +74,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.06.14 + 2.06.15 Sample common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/common org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 javax.jdo Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.06.14 + 2.06.15 Sample frontend addon @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-sample-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Sample addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.06.14 + 2.06.15 Sample repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/repository @@ -38,12 +38,12 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-sample-common - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.06.14 + 2.06.15 Sample addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/sample/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/sample/test @@ -38,31 +38,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-sample-common - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-sample-frontend - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-sample-repository - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.06.14 + 2.06.15 Search frontend addon @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Search Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/search + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/search Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.06.14 + 2.06.15 Standards frontend addon @@ -28,42 +28,42 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/frontend org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-engine-test - 2.06.14 + 2.06.15 test tests org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Standards addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/standards + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/standards Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Versioning frontend addon @@ -27,34 +27,34 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/versioning - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/versioning - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/versioning + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/versioning org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 provided org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 provided Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Workflow @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/workflow - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/workflow - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/workflow + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/workflow @@ -42,19 +42,19 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Xinha addon @@ -28,9 +28,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 Xinha addon frontend plugin @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha-frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha-frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/xinha-frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/xinha-frontend org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 hippo @@ -58,27 +58,27 @@ org.hippoecm hippo-ecm-addon-yui - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test tests org.hippoecm hippo-ecm-frontend-engine-test - 2.06.14 + 2.06.15 test tests Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.06.14 + 2.06.15 YUI frontend addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/yui - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/yui - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/addon/yui + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/addon/yui org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 API @@ -27,9 +27,9 @@ hippo-ecm-api - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/api - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/api - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/api + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/api Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.06.14 + 2.06.15 Addon archetype @@ -28,9 +28,9 @@ maven-archetype - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/addon Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Archetypes @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/archetypes + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/archetypes Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.06.14 + 2.06.15 Minimal frontend app @@ -28,21 +28,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-frontend-plugins - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.06.14 + 2.06.15 Frontend engine @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/engine org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 org.apache.wicket Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.06.14 + 2.06.15 Frontend plugins @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/plugins - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/plugins - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/plugins + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/plugins @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Frontend @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.06.14 + 2.06.15 Frontend engine test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/frontend/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/frontend/test @@ -39,32 +39,32 @@ org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test tests org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-frontend-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-frontend-plugins - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM authorisation configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/auth - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/auth - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/auth + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/auth Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM package configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/config - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/config - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/config + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/config Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM EAR package @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.06.14 + 2.06.15 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.06.14 + 2.06.15 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.06.14 + 2.06.15 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-frontend-application - 2.06.14 + 2.06.15 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.06.14 + 2.06.15 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.06.14 + 2.06.15 jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.06.14 + 2.06.15 jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.06.14 + 2.06.15 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.06.14 + 2.06.15 jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.06.14 + 2.06.15 jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.06.14 + 2.06.15 jar @@ -202,37 +202,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-management - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.06.14 + 2.06.15 jar @@ -240,19 +240,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.06.14 + 2.06.15 jar @@ -260,14 +260,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM CMS layout @@ -28,9 +28,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/layout - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/layout - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/layout + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/layout Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Hippo ECM package @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package - https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM package skin @@ -28,9 +28,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/skin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/skin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/skin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/skin Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM package test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/test @@ -48,34 +48,34 @@ org.hippoecm hippo-ecm-package-war - 2.06.14 + 2.06.15 war test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test org.hippoecm hippo-ecm-package-ear - 2.06.14 + 2.06.15 ear test org.hippoecm hippo-ecm-quickstart-ear - 2.06.14 + 2.06.15 ear test org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 jar test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.06.14 + 2.06.15 Hippo ECM WAR package @@ -28,9 +28,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/package/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/package/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.06.14 + 2.06.15 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.06.14 + 2.06.15 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.06.14 + 2.06.15 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-frontend-application - 2.06.14 + 2.06.15 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.06.14 + 2.06.15 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.06.14 + 2.06.15 jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.06.14 + 2.06.15 jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.06.14 + 2.06.15 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.06.14 + 2.06.15 jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.06.14 + 2.06.15 jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.06.14 + 2.06.15 jar @@ -202,37 +202,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-management - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.06.14 + 2.06.15 jar @@ -240,19 +240,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.06.14 + 2.06.15 jar @@ -260,14 +260,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -51,13 +51,13 @@ May not contain dots as they are processed by Apache velocity. Can be used in xdoc files with the extension .xml.vm --> - 2.06.14 - /tags/Tag-HREPTWO-v2_06_14 - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-war/2.06.14/hippo-ecm-quickstart-war-2.06.14.war - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-ear/2.06.14/hippo-ecm-quickstart-ear-2.06.14.ear - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.06.14/hippo-ecm-quickstart-bin-2.06.14.zip - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.06.14/hippo-ecm-quickstart-bin-2.06.14.tar.gz - hippo-ecm-package-ear-2.06.14.ear + 2.06.15 + /tags/Tag-HREPTWO-v2_06_15 + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-war/2.06.15/hippo-ecm-quickstart-war-2.06.15.war + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-ear/2.06.15/hippo-ecm-quickstart-ear-2.06.15.ear + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.06.15/hippo-ecm-quickstart-bin-2.06.15.zip + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.06.15/hippo-ecm-quickstart-bin-2.06.15.tar.gz + hippo-ecm-package-ear-2.06.15.ear http://repo1.maven.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar http://wiki.hippo.nl/display/CMS7/Home http://svn.hippocms.org/repos/hippo/hippo-ecm @@ -109,9 +109,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14 - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14 + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15 + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15 @@ -436,8 +436,8 @@ true true - HREPTWO-3315: - Tag-HREPTWO-v2_06_14 + HREPTWO-3503: + Tag-HREPTWO-v2_06_15 clean Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.06.14 + 2.06.15 Hippo ECM BIN quickstart @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/bin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/bin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/bin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.06.14 + 2.06.15 war Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.06.14 + 2.06.15 Hippo ECM EAR quickstart @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.06.14 + 2.06.15 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.06.14 + 2.06.15 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.06.14 + 2.06.15 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-frontend-application - 2.06.14 + 2.06.15 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.06.14 + 2.06.15 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.06.14 + 2.06.15 jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.06.14 + 2.06.15 jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.06.14 + 2.06.15 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.06.14 + 2.06.15 jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.06.14 + 2.06.15 jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.06.14 + 2.06.15 jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.06.14 + 2.06.15 jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.06.14 + 2.06.15 jar @@ -218,37 +218,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-management - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.06.14 + 2.06.15 jar @@ -256,19 +256,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.06.14 + 2.06.15 jar @@ -276,14 +276,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 jar @@ -291,7 +291,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Hippo ECM quickstart @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart - https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.06.14 + 2.06.15 Hippo ECM WAR quickstart @@ -28,9 +28,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/quickstart/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/quickstart/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.06.14 + 2.06.15 jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.06.14 + 2.06.15 war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.06.14 + 2.06.15 war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.06.14 + 2.06.15 war org.hippoecm hippo-ecm-frontend-application - 2.06.14 + 2.06.15 war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.06.14 + 2.06.15 jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.06.14 + 2.06.15 jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.06.14 + 2.06.15 jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.06.14 + 2.06.15 jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.06.14 + 2.06.15 jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.06.14 + 2.06.15 jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.06.14 + 2.06.15 jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.06.14 + 2.06.15 jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.06.14 + 2.06.15 jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.06.14 + 2.06.15 jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.06.14 + 2.06.15 jar @@ -218,37 +218,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-management - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.06.14 + 2.06.15 jar @@ -256,19 +256,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.06.14 + 2.06.15 jar @@ -276,14 +276,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-workflow - 2.06.14 + 2.06.15 jar @@ -291,13 +291,13 @@ org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.06.14 + 2.06.15 jar org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.06.14 + 2.06.15 Minimal repository app @@ -28,21 +28,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/application org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-repository - 2.06.14 + 2.06.15 @@ -73,7 +73,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 jar test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.06.14 + 2.06.15 Repository connector @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/connector - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/connector - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/connector + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/connector @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.slf4j @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.06.14 + 2.06.15 Repository engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/engine @@ -49,17 +49,17 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-modules - 2.06.14 + 2.06.15 org.apache.lucene @@ -86,7 +86,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.06.14 + 2.06.15 @@ -100,7 +100,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 test Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.06.14 + 2.06.15 Repository modules @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/modules - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/modules - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/modules + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/modules @@ -50,7 +50,7 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.slf4j Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Repository @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.06.14 + 2.06.15 Repository test @@ -28,23 +28,23 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/repository/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/repository/test org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-tools-testutils - 2.06.14 + 2.06.15 test @@ -63,13 +63,13 @@ org.hippoecm hippo-ecm-addon-builtin-repository test - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-engine - 2.06.14 + 2.06.15 test @@ -113,13 +113,13 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-addon-builtin-test - 2.06.14 + 2.06.15 jar Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.06.14 + 2.06.15 Content Importer @@ -28,21 +28,21 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/content-importer - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/content-importer - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/content-importer + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/content-importer org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 runtime Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.06.14 + 2.06.15 hippo-ecm-tools-dropbox @@ -27,9 +27,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/dropbox - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/dropbox - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/dropbox + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/dropbox @@ -46,12 +46,12 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 runtime Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.06.14 + 2.06.15 hippo-ecm-tools-eclipse @@ -36,9 +36,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/eclipse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/eclipse - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/eclipse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/eclipse Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.06.14 + 2.06.15 Migration Tool @@ -28,9 +28,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/migration - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/migration - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/migration + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/migration @@ -89,12 +89,12 @@ org.hippoecm hippo-ecm-api - 2.06.14 + 2.06.15 org.hippoecm hippo-ecm-repository-connector - 2.06.14 + 2.06.15 runtime Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.06.14 + 2.06.15 Tools @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools Modified: hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils/pom.xml =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils/pom.xml 2009-12-04 20:37:09 UTC (rev 21022) +++ hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils/pom.xml 2009-12-04 20:51:44 UTC (rev 21023) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.06.14 + 2.06.15 Test utilities @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/testutils - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/testutils - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_14/tools/testutils + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_06_15/tools/testutils From helpdesk at onehippo.com Fri Dec 4 21:46:16 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Fri Dec 4 21:56:57 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3504) Retag and release 2.06.14 as 2.06.15 In-Reply-To: <26059340.254111259958255829.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3237235.254131259959576002.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3504. ----------------------------------------- Resolution: Fixed > Retag and release 2.06.14 as 2.06.15 > ------------------------------------ > > Key: HREPTWO-3504 > URL: http://issues.onehippo.com/browse/HREPTWO-3504 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.06.14 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.06.15 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 21:46:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Fri Dec 4 21:56:59 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3504) Retag and release 2.06.14 as 2.06.15 In-Reply-To: <26059340.254111259958255829.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <548770.254121259959575951.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3504: ---------------------------------------- Fix Version/s: r2.06.15 > Retag and release 2.06.14 as 2.06.15 > ------------------------------------ > > Key: HREPTWO-3504 > URL: http://issues.onehippo.com/browse/HREPTWO-3504 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.06.14 > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.06.15 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 21:48:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Fri Dec 4 21:58:56 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3171) Multivalued ordered String properties created with the template editor are created as single valued properties In-Reply-To: <27739827.28741255001773553.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22567923.254181259959695869.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3171: ---------------------------------------- Fix Version/s: r2.06.16 (was: r2.06.15) > Multivalued ordered String properties created with the template editor are created as single valued properties > -------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3171 > URL: http://issues.onehippo.com/browse/HREPTWO-3171 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Frank van Lankvelt > Priority: High > Fix For: r2.06.16 > > > - Add String > - Select > - Set ordered > - Set multiple > - Save/done > - Update all content > - edit document with new String > - save > -> error ValueFormatException Single valued property cannot set to array of values -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 4 21:48:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Fri Dec 4 21:58:59 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3496) Make activity plugin more robust against errors In-Reply-To: <20358465.244931259841735857.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <30322856.254151259959695781.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3496: ---------------------------------------- Fix Version/s: r2.06.16 (was: r2.06.15) > Make activity plugin more robust against errors > ----------------------------------------------- > > Key: HREPTWO-3496 > URL: http://issues.onehippo.com/browse/HREPTWO-3496 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.06.14, r2.09.04, r2.10.00 > Reporter: Bart van der Schans > Priority: Top > Fix For: r2.06.16, r2.09.05, r2.11.00 > > > When the activity plugins fails the CMS is inaccessible. For example see the stacktrace below: > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 > javax.jcr.RepositoryException: failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b > javax.jcr.RepositoryException: failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a > javax.jcr.RepositoryException: failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 > javax.jcr.RepositoryException: failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e > javax.jcr.RepositoryException: failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 > javax.jcr.RepositoryException: failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e > javax.jcr.RepositoryException: failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 > javax.jcr.RepositoryException: failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 > javax.jcr.RepositoryException: failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad > javax.jcr.RepositoryException: failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. > [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html > > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > org.apache.wicket.markup.MarkupException: Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. > [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html > > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.markup.repeater.AbstractRepeater.renderChild(AbstractRepeater.java:119) > at org.apache.wicket.markup.repeater.AbstractRepeater.onRender(AbstractRepeater.java:100) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427) > at org.apache.wicket.Page.onRender(Page.java:1470) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.Page.renderPage(Page.java:904) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Sun Dec 6 14:38:15 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Sun Dec 6 14:49:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3505) error in migration cycle: hipposysedit_1_1:field: no definition found Message-ID: <26667822.254261260106695976.JavaMail.jira@jira.vm.castaserver.com> error in migration cycle: hipposysedit_1_1:field: no definition found --------------------------------------------------------------------- Key: HREPTWO-3505 URL: http://issues.onehippo.com/browse/HREPTWO-3505 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.10.00 Environment: Upgrading the docsite from 2.09.04 to 2.10.00 Reporter: Rita Bijlsma Priority: Blocker Upgrading to 2.10.00 fails with following errormessage: 2009-12-06 14:27:43.407::INFO: No Transaction manager found - if your webapp requires one, please configure one. 06.12.2009 14:28:10 ERROR [org.hippoecm.repository.updater.UpdaterEngine.migrate():560] error in migration cycle: javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/docs/hipposys:unstructured/hipposysedit_1_1:nodetype/hipposysedit_1_1:nodetype/hipposysedit_1_1:field: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/docs/hipposys:unstructured/hipposysedit_1_1:nodetype/hipposysedit_1_1:nodetype/hipposysedit_1_1:field: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:999) at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:264) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:680) at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:532) at org.hippoecm.repository.LocalHippoRepository.initializeStartup(LocalHippoRepository.java:325) at org.hippoecm.repository.LocalHippoRepository.initialize(LocalHippoRepository.java:269) at org.hippoecm.repository.LocalHippoRepository.(LocalHippoRepository.java:148) at org.hippoecm.repository.LocalHippoRepository.create(LocalHippoRepository.java:156) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.hippoecm.repository.HippoRepositoryFactory.getHippoRepository(HippoRepositoryFactory.java:238) at org.hippoecm.repository.RepositoryServlet.init(RepositoryServlet.java:154) at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431) at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676) at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466) at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:124) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) at org.mortbay.jetty.Server.doStart(Server.java:224) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:441) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:383) at org.mortbay.jetty.plugin.Jetty6RunWar.execute(Jetty6RunWar.java:67) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) at org.apache.maven.cli.MavenCli.main(MavenCli.java:356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) ... 61 more javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:264) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:680) at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:532) at org.hippoecm.repository.LocalHippoRepository.initializeStartup(LocalHippoRepository.java:325) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:09:16 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:20:06 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-2711) If a publication request is denied. The requester should get feedback in to do list In-Reply-To: <21611011.1244551684196.JavaMail.jira@jira.onehippo.org> Message-ID: <20476351.254501260173356101.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-2711. ----------------------------------------- Fix Version/s: r2.11.00 (was: Backlog) Resolution: Fixed Available in next release. > If a publication request is denied. The requester should get feedback in to do list > ----------------------------------------------------------------------------------- > > Key: HREPTWO-2711 > URL: http://issues.onehippo.com/browse/HREPTWO-2711 > Project: Hippo Repository 2 > Issue Type: Task > Components: user experience, Workflow plugin > Reporter: Mathijs Brand > Priority: High > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > Just a notification is good enough for coming version. Better would be some written feedback by editor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:09:16 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:20:08 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-1527) Unable to copy image nodes In-Reply-To: <30730790.1221146760631.JavaMail.jira@hat01> Message-ID: <33360344.254481260173356035.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-1527. ----------------------------------------- Resolution: Outdated, kept for reference > Unable to copy image nodes > -------------------------- > > Key: HREPTWO-1527 > URL: http://issues.onehippo.com/browse/HREPTWO-1527 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Jeroen Tietema > Fix For: Backlog > > > In the console I'm not able to copy a (image) node to another location. The wizard displays: > javax.jcr.ItemExistsException: /content/gallery/hippo_x0020_photo_x0020_full_x0020_page.jpg/hippo_x0020_photo_x0020_full_x0020_page.jpg/hippogallery:thumbnail -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:11:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:22:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-1085) Split and clarify the builtin workflow into a pure front-end part and repository/common part. In-Reply-To: <1512599.1214819705481.JavaMail.root@hat01> Message-ID: <10105144.254511260173475744.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-1085: ---------------------------------------- Original Estimate: 4 hours (was: 3 days, 4 hours) Remaining Estimate: 4 hours (was: 3 days, 4 hours) > Split and clarify the builtin workflow into a pure front-end part and repository/common part. > --------------------------------------------------------------------------------------------- > > Key: HREPTWO-1085 > URL: http://issues.onehippo.com/browse/HREPTWO-1085 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Priority: High > Fix For: Backlog > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > The builtin addon has become a workflow that is both front-end and has a repository internal part. The front-end should become a workflow like any other, possibly having a regular pojo repository workflow. The REAL internal workflow should only have stub components in the common and repository and the actual > implementation should be inside the repository. This is possibly clarified by moving > addon/builtin/repository > addon/builtin/common > into the repository/ tree and have a new addon/builtin/repository that only chains into the builtin workflow. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:13:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:24:04 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-1644) Updateability of repository and CMS In-Reply-To: <22696911.1222846838657.JavaMail.jira@hat01> Message-ID: <5505209.254521260173595730.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-1644. ----------------------------------------- Fix Version/s: r2.09.06 (was: Backlog) Resolution: Fixed > Updateability of repository and CMS > ----------------------------------- > > Key: HREPTWO-1644 > URL: http://issues.onehippo.com/browse/HREPTWO-1644 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: overview > Reporter: Berry van Halderen > Priority: High > Fix For: r2.09.06 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:18:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:29:05 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-432) RMI naming lookup In-Reply-To: <25380992.1201622817394.JavaMail.jira@hat01> Message-ID: <21225147.254551260173895823.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-432. ---------------------------------------- Resolution: Won't Fix The RMI naming lookup does currently not produce issues are production environments, therefor this issue no longer needs reviewing. > RMI naming lookup > ----------------- > > Key: HREPTWO-432 > URL: http://issues.onehippo.com/browse/HREPTWO-432 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Priority: High > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:18:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:29:07 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-429) Review remote repository access In-Reply-To: <29809412.1201622817305.JavaMail.jira@hat01> Message-ID: <921349.254561260173895848.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-429. ---------------------------------------- Fix Version/s: r2.09.06 (was: Backlog) Resolution: Fixed > Review remote repository access > ------------------------------- > > Key: HREPTWO-429 > URL: http://issues.onehippo.com/browse/HREPTWO-429 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Berry van Halderen > Priority: Low > Fix For: r2.09.06 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 7 09:18:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Mon Dec 7 09:29:10 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-431) J2EE EJB module In-Reply-To: <30685582.1201622817356.JavaMail.jira@hat01> Message-ID: <17598914.254541260173895759.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-431. ---------------------------------------- Resolution: Won't Fix JCA or RMI icw SPI are preferred methods. > J2EE EJB module > --------------- > > Key: HREPTWO-431 > URL: http://issues.onehippo.com/browse/HREPTWO-431 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Berry van Halderen > Priority: Low > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Mon Dec 7 09:59:28 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Mon Dec 7 09:59:29 2009 Subject: [HippoRepos-dev] [21026] hippo-ecm/trunk: HREPTWO-1126: update dtd info Message-ID: <20091207085929.05057C96F@svnnew.onehippo.org> Revision: 21026 Author: bvanhalderen Date: 2009-12-07 09:59:28 +0100 (Mon, 07 Dec 2009) Log Message: ----------- HREPTWO-1126: update dtd info Modified Paths: -------------- hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/addon/eavesdrop/src/test/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/addon/faceteddate/repository/src/test/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/addon/sample/test/src/test/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/frontend/test/src/main/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/repository/engine/src/main/resources/org/hippoecm/repository/BootstrapHippoRepository.xml hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/jackrabbit.xml hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/repository/jca/src/main/rar/repository.xml hippo-ecm/trunk/repository/jca/src/main/resources/org/hippoecm/repository/repository.xml hippo-ecm/trunk/repository/test/src/test/resources/org/hippoecm/repository/test/jackrabbit.xml hippo-ecm/trunk/tools/projectexport/src/test/resources/org/hippoecm/repository/repository.xml Modified: hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/repository.xml =================================================================== --- hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/repository.xml 2009-12-06 17:08:45 UTC (rev 21025) +++ hippo-ecm/trunk/addon/builtin/test/src/test/resources/org/hippoecm/repository/repository.xml 2009-12-07 08:59:28 UTC (rev 21026) @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - + - + - + - + - + - + - + - + - + - + - + From svn-logs at hippocms.org Tue Dec 8 11:40:39 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 8 11:40:44 2009 Subject: [HippoRepos-dev] [21049] hippo-ecm: HREPTWO-3512:prepare release Tag-HREPTWO-v2_03_11 Message-ID: <20091208104040.A51FAC96F@svnnew.onehippo.org> Revision: 21049 Author: bvdschans Date: 2009-12-08 11:40:37 +0100 (Tue, 08 Dec 2009) Log Message: ----------- HREPTWO-3512:prepare release Tag-HREPTWO-v2_03_11 Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,31 +29,31 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test @@ -39,31 +39,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,28 +29,28 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-yui - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,34 +29,34 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-yui - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,36 +29,36 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-yui - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,22 +29,22 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-tools-content-importer - 2.03.11-SNAPSHOT + 2.03.11 jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -28,22 +28,22 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 provided org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -32,12 +32,12 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 @@ -49,9 +49,9 @@ - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,31 +29,31 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test @@ -40,31 +40,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT + 2.03.11 test @@ -75,7 +75,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository @@ -39,12 +39,12 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test @@ -39,31 +39,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-sample-frontend - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-sample-repository - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-yui - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,35 +29,35 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -28,34 +28,34 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 provided org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 provided org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,33 +29,33 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 compile org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 compile org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-yui - 2.03.11-SNAPSHOT + 2.03.11 compile Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -28,9 +28,9 @@ hippo-ecm-api - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ maven-archetype - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-frontend-plugins - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.apache.wicket @@ -67,14 +67,14 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins org.hippoecm hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT + 2.03.11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11-SNAPSHOT + 2.03.11 war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11-SNAPSHOT + 2.03.11 war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-frontend-application - 2.03.11-SNAPSHOT + 2.03.11 war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -99,19 +99,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -119,7 +119,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -135,19 +135,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -155,7 +155,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -163,13 +163,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -177,37 +177,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -215,19 +215,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -235,7 +235,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package - https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test @@ -49,21 +49,21 @@ org.hippoecm hippo-ecm-package-war - 2.03.11-SNAPSHOT + 2.03.11 war test org.hippoecm hippo-ecm-package-ear - 2.03.11-SNAPSHOT + 2.03.11 ear test org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11-SNAPSHOT + 2.03.11 war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11-SNAPSHOT + 2.03.11 war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-frontend-application - 2.03.11-SNAPSHOT + 2.03.11 war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -99,19 +99,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -119,7 +119,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -114,9 +114,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.03.11-SNAPSHOT + 2.03.11 war Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11-SNAPSHOT + 2.03.11 war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11-SNAPSHOT + 2.03.11 war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-frontend-application - 2.03.11-SNAPSHOT + 2.03.11 war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -99,7 +99,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -107,19 +107,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -259,7 +259,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.03.11-SNAPSHOT + 2.03.11 jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart - https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11-SNAPSHOT + 2.03.11 war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11-SNAPSHOT + 2.03.11 war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11-SNAPSHOT + 2.03.11 war org.hippoecm hippo-ecm-frontend-application - 2.03.11-SNAPSHOT + 2.03.11 war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -99,7 +99,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -107,19 +107,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT + 2.03.11 jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT + 2.03.11 jar @@ -259,7 +259,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.03.11-SNAPSHOT + 2.03.11 jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,21 +29,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application org.hippoecm hippo-ecm-repository-engine - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT + 2.03.11 @@ -74,7 +74,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector @@ -54,7 +54,7 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.slf4j @@ -84,7 +84,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine @@ -50,17 +50,17 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-modules - 2.03.11-SNAPSHOT + 2.03.11 org.apache.lucene @@ -87,7 +87,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT + 2.03.11 @@ -101,7 +101,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT + 2.03.11 test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules @@ -51,7 +51,7 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.slf4j Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer @@ -77,12 +77,12 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -37,9 +37,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration @@ -91,12 +91,12 @@ org.hippoecm hippo-ecm-api - 2.03.11-SNAPSHOT + 2.03.11 org.hippoecm hippo-ecm-repository-connector - 2.03.11-SNAPSHOT + 2.03.11 runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml 2009-12-08 10:36:17 UTC (rev 21048) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml 2009-12-08 10:40:37 UTC (rev 21049) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11-SNAPSHOT + 2.03.11 .. @@ -30,9 +30,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils From svn-logs at hippocms.org Tue Dec 8 11:40:57 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 8 11:41:17 2009 Subject: [HippoRepos-dev] [21050] hippo-ecm/tags: HREPTWO-3512: copy for tag Tag-HREPTWO-v2_03_11 Message-ID: <20091208104057.EB654C96F@svnnew.onehippo.org> Revision: 21050 Author: bvdschans Date: 2009-12-08 11:40:56 +0100 (Tue, 08 Dec 2009) Log Message: ----------- HREPTWO-3512: copy for tag Tag-HREPTWO-v2_03_11 Added Paths: ----------- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml Removed Paths: ------------- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml Property changes on: hippo-ecm/tags/Tag-HREPTWO-v2_03_11 ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target .pom.xml.swp .NOTES3.swp .PLANNING.swp .patch.swp Added: svn:mergeinfo + /hippo-ecm/trunk:16095,16130,16647,18569,18909 Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,60 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT - .. - - - Builtin common addon - Hippo ECM builtin addon - org.hippoecm - hippo-ecm-addon-builtin-common - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - - - package - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,60 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-builtin + 2.03.11 + .. + + + Builtin common addon + Hippo ECM builtin addon + org.hippoecm + hippo-ecm-addon-builtin-common + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + + + package + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,94 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT - .. - - - Builtin frontend addon - Hippo ECM builtin frontend addons - org.hippoecm - hippo-ecm-addon-builtin-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,94 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-builtin + 2.03.11 + .. + + + Builtin frontend addon + Hippo ECM builtin frontend addons + org.hippoecm + hippo-ecm-addon-builtin-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,47 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Builtin addon - Hippo ECM builtin addon - hippo-ecm-addon-builtin - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin - - - - common - frontend - repository - test - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,47 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Builtin addon + Hippo ECM builtin addon + hippo-ecm-addon-builtin + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + + + + common + frontend + repository + test + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,80 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT - .. - - - Builtin repository addon - Hippo ECM builtin addon - hippo-ecm-addon-builtin-repository - org.hippoecm - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - - org.slf4j - slf4j-log4j12 - test - - - - - package - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,80 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-builtin + 2.03.11 + .. + + + Builtin repository addon + Hippo ECM builtin addon + hippo-ecm-addon-builtin-repository + org.hippoecm + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + + org.slf4j + slf4j-log4j12 + test + + + + + package + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,180 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-builtin - 2.03.11-SNAPSHOT - .. - - - Builtin addon tests - Hippo ECM builtin addon tests - org.hippoecm - hippo-ecm-addon-builtin-test - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test - - - - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - test - - - org.slf4j - slf4j-log4j12 - test - - - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - junit - junit - 4.4 - test - - - - - test - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - - tests - - true - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - skip-tests - - - maven.test.skip - true - - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - test - test - true - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,180 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-builtin + 2.03.11 + .. + + + Builtin addon tests + Hippo ECM builtin addon tests + org.hippoecm + hippo-ecm-addon-builtin-test + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + + + + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-frontend + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + test + + + org.slf4j + slf4j-log4j12 + test + + + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + junit + junit + 4.4 + test + + + + + test + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + + tests + + true + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + skip-tests + + + maven.test.skip + true + + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + test + test + true + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,92 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS admin addon - Hippo ECM CMS administration addon - org.hippoecm - hippo-ecm-addon-cms-admin - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - provided - - - - - - package - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,92 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS admin addon + Hippo ECM CMS administration addon + org.hippoecm + hippo-ecm-addon-cms-admin + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + provided + + + + + + package + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,91 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS browse addon - Hippo ECM CMS browse addons - org.hippoecm - hippo-ecm-addon-cms-browse - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-yui - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.png - **/*.gif - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,91 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS browse addon + Hippo ECM CMS browse addons + org.hippoecm + hippo-ecm-addon-cms-browse + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-yui + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.png + **/*.gif + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,84 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS dashboard addon - Hippo ECM CMS dashboard addons - org.hippoecm - hippo-ecm-addon-cms-dashboard - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,84 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS dashboard addon + Hippo ECM CMS dashboard addons + org.hippoecm + hippo-ecm-addon-cms-dashboard + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,84 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS edit addon - Hippo ECM CMS edit addons - org.hippoecm - hippo-ecm-addon-cms-edit - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,84 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS edit addon + Hippo ECM CMS edit addons + org.hippoecm + hippo-ecm-addon-cms-edit + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,98 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS management addon - Hippo ECM CMS management addons - org.hippoecm - hippo-ecm-addon-cms-management - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-addon-yui - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,98 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS management addon + Hippo ECM CMS management addons + org.hippoecm + hippo-ecm-addon-cms-management + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + org.hippoecm + hippo-ecm-addon-yui + 2.03.11 + + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,49 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - CMS addon - Hippo ECM CMS addon - hippo-ecm-addon-cms - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms - - - - root - dashboard - browse - edit - management - admin - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,49 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + CMS addon + Hippo ECM CMS addon + hippo-ecm-addon-cms + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + + + + root + dashboard + browse + edit + management + admin + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,84 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-cms - 2.03.11-SNAPSHOT - .. - - - CMS root addon - Hippo ECM CMS root addons - org.hippoecm - hippo-ecm-addon-cms-root - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,84 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-cms + 2.03.11 + .. + + + CMS root addon + Hippo ECM CMS root addons + org.hippoecm + hippo-ecm-addon-cms-root + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Default content addon - Hippo ECM default content addon - hippo-ecm-addon-defaultcontent - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - - - - repository - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,44 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Default content addon + Hippo ECM default content addon + hippo-ecm-addon-defaultcontent + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + + + + repository + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,111 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-defaultcontent - 2.03.11-SNAPSHOT - .. - - - Defaultcontent repository addon - Hippo ECM defaultcontent repository addon - org.hippoecm - hippo-ecm-addon-defaultcontent-repository - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - - - - package - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/defaultcontent/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,111 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-defaultcontent + 2.03.11 + .. + + + Defaultcontent repository addon + Hippo ECM defaultcontent repository addon + org.hippoecm + hippo-ecm-addon-defaultcontent-repository + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + + + + package + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,99 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Hippo ECM editor addon - Hippo ECM editor addon - org.hippoecm - hippo-ecm-addon-editor - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.png - **/*.gif - **/*.properties - - - - false - ${basedir}/src/main/resources - - **/*.cnd - **/*.xml - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,99 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Hippo ECM editor addon + Hippo ECM editor addon + org.hippoecm + hippo-ecm-addon-editor + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.png + **/*.gif + **/*.properties + + + + false + ${basedir}/src/main/resources + + **/*.cnd + **/*.xml + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,60 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT - .. - - - Gallery common addon - Hippo ECM gallery common addon - org.hippoecm - hippo-ecm-addon-gallery-common - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - - - package - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,60 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-gallery + 2.03.11 + .. + + + Gallery common addon + Hippo ECM gallery common addon + org.hippoecm + hippo-ecm-addon-gallery-common + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + + + package + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,99 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT - .. - - - Gallery frontend addon - Hippo ECM Gallery fronend addon - org.hippoecm - hippo-ecm-addon-gallery-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-yui - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,99 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-gallery + 2.03.11 + .. + + + Gallery frontend addon + Hippo ECM Gallery fronend addon + org.hippoecm + hippo-ecm-addon-gallery-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-yui + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,118 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT - .. - - - Gallery import addon - Hippo ECM Gallery import addon - org.hippoecm - hippo-ecm-addon-gallery-import - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import - - - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-tools-content-importer - 2.03.11-SNAPSHOT - jar - - - commons-lang - commons-lang - 2.4 - - - org.slf4j - slf4j-api - 1.4.3 - - - org.slf4j - slf4j-log4j12 - 1.4.3 - compile - - - org.slf4j - jcl104-over-slf4j - 1.4.3 - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - - - geronimo-spec - geronimo-spec-jta - - - - - - - - - false - ${basedir}/src/main/java - - - - - org.codehaus.mojo - exec-maven-plugin - - - - java - - - - - org.hippoecm.tools.importer.ExternalContentImportMain - false - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,118 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-gallery + 2.03.11 + .. + + + Gallery import addon + Hippo ECM Gallery import addon + org.hippoecm + hippo-ecm-addon-gallery-import + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + + + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-tools-content-importer + 2.03.11 + jar + + + commons-lang + commons-lang + 2.4 + + + org.slf4j + slf4j-api + 1.4.3 + + + org.slf4j + slf4j-log4j12 + 1.4.3 + compile + + + org.slf4j + jcl104-over-slf4j + 1.4.3 + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + + + geronimo-spec + geronimo-spec-jta + + + + + + + + + false + ${basedir}/src/main/java + + + + + org.codehaus.mojo + exec-maven-plugin + + + + java + + + + + org.hippoecm.tools.importer.ExternalContentImportMain + false + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,47 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Gallery Addon - Hippo ECM Gallery Addon - org.hippoecm - hippo-ecm-addon-gallery - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery - - - - common - repository - frontend - import - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,47 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Gallery Addon + Hippo ECM Gallery Addon + org.hippoecm + hippo-ecm-addon-gallery + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + + + + common + repository + frontend + import + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,74 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-gallery - 2.03.11-SNAPSHOT - .. - - - Gallery Addon - Hippo ECM Gallery Addon - org.hippoecm - hippo-ecm-addon-gallery-repository - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - - - - - - package - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,74 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-gallery + 2.03.11 + .. + + + Gallery Addon + Hippo ECM Gallery Addon + org.hippoecm + hippo-ecm-addon-gallery-repository + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + + + + + + package + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,76 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Goto frontend addon - Hippo ECM gotolink addon - org.hippoecm - hippo-ecm-addon-gotolink - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - provided - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - provided - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gotolink/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,76 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Goto frontend addon + Hippo ECM gotolink addon + org.hippoecm + hippo-ecm-addon-gotolink + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + provided + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + provided + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Ldap Addon - Hippo ECM Ldap Addon - org.hippoecm - hippo-ecm-addon-ldap - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap - - - - repository - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,44 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Ldap Addon + Hippo ECM Ldap Addon + org.hippoecm + hippo-ecm-addon-ldap + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + + + + repository + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,80 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-ldap - 2.03.11-SNAPSHOT - .. - - - Ldap Addon Repository - Hippo ECM Ldap Addon Repository - org.hippoecm - hippo-ecm-addon-ldap-repository - jar - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository - - - - package - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,80 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-ldap + 2.03.11 + .. + + + Ldap Addon Repository + Hippo ECM Ldap Addon Repository + org.hippoecm + hippo-ecm-addon-ldap-repository + jar + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + + + + package + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,59 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Addons - Hippo ECM addons - org.hippoecm - hippo-ecm-addon - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon - - - - builtin - standards - editor - reporting - reviewed-action - xinha - xinha-frontend - yui - cms - gallery - gotolink - sample - search - defaultcontent - versioning - ldap - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,59 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Addons + Hippo ECM addons + org.hippoecm + hippo-ecm-addon + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + + + + builtin + standards + editor + reporting + reviewed-action + xinha + xinha-frontend + yui + cms + gallery + gotolink + sample + search + defaultcontent + versioning + ldap + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,84 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reporting - 2.03.11-SNAPSHOT - .. - - - Reporting frontend addon - Hippo ECM reporting frontend addon - org.hippoecm - hippo-ecm-addon-reporting-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,84 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reporting + 2.03.11 + .. + + + Reporting frontend addon + Hippo ECM reporting frontend addon + org.hippoecm + hippo-ecm-addon-reporting-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,45 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Reporting addon - Hippo ECM reporting addon - hippo-ecm-addon-reporting - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting - - - - repository - frontend - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,45 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Reporting addon + Hippo ECM reporting addon + hippo-ecm-addon-reporting + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + + + + repository + frontend + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,40 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reporting - 2.03.11-SNAPSHOT - .. - - - Reporting repository addon - Hippo ECM reporting repository addon - org.hippoecm - hippo-ecm-addon-reporting-repository - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,40 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reporting + 2.03.11 + .. + + + Reporting repository addon + Hippo ECM reporting repository addon + org.hippoecm + hippo-ecm-addon-reporting-repository + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,126 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT - .. - - - Reviewed action common addon - Hippo ECM reviewed action common addon - org.hippoecm - hippo-ecm-addon-reviewed-action-common - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - javax.jdo - jdo2-api - provided - - - jpox - jpox-core - provided - - - - - package - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,126 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reviewed-action + 2.03.11 + .. + + + Reviewed action common addon + Hippo ECM reviewed action common addon + org.hippoecm + hippo-ecm-addon-reviewed-action-common + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + javax.jdo + jdo2-api + provided + + + jpox + jpox-core + provided + + + + + package + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,94 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT - .. - - - Reviewed action frontend addon - Hippo ECM reviewed action frontend addon - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,94 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reviewed-action + 2.03.11 + .. + + + Reviewed action frontend addon + Hippo ECM reviewed action frontend addon + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,47 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Reviewed action addon - Hippo ECM reviewed action addon - hippo-ecm-addon-reviewed-action - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action - - - - common - repository - frontend - test - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,47 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Reviewed action addon + Hippo ECM reviewed action addon + hippo-ecm-addon-reviewed-action + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + + + + common + repository + frontend + test + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,162 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT - .. - - - Reviewed action repository addon - Hippo ECM reviewed action repository addon - hippo-ecm-addon-reviewed-action-repository - org.hippoecm - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - org.slf4j - slf4j-api - - - - - org.slf4j - slf4j-log4j12 - test - - - - - package - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - - org.jpox.ide.eclipse.enhancerbuilder - - - - org.jpox.ide.eclipse.projectnature - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,162 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reviewed-action + 2.03.11 + .. + + + Reviewed action repository addon + Hippo ECM reviewed action repository addon + hippo-ecm-addon-reviewed-action-repository + org.hippoecm + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + org.slf4j + slf4j-api + + + + + org.slf4j + slf4j-log4j12 + test + + + + + package + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + org.jpox.ide.eclipse.enhancerbuilder + + + + org.jpox.ide.eclipse.projectnature + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,188 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-reviewed-action - 2.03.11-SNAPSHOT - .. - - - Reviewed action addon tests - Hippo ECM reviewed action addon tests - org.hippoecm - hippo-ecm-addon-reviewed-action-test - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test - - - - - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT - test - - - org.slf4j - slf4j-log4j12 - test - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - test - - - junit - junit - 4.4 - test - - - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - test - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - - tests - - true - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - skip-tests - - - maven.test.skip - true - - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,188 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-reviewed-action + 2.03.11 + .. + + + Reviewed action addon tests + Hippo ECM reviewed action addon tests + org.hippoecm + hippo-ecm-addon-reviewed-action-test + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + + + + + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-reviewed-action-repository + 2.03.11 + test + + + org.slf4j + slf4j-log4j12 + test + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + test + + + junit + junit + 4.4 + test + + + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + test + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + + tests + + true + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + skip-tests + + + maven.test.skip + true + + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,119 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-sample - 2.03.11-SNAPSHOT - .. - - - Sample common addon - Hippo ECM sample common addon - org.hippoecm - hippo-ecm-addon-sample-common - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - - - package - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,119 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-sample + 2.03.11 + .. + + + Sample common addon + Hippo ECM sample common addon + org.hippoecm + hippo-ecm-addon-sample-common + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + + + package + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,88 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-sample - 2.03.11-SNAPSHOT - .. - - - Sample frontend addon - Hippo ECM sample frontend addon - org.hippoecm - hippo-ecm-addon-sample-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,88 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-sample + 2.03.11 + .. + + + Sample frontend addon + Hippo ECM sample frontend addon + org.hippoecm + hippo-ecm-addon-sample-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-sample-common + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,47 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Sample addon - Hippo ECM sample addon - hippo-ecm-addon-sample - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample - - - - common - repository - frontend - test - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,47 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Sample addon + Hippo ECM sample addon + hippo-ecm-addon-sample + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + + + + common + repository + frontend + test + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,152 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-sample - 2.03.11-SNAPSHOT - .. - - - Sample repository addon - Hippo ECM sample repository addon - org.hippoecm - hippo-ecm-addon-sample-repository - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository - - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT - - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - org.slf4j - slf4j-api - - - - - package - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - - org.jpox.ide.eclipse.enhancerbuilder - - - - org.jpox.ide.eclipse.projectnature - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,152 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-sample + 2.03.11 + .. + + + Sample repository addon + Hippo ECM sample repository addon + org.hippoecm + hippo-ecm-addon-sample-repository + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-sample-common + 2.03.11 + + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + org.slf4j + slf4j-api + + + + + package + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + org.jpox.ide.eclipse.enhancerbuilder + + + + org.jpox.ide.eclipse.projectnature + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,138 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-sample - 2.03.11-SNAPSHOT - .. - - - Sample addon tests - Hippo ECM sample addon tests - org.hippoecm - hippo-ecm-addon-sample-test - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test - - - - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-sample-common - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-sample-frontend - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-sample-repository - 2.03.11-SNAPSHOT - test - - - org.slf4j - slf4j-log4j12 - test - - - - junit - junit - 4.4 - test - - - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - test - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,138 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-sample + 2.03.11 + .. + + + Sample addon tests + Hippo ECM sample addon tests + org.hippoecm + hippo-ecm-addon-sample-test + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + + + + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-sample-common + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-sample-frontend + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-sample-repository + 2.03.11 + test + + + org.slf4j + slf4j-log4j12 + test + + + + junit + junit + 4.4 + test + + + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + test + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,88 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-search - 2.03.11-SNAPSHOT - .. - - - Search frontend addon - Hippo ECM Search fronend addon - org.hippoecm - hippo-ecm-addon-search-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-yui - 2.03.11-SNAPSHOT - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.js - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,88 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-search + 2.03.11 + .. + + + Search frontend addon + Hippo ECM Search fronend addon + org.hippoecm + hippo-ecm-addon-search-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-yui + 2.03.11 + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.js + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Search Addon - Hippo ECM Search Addon - org.hippoecm - hippo-ecm-addon-search - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search - - - - frontend - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,44 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Search Addon + Hippo ECM Search Addon + org.hippoecm + hippo-ecm-addon-search + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + + + + frontend + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,199 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon-standards - 2.03.11-SNAPSHOT - .. - - - Standards frontend addon - Hippo ECM standards frontend addons - org.hippoecm - hippo-ecm-addon-standards-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - test - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - test - - - junit - junit - 4.4 - test - - - javax.servlet - servlet-api - test - - - org.slf4j - slf4j-log4j12 - test - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - test - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - - - package - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - false - ${basedir}/src/test/java - - ** - - - **/*.java - - - - false - ${basedir}/src/test/resources - - ** - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - - tests - - true - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - - - - - skip-tests - - - maven.test.skip - true - - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,199 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon-standards + 2.03.11 + .. + + + Standards frontend addon + Hippo ECM standards frontend addons + org.hippoecm + hippo-ecm-addon-standards-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + test + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + test + + + junit + junit + 4.4 + test + + + javax.servlet + servlet-api + test + + + org.slf4j + slf4j-log4j12 + test + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + test + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + + + package + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + false + ${basedir}/src/test/java + + ** + + + **/*.java + + + + false + ${basedir}/src/test/resources + + ** + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + + tests + + true + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + + + + + skip-tests + + + maven.test.skip + true + + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Standards addon - Hippo ECM standards addon - hippo-ecm-addon-standards - org.hippoecm - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards - - - - frontend - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,44 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Standards addon + Hippo ECM standards addon + hippo-ecm-addon-standards + org.hippoecm + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + + + + frontend + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,122 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Versioning frontend addon - Hippo ECM versioning frontend addon - org.hippoecm - hippo-ecm-addon-versioning - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - provided - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - provided - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - provided - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - maven-surefire-plugin - - always - ${project.build.directory} - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-shade-plugin - 1.0.1 - - - package - - shade - - - false - true - bundle - - - org.hippoecm:hippo-ecm-api - org.hippoecm:hippo-ecm-frontend-engine - - - - - - - - maven-archetype-plugin - 2.0-alpha-3 - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,122 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Versioning frontend addon + Hippo ECM versioning frontend addon + org.hippoecm + hippo-ecm-addon-versioning + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + provided + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + provided + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + provided + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + maven-surefire-plugin + + always + ${project.build.directory} + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-shade-plugin + 1.0.1 + + + package + + shade + + + false + true + bundle + + + org.hippoecm:hippo-ecm-api + org.hippoecm:hippo-ecm-frontend-engine + + + + + + + + maven-archetype-plugin + 2.0-alpha-3 + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,91 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Xinha addon - Hippo ECM Xinha addon - org.hippoecm - hippo-ecm-addon-xinha - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-war-plugin - 2.0.2 - - - true - - - - ${buildNumber} - - - - - ${basedir}/webResources - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,91 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Xinha addon + Hippo ECM Xinha addon + org.hippoecm + hippo-ecm-addon-xinha + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-war-plugin + 2.0.2 + + + true + + + + ${buildNumber} + + + + + ${basedir}/webResources + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,98 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - Xinha addon frontend plugin - Hippo ECM Xinha addon frontend plugin - org.hippoecm - hippo-ecm-addon-xinha-frontend - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - compile - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - compile - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-yui - 2.03.11-SNAPSHOT - compile - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.js - **/*.html - **/*.css - **/*.properties - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,98 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + Xinha addon frontend plugin + Hippo ECM Xinha addon frontend plugin + org.hippoecm + hippo-ecm-addon-xinha-frontend + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + compile + + + org.hippoecm + hippo-ecm-api + 2.03.11 + compile + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-yui + 2.03.11 + compile + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.js + **/*.html + **/*.css + **/*.properties + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,101 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-addon - 2.03.11-SNAPSHOT - .. - - - YUI frontend addon - Hippo ECM Yahoo! User Interface Library (YUI) components - org.hippoecm - hippo-ecm-addon-yui - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - org.onehippo.yui - yui-2.xx-sources - 1.01.06 - - - - net.sf.json-lib - json-lib - 2.2.2 - jdk15 - - - commons-logging - commons-logging - - - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.js - **/*.gif - **/*.png - **/*.jpg - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,101 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-addon + 2.03.11 + .. + + + YUI frontend addon + Hippo ECM Yahoo! User Interface Library (YUI) components + org.hippoecm + hippo-ecm-addon-yui + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + org.onehippo.yui + yui-2.xx-sources + 1.01.06 + + + + net.sf.json-lib + json-lib + 2.2.2 + jdk15 + + + commons-logging + commons-logging + + + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.js + **/*.gif + **/*.png + **/*.jpg + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,130 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - API - Hippo ECM specific extensions to the JCR API - org.hippoecm - hippo-ecm-api - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api - - - - - javax.jcr - jcr - - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - - org.jpox.ide.eclipse.enhancerbuilder - - - - org.jpox.ide.eclipse.projectnature - - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,130 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + API + Hippo ECM specific extensions to the JCR API + org.hippoecm + hippo-ecm-api + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + + + + + javax.jcr + jcr + + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + org.jpox.ide.eclipse.enhancerbuilder + + + + org.jpox.ide.eclipse.projectnature + + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,68 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-archetypes - 2.03.11-SNAPSHOT - .. - - - Addon archetype - Hippo ECM archetype for add-on generation - org.hippoecm - hippo-ecm-archetype-addon - maven-archetype - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon - - - - - - - org.apache.maven.archetype - archetype-packaging - 2.0-alpha-3 - - - - - maven-archetype-plugin - 2.0-alpha-3 - true - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - ${buildNumber} - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,68 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-archetypes + 2.03.11 + .. + + + Addon archetype + Hippo ECM archetype for add-on generation + org.hippoecm + hippo-ecm-archetype-addon + maven-archetype + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + + + + + + + org.apache.maven.archetype + archetype-packaging + 2.0-alpha-3 + + + + + maven-archetype-plugin + 2.0-alpha-3 + true + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + ${buildNumber} + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Archetypes - Hippo ECM archetypes - org.hippoecm - hippo-ecm-archetypes - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes - - - - addon - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,44 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Archetypes + Hippo ECM archetypes + org.hippoecm + hippo-ecm-archetypes + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + + + + addon + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,128 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-frontend - 2.03.11-SNAPSHOT - .. - - - Minimal frontend app - Hippo ECM minimal frontend application - org.hippoecm - hippo-ecm-frontend-application - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-frontend-plugins - 2.03.11-SNAPSHOT - - - - - org.slf4j - slf4j-log4j12 - runtime - - - - - package - - - - false - ${basedir}/test/java - - ** - - - **/*.java - - - - - - org.apache.maven.plugins - maven-war-plugin - - - true - - - - ${buildNumber} - ${project.version} - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.3 - - 5 - - - 8080 - - - / - - - - - com.atomikos - transactions-api - 3.1.4 - - - com.atomikos - transactions-jta - 3.1.4 - - - com.atomikos - transactions - 3.1.4 - - - com.atomikos - atomikos-util - 3.1.4 - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,128 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-frontend + 2.03.11 + .. + + + Minimal frontend app + Hippo ECM minimal frontend application + org.hippoecm + hippo-ecm-frontend-application + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-frontend-plugins + 2.03.11 + + + + + org.slf4j + slf4j-log4j12 + runtime + + + + + package + + + + false + ${basedir}/test/java + + ** + + + **/*.java + + + + + + org.apache.maven.plugins + maven-war-plugin + + + true + + + + ${buildNumber} + ${project.version} + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.3 + + 5 + + + 8080 + + + / + + + + + com.atomikos + transactions-api + 3.1.4 + + + com.atomikos + transactions-jta + 3.1.4 + + + com.atomikos + transactions + 3.1.4 + + + com.atomikos + atomikos-util + 3.1.4 + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,137 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-frontend - 2.03.11-SNAPSHOT - .. - - - Frontend engine - Wicket component library for use by Hippo ECM frontend applications and components - org.hippoecm - hippo-ecm-frontend-engine - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.apache.wicket - wicket - - - org.apache.wicket - wicket-extensions - - - org.apache.wicket - wicket-datetime - - - commons-lang - commons-lang - - - - - javax.servlet - servlet-api - provided - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - test - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.css - **/*.png - **/*.gif - **/*.js - **/*.properties - - - - false - ${basedir}/src/main/resources - - **/*.cnd - **/*.xml - - - - - - false - ${basedir}/test/java - - ** - - - **/*.java - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,137 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-frontend + 2.03.11 + .. + + + Frontend engine + Wicket component library for use by Hippo ECM frontend applications and components + org.hippoecm + hippo-ecm-frontend-engine + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.apache.wicket + wicket + + + org.apache.wicket + wicket-extensions + + + org.apache.wicket + wicket-datetime + + + commons-lang + commons-lang + + + + + javax.servlet + servlet-api + provided + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + test + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.css + **/*.png + **/*.gif + **/*.js + **/*.properties + + + + false + ${basedir}/src/main/resources + + **/*.cnd + **/*.xml + + + + + + false + ${basedir}/test/java + + ** + + + **/*.java + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,141 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-frontend - 2.03.11-SNAPSHOT - .. - - - Frontend plugins - Hippo ECM frontend plugins - org.hippoecm - hippo-ecm-frontend-plugins - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins - - - - - org.hippoecm - hippo-ecm-frontend-engine - 2.03.11-SNAPSHOT - - - - xerces - xercesImpl - ${xerces.version} - - - - - junit - junit - 4.4 - test - - - easymock - easymock - test - - - javax.servlet - servlet-api - provided - - - org.slf4j - slf4j-log4j12 - test - - - - - package - - - - false - ${basedir}/src/main/java - - **/*.html - **/*.js - **/*.css - **/*.png - **/*.gif - **/*.properties - - - - false - ${basedir}/src/main/resources - - **/*.cnd - **/*.xml - - - - - - false - ${basedir}/src/test/java - - ** - - - **/*.java - - - - false - ${basedir}/src/test/resources - - ** - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,141 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-frontend + 2.03.11 + .. + + + Frontend plugins + Hippo ECM frontend plugins + org.hippoecm + hippo-ecm-frontend-plugins + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + + + + + org.hippoecm + hippo-ecm-frontend-engine + 2.03.11 + + + + xerces + xercesImpl + ${xerces.version} + + + + + junit + junit + 4.4 + test + + + easymock + easymock + test + + + javax.servlet + servlet-api + provided + + + org.slf4j + slf4j-log4j12 + test + + + + + package + + + + false + ${basedir}/src/main/java + + **/*.html + **/*.js + **/*.css + **/*.png + **/*.gif + **/*.properties + + + + false + ${basedir}/src/main/resources + + **/*.cnd + **/*.xml + + + + + + false + ${basedir}/src/test/java + + ** + + + **/*.java + + + + false + ${basedir}/src/test/resources + + ** + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,46 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Frontend - Hippo ECM frontend - org.hippoecm - hippo-ecm-frontend - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend - - - - engine - application - plugins - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,46 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Frontend + Hippo ECM frontend + org.hippoecm + hippo-ecm-frontend + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + + + + engine + application + plugins + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,40 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM authorisation configuration - Hippo ECM authorisation configuration - org.hippoecm - hippo-ecm-package-auth - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,40 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM authorisation configuration + Hippo ECM authorisation configuration + org.hippoecm + hippo-ecm-package-auth + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,40 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM package configuration - Hippo ECM package configuration - org.hippoecm - hippo-ecm-package-config - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,40 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM package configuration + Hippo ECM package configuration + org.hippoecm + hippo-ecm-package-config + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,324 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM EAR package - Hippo ECM EAR package - org.hippoecm - hippo-ecm-package-ear - ear - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear - - - - - - org.hippoecm - hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-skin - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-layout - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-repository-application - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-frontend-application - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-auth - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-config - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT - jar - - - - - - package - - - - org.apache.maven.plugins - maven-ear-plugin - - UTF-8 - 5 - - true - - - - ${buildNumber} - ${project.version} - - - - - org.hippoecm - hippo-ecm-package-skin - /skin - - - org.hippoecm - hippo-ecm-package-layout - /layout - - - org.hippoecm - hippo-ecm-addon-xinha - /xinha - - - org.hippoecm - hippo-ecm-repository-application - /repository - - - org.hippoecm - hippo-ecm-frontend-application - / - - - - - - - - - - - - true - J2EE - ear - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,324 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM EAR package + Hippo ECM EAR package + org.hippoecm + hippo-ecm-package-ear + ear + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + + + + + + org.hippoecm + hippo-ecm-addon-xinha + 2.03.11 + war + + + org.hippoecm + hippo-ecm-addon-xinha-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-skin + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-layout + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-repository-application + 2.03.11 + war + + + org.hippoecm + hippo-ecm-frontend-application + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-auth + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-config + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-versioning + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reporting-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reporting-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-cms-root + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-browse + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-dashboard + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-edit + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-management + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-admin + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-search-frontend + 2.03.11 + jar + + + + + + package + + + + org.apache.maven.plugins + maven-ear-plugin + + UTF-8 + 5 + + true + + + + ${buildNumber} + ${project.version} + + + + + org.hippoecm + hippo-ecm-package-skin + /skin + + + org.hippoecm + hippo-ecm-package-layout + /layout + + + org.hippoecm + hippo-ecm-addon-xinha + /xinha + + + org.hippoecm + hippo-ecm-repository-application + /repository + + + org.hippoecm + hippo-ecm-frontend-application + / + + + + + + + + + + + + true + J2EE + ear + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,58 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM CMS layout - Hippo ECM CMS layout - org.hippoecm - hippo-ecm-package-layout - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout - - - - package - - - - org.apache.maven.plugins - maven-war-plugin - - - true - - - - ${buildNumber} - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,58 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM CMS layout + Hippo ECM CMS layout + org.hippoecm + hippo-ecm-package-layout + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + + + + package + + + + org.apache.maven.plugins + maven-war-plugin + + + true + + + + ${buildNumber} + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,52 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Hippo ECM package - Hippo ECM package - org.hippoecm - hippo-ecm-package - pom - - - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package - https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package - - - - auth - config - layout - skin - war - ear - test - - - - package - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,52 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Hippo ECM package + Hippo ECM package + org.hippoecm + hippo-ecm-package + pom + + + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package + + + + auth + config + layout + skin + war + ear + test + + + + package + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,58 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM package skin - Hippo ECM package skin - org.hippoecm - hippo-ecm-package-skin - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin - - - - package - - - - org.apache.maven.plugins - maven-war-plugin - - - true - - - - ${buildNumber} - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,58 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM package skin + Hippo ECM package skin + org.hippoecm + hippo-ecm-package-skin + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + + + + package + + + + org.apache.maven.plugins + maven-war-plugin + + + true + + + + ${buildNumber} + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,278 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM package test - Hippo ECM package test - org.hippoecm - hippo-ecm-package-test - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test - - - - - junit - junit - 4.4 - test - - - org.slf4j - slf4j-log4j12 - test - - - org.hippoecm - hippo-ecm-package-war - 2.03.11-SNAPSHOT - war - test - - - org.hippoecm - hippo-ecm-package-ear - 2.03.11-SNAPSHOT - ear - test - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - jar - test - - - - org.openqa.selenium.client-drivers - selenium-java-client-driver - 0.8.1 - test - - - org.openqa.selenium.server - selenium-server - 0.8.1 - - - - - test - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - tests - - true - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - skip-tests - - - maven.test.skip - true - - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - test - test - true - - - - - - appserver-tests - - - appserver.home - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - **/*SeleniumTest.java - - - - product - ${basedir}/../ear/target/hippo-ecm-package-ear-${project.version}.ear - - - - - - ${appserver.home}/lib/appserv-deployment-client.jar - ${appserver.home}/lib/Pack200Task.jar - ${appserver.home}/lib/activation.jar - ${appserver.home}/lib/admin-cli-ee.jar - ${appserver.home}/lib/admin-cli.jar - ${appserver.home}/lib/appserv-admin.jar - ${appserver.home}/lib/appserv-cmp.jar - ${appserver.home}/lib/appserv-deployment-client.jar - ${appserver.home}/lib/appserv-ee.jar - ${appserver.home}/lib/appserv-ext.jar - ${appserver.home}/lib/appserv-jstl.jar - ${appserver.home}/lib/appserv-jwsacc.jar - ${appserver.home}/lib/appserv-launch.jar - ${appserver.home}/lib/appserv-rt.jar - ${appserver.home}/lib/appserv-se.jar - ${appserver.home}/lib/appserv-tags.jar - ${appserver.home}/lib/appserv-upgrade.jar - ${appserver.home}/lib/appserv-ws.jar - ${appserver.home}/lib/com-sun-commons-launcher.jar - ${appserver.home}/lib/com-sun-commons-logging.jar - ${appserver.home}/lib/dbschema.jar - ${appserver.home}/lib/j2ee-svc.jar - ${appserver.home}/lib/j2ee.jar - ${appserver.home}/lib/javaee.jar - ${appserver.home}/lib/jesmf-plugin.jar - ${appserver.home}/lib/jhall.jar - ${appserver.home}/lib/jmac-api.jar - ${appserver.home}/lib/jmxremote_optional.jar - ${appserver.home}/lib/jsf-impl.jar - ${appserver.home}/lib/jxta.jar - ${appserver.home}/lib/mail.jar - ${appserver.home}/lib/shoal-gms.jar - ${appserver.home}/lib/sun-appserv-ant.jar - ${appserver.home}/lib/toplink-essentials-agent.jar - ${appserver.home}/lib/toplink-essentials.jar - ${appserver.home}/lib/webservices-rt.jar - ${appserver.home}/lib/webservices-tools.jar - - true - - - - - testing - integration-test - - test - - - false - false - - - - - - org.apache.geronimo.plugins - selenium-maven-plugin - - - start-selenium - pre-integration-test - - start-server - - - true - - - - - - - - - legacy - - 1.4 - - - - - org.codehaus.mojo - retrotranslator-maven-plugin - 1.0-alpha-2 - - - - translate-war - - - jdk1.4 - true - - - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,278 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM package test + Hippo ECM package test + org.hippoecm + hippo-ecm-package-test + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + + + + + junit + junit + 4.4 + test + + + org.slf4j + slf4j-log4j12 + test + + + org.hippoecm + hippo-ecm-package-war + 2.03.11 + war + test + + + org.hippoecm + hippo-ecm-package-ear + 2.03.11 + ear + test + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + jar + test + + + + org.openqa.selenium.client-drivers + selenium-java-client-driver + 0.8.1 + test + + + org.openqa.selenium.server + selenium-server + 0.8.1 + + + + + test + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + + tests + + true + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + skip-tests + + + maven.test.skip + true + + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + test + test + true + + + + + + appserver-tests + + + appserver.home + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + **/*SeleniumTest.java + + + + product + ${basedir}/../ear/target/hippo-ecm-package-ear-${project.version}.ear + + + + + + ${appserver.home}/lib/appserv-deployment-client.jar + ${appserver.home}/lib/Pack200Task.jar + ${appserver.home}/lib/activation.jar + ${appserver.home}/lib/admin-cli-ee.jar + ${appserver.home}/lib/admin-cli.jar + ${appserver.home}/lib/appserv-admin.jar + ${appserver.home}/lib/appserv-cmp.jar + ${appserver.home}/lib/appserv-deployment-client.jar + ${appserver.home}/lib/appserv-ee.jar + ${appserver.home}/lib/appserv-ext.jar + ${appserver.home}/lib/appserv-jstl.jar + ${appserver.home}/lib/appserv-jwsacc.jar + ${appserver.home}/lib/appserv-launch.jar + ${appserver.home}/lib/appserv-rt.jar + ${appserver.home}/lib/appserv-se.jar + ${appserver.home}/lib/appserv-tags.jar + ${appserver.home}/lib/appserv-upgrade.jar + ${appserver.home}/lib/appserv-ws.jar + ${appserver.home}/lib/com-sun-commons-launcher.jar + ${appserver.home}/lib/com-sun-commons-logging.jar + ${appserver.home}/lib/dbschema.jar + ${appserver.home}/lib/j2ee-svc.jar + ${appserver.home}/lib/j2ee.jar + ${appserver.home}/lib/javaee.jar + ${appserver.home}/lib/jesmf-plugin.jar + ${appserver.home}/lib/jhall.jar + ${appserver.home}/lib/jmac-api.jar + ${appserver.home}/lib/jmxremote_optional.jar + ${appserver.home}/lib/jsf-impl.jar + ${appserver.home}/lib/jxta.jar + ${appserver.home}/lib/mail.jar + ${appserver.home}/lib/shoal-gms.jar + ${appserver.home}/lib/sun-appserv-ant.jar + ${appserver.home}/lib/toplink-essentials-agent.jar + ${appserver.home}/lib/toplink-essentials.jar + ${appserver.home}/lib/webservices-rt.jar + ${appserver.home}/lib/webservices-tools.jar + + true + + + + + testing + integration-test + + test + + + false + false + + + + + + org.apache.geronimo.plugins + selenium-maven-plugin + + + start-selenium + pre-integration-test + + start-server + + + true + + + + + + + + + legacy + + 1.4 + + + + + org.codehaus.mojo + retrotranslator-maven-plugin + 1.0-alpha-2 + + + + translate-war + + + jdk1.4 + true + + + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,359 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-package - 2.03.11-SNAPSHOT - .. - - - Hippo ECM WAR package - Hippo ECM WAR package - org.hippoecm - hippo-ecm-package-war - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war - - - - - - org.hippoecm - hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-skin - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-layout - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-repository-application - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-frontend-application - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-auth - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-config - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT - jar - - - - - - package - - - - org.apache.maven.plugins - maven-war-plugin - 2.1-alpha-1 - - - true - - - - ${buildNumber} - ${project.version} - - - - - - org.hippoecm - hippo-ecm-package-skin - skin - - WEB-INF/web.xml - - - - org.hippoecm - hippo-ecm-package-layout - layout - - WEB-INF/web.xml - - - - org.hippoecm - hippo-ecm-addon-xinha - xinha - - WEB-INF/web.xml - - - - - org.hippoecm - hippo-ecm-repository-application - - WEB-INF/lib/slf4j-jdk14-*.jar - - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.10 - - 5 - - - 8080 - - - /cms - - - - - com.atomikos - transactions-api - 3.1.4 - runtime - - - com.atomikos - transactions-jta - 3.1.4 - runtime - - - com.atomikos - transactions - 3.1.4 - runtime - - - com.atomikos - atomikos-util - 3.1.4 - runtime - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,359 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-package + 2.03.11 + .. + + + Hippo ECM WAR package + Hippo ECM WAR package + org.hippoecm + hippo-ecm-package-war + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + + + + + + org.hippoecm + hippo-ecm-addon-xinha + 2.03.11 + war + + + org.hippoecm + hippo-ecm-addon-xinha-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-skin + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-layout + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-repository-application + 2.03.11 + war + + + org.hippoecm + hippo-ecm-frontend-application + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-auth + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-config + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-versioning + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gotolink + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gotolink + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reporting-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reporting-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-cms-root + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-browse + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-dashboard + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-edit + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-management + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-admin + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-search-frontend + 2.03.11 + jar + + + + + + package + + + + org.apache.maven.plugins + maven-war-plugin + 2.1-alpha-1 + + + true + + + + ${buildNumber} + ${project.version} + + + + + + org.hippoecm + hippo-ecm-package-skin + skin + + WEB-INF/web.xml + + + + org.hippoecm + hippo-ecm-package-layout + layout + + WEB-INF/web.xml + + + + org.hippoecm + hippo-ecm-addon-xinha + xinha + + WEB-INF/web.xml + + + + + org.hippoecm + hippo-ecm-repository-application + + WEB-INF/lib/slf4j-jdk14-*.jar + + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.10 + + 5 + + + 8080 + + + /cms + + + + + com.atomikos + transactions-api + 3.1.4 + runtime + + + com.atomikos + transactions-jta + 3.1.4 + runtime + + + com.atomikos + transactions + 3.1.4 + runtime + + + com.atomikos + atomikos-util + 3.1.4 + runtime + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,964 +0,0 @@ - - 4.0.0 - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - - Hippo ECM - The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, - plus a simple webbased userinterface to access the repository: console. - - pom - - http://www.onehippo.org/cms7/ - - 2.0 - - - - Hippo - http://www.onehippo.com/ - - - - api - repository - frontend - addon - package - quickstart - tools - archetypes - - - - - /releases/Release-HREPTWO-v2_03_00 - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-war/2.03.00/hippo-ecm-quickstart-war-2.03.00.war - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-ear/2.03.00/hippo-ecm-quickstart-ear-2.03.00.ear - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.zip - http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.tar.gz - - hippo-ecm-package-ear-2.03.00.ear - - http://repo1.maven.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar - http://wiki.hippo.nl/display/CMS7/Home - http://svn.onehippo.org/repos/hippo/hippo-ecm - http://repository.hippocms.org - http://issues.onehippo.org - - Hippo CMS 7 - CMS 7 - - - - - - 1.1 - 0.9.2 - 3.1.4 - - - 3.1 - 3.0 - 2.1 - 1.0 - 1.3.4 - 1.0 - 2.0 - 1.2.0-beta-3 - 1.1.1 - 1.1 - 10.2.1.6 - 1.4.3 - 3.0.2-FINAL - 0.4 - 2.3 - 2.8.1 - 2.1_3 - 2.2.0 - 1.3.5 - - - UTF-8 - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - - - - - - repodocs.hippocms.org - scp://repo2site@repodocs.hippocms.org/home/repo2site/www - - - repository.hippocms.org - ftp://repository.hippocms.org/maven2 - - - repository.hippocms.org - ftp://repository.hippocms.org/maven2 - - - - - - Jira - http://issues.onehippo.org/browse/HREPTWO - - - - Hudson - http://hudson.onehippo.org/ - - - 2007 - - - - Arje Cahn - acahn - Hippo - - Project Lead - - +1 - - - Ate Douma - adouma - Hippo - - Java Developer - - +1 - - - Ard Schrijvers - aschrijvers - Hippo - - Java Developer - - +1 - - - (Berry) A.W. van Halderen - bvanhalderen - Hippo - - Java Developer - - +1 - - - Bart van der Schans - bvdschans - Hippo - - Java Developer - - +1 - - - Niels van Kampenhout - nvankampenhout - Hippo - - Doctator - - -8 - - - Frank van Lankvelt - fvlankvelt - Hippo - - Java Developer - - +1 - - - Auke van Scheltinga - avanscheltinga - Hippo - - Designer - - +1 - - - Arthur Bogaart - abogaart - Hippo - - Java Developer - - +1 - - - Rita Bijlsma - rbijlsma - Hippo - - Doctator - - +1 - - - Jeroen Tietema - jtietema - Hippo - - Java Developer - - +1 - - - - - - Wander Grevink - wander at xs4all. nl - http://www.weloveit.nl/hippo_310506.htm - SIG, Software improvement group - http://www.sig.nl/ - - Previous developer - - +1 - - - Jettro Coenradie - JTeam - http://www.jteam.nl/ - - External contributor - - +1 - - - - - - Hippo CMS 7 User Forums - hippo-cms7-user-join@lists.onehippo.org - hippo-cms7-user-leave@lists.onehippo.org - - http://lists.onehippo.org/pipermail/hippo-cms7-user/ - - - Hippo Repository 2 Dev List - http://lists.onehippo.org/pipermail/hipporepos-dev/ - - - - - - hippoecm - Hippo ECM maven 2 repository. - http://repository.hippocms.org/maven2/ - - true - - - never - - default - - - hippoecm.legacy - Hippo ECM Maven 1 repository. - http://repository.hippocms.org/maven/ - - true - - - never - - legacy - - - codehaus - http://repository.codehaus.org/org/codehaus/mojo/ - - true - - - never - - - - jpox.legacy - JPOX Maven 1 repository. - http://www.jpox.org/downloads/maven/ - - true - - - never - - legacy - - - glassfish - Glassfish maven repository - http://download.java.net/maven/glassfish - - true - - - never - - - - openqa - OpenQA Repository - http://nexus.openqa.org/content/repositories/releases - default - - false - - - true - - - - m2snapshots - Maven 2 snapshots repository - http://people.apache.org/repo/m2-snapshot-repository - default - - true - - - true - - - - - - - jpox.plugin - JPOX maven 2 plugin repository. - http://www.jpox.org/downloads/maven2/ - default - - true - - - never - - - - hippoecm - Hippo ECM maven 2 repository. - http://repository.hippocms.org/maven2/ - - false - - - never - - default - - - - - - - org.apache.maven.wagon - wagon-ftp - 1.0-alpha-6 - - - - - true - maven-deploy-plugin - 2.3 - - - true - maven-remote-resources-plugin - - - - process - - - - org.apache:apache-jar-resource-bundle:1.0 - - - - - - - true - maven-release-plugin - 2.0-beta-8 - - true - true - HREPTWO-0000: - Tag-HREPTWO-v2_03_11 - clean - - - - - - true - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - ${buildNumber} - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5 - - true - true - - - - true - maven-compiler-plugin - - true - 128m - 256m - 1.5 - 1.5 - - - - true - maven-source-plugin - - - attach-sources - - jar - - - - - - - org.apache.maven.plugins - maven-changes-plugin - - - %URL%/%ISSUE% - - %URL%/%ISSUE% - - - - validate-changes - pre-site - - changes-validate - - - - false - - - - - - - - - - - javax.jcr - jcr - ${javax.jcr.version} - - - org.apache.jackrabbit - jackrabbit-api - 1.5.0 - - - org.apache.jackrabbit - jackrabbit-jcr-commons - 1.5.5 - - - org.apache.jackrabbit - jackrabbit-text-extractors - 1.5.0 - - - commons-logging - commons-logging - - - - - org.apache.jackrabbit - jackrabbit-jcr-rmi - 1.5.0 - - - org.apache.jackrabbit - jackrabbit-classloader - 1.5.0 - - - org.apache.jackrabbit - jackrabbit-core - 1.5.7 - - - org.apache.wicket - wicket - ${wicket.version} - - - org.apache.wicket - wicket-extensions - ${wicket.version} - - - org.apache.wicket - wicket-datetime - ${wicket.version} - - - javax.jdo - jdo2-api - ${javax.jdo2-api.version} - - - geronimo-spec - geronimo-spec-jta - - - - - commons-logging - commons-logging - 1.1.1 - - - org.slf4j - slf4j-api - ${org.slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${org.slf4j.version} - test - - - org.slf4j - jcl104-over-slf4j - ${org.slf4j.version} - - - jpox - jpox-core - ${jpox.version} - - - javax.transaction - jta - - - javax.resource - connector - - - - - concurrent - concurrent - ${concurrent.version} - - - commons-collections - commons-collections - ${commons-collections.version} - - - commons-cli - commons-cli - ${commons-cli.version} - - - commons-logging - commons-logging - - - - - commons-httpclient - commons-httpclient - ${commons-httpclient.version} - - - - junit - junit - - - - - org.apache.derby - derby - ${org.apache.derby.version} - - - org.apache.poi - poi - ${poi.version} - - - log4j - log4j - - - - - org.apache.poi - poi-scratchpad - ${poi.version} - - - log4j - log4j - - - - - javax.servlet - servlet-api - ${javax.servlet.version} - provided - - - xerces - xercesImpl - ${xerces.version} - - - cglib - cglib - ${cglib.version} - - - junit - junit - 4.4 - - - commons-lang - commons-lang - ${commons-lang.version} - - - easymock - easymock - ${easymock.version} - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - ${org.apache.geronimo.specs.jta.version} - - - geronimo-spec - geronimo-spec-jta - - - - - - - com.atomikos - transactions-api - ${atomikos.version} - - - com.atomikos - transactions - ${atomikos.version} - - - com.atomikos - transactions-jta - ${atomikos.version} - - - com.atomikos - atomikos-util - ${atomikos.version} - - - org.openqa.selenium.client-drivers - selenium-java-client-driver - ${selenium.version} - - - - - - target/site - - - true - org.apache.maven.plugins - maven-project-info-reports-plugin - - - - true - org.apache.maven.plugins - maven-javadoc-plugin - - true - 1.5 - - http://java.sun.com/j2se/1.5.0/docs/api/ - http://www.day.com/maven/jsr170/javadocs/jcr-1.0/ - - - - - - javadoc - - - - - - - - true - org.apache.maven.plugins - maven-changelog-plugin - - range - 31 - - - - - org.apache.maven.plugins - maven-changes-plugin - - - %URL%/%ISSUE% - - %URL%/%ISSUE% - - - - - changes-report - - - - - - - - - org.codehaus.mojo - taglist-maven-plugin - - - TODO - FIXME - FUTURE - - - - - - - - true - org.apache.maven.plugins - maven-surefire-report-plugin - - - - true - org.apache.maven.plugins - maven-checkstyle-plugin - - - true - org.apache.maven.plugins - maven-site-plugin - - - true - - - - - - - - netbeans - - - - true - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - clean - - true - - - - - true - org.codehaus.mojo - buildnumber-maven-plugin - - - id1 - validate - - create - - - - id2 - install - - create - - - - id3 - verify - - create - - - - - false - false - - - - false - maven-clean-plugin - - - - . - - **/*~ - **/derby.log - **/tmlog* - **/tm.* - **/.lock - **/atomikos - **/jpox.log - - - - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,964 @@ + + 4.0.0 + + org.hippoecm + hippo-ecm + 2.03.11 + + Hippo ECM + The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, + plus a simple webbased userinterface to access the repository: console. + + pom + + http://www.onehippo.org/cms7/ + + 2.0 + + + + Hippo + http://www.onehippo.com/ + + + + api + repository + frontend + addon + package + quickstart + tools + archetypes + + + + + /releases/Release-HREPTWO-v2_03_00 + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-war/2.03.00/hippo-ecm-quickstart-war-2.03.00.war + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-ear/2.03.00/hippo-ecm-quickstart-ear-2.03.00.ear + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.zip + http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.tar.gz + + hippo-ecm-package-ear-2.03.00.ear + + http://repo1.maven.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar + http://wiki.hippo.nl/display/CMS7/Home + http://svn.onehippo.org/repos/hippo/hippo-ecm + http://repository.hippocms.org + http://issues.onehippo.org + + Hippo CMS 7 + CMS 7 + + + + + + 1.1 + 0.9.2 + 3.1.4 + + + 3.1 + 3.0 + 2.1 + 1.0 + 1.3.4 + 1.0 + 2.0 + 1.2.0-beta-3 + 1.1.1 + 1.1 + 10.2.1.6 + 1.4.3 + 3.0.2-FINAL + 0.4 + 2.3 + 2.8.1 + 2.1_3 + 2.2.0 + 1.3.5 + + + UTF-8 + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + + + + + + repodocs.hippocms.org + scp://repo2site@repodocs.hippocms.org/home/repo2site/www + + + repository.hippocms.org + ftp://repository.hippocms.org/maven2 + + + repository.hippocms.org + ftp://repository.hippocms.org/maven2 + + + + + + Jira + http://issues.onehippo.org/browse/HREPTWO + + + + Hudson + http://hudson.onehippo.org/ + + + 2007 + + + + Arje Cahn + acahn + Hippo + + Project Lead + + +1 + + + Ate Douma + adouma + Hippo + + Java Developer + + +1 + + + Ard Schrijvers + aschrijvers + Hippo + + Java Developer + + +1 + + + (Berry) A.W. van Halderen + bvanhalderen + Hippo + + Java Developer + + +1 + + + Bart van der Schans + bvdschans + Hippo + + Java Developer + + +1 + + + Niels van Kampenhout + nvankampenhout + Hippo + + Doctator + + -8 + + + Frank van Lankvelt + fvlankvelt + Hippo + + Java Developer + + +1 + + + Auke van Scheltinga + avanscheltinga + Hippo + + Designer + + +1 + + + Arthur Bogaart + abogaart + Hippo + + Java Developer + + +1 + + + Rita Bijlsma + rbijlsma + Hippo + + Doctator + + +1 + + + Jeroen Tietema + jtietema + Hippo + + Java Developer + + +1 + + + + + + Wander Grevink + wander at xs4all. nl + http://www.weloveit.nl/hippo_310506.htm + SIG, Software improvement group + http://www.sig.nl/ + + Previous developer + + +1 + + + Jettro Coenradie + JTeam + http://www.jteam.nl/ + + External contributor + + +1 + + + + + + Hippo CMS 7 User Forums + hippo-cms7-user-join@lists.onehippo.org + hippo-cms7-user-leave@lists.onehippo.org + + http://lists.onehippo.org/pipermail/hippo-cms7-user/ + + + Hippo Repository 2 Dev List + http://lists.onehippo.org/pipermail/hipporepos-dev/ + + + + + + hippoecm + Hippo ECM maven 2 repository. + http://repository.hippocms.org/maven2/ + + true + + + never + + default + + + hippoecm.legacy + Hippo ECM Maven 1 repository. + http://repository.hippocms.org/maven/ + + true + + + never + + legacy + + + codehaus + http://repository.codehaus.org/org/codehaus/mojo/ + + true + + + never + + + + jpox.legacy + JPOX Maven 1 repository. + http://www.jpox.org/downloads/maven/ + + true + + + never + + legacy + + + glassfish + Glassfish maven repository + http://download.java.net/maven/glassfish + + true + + + never + + + + openqa + OpenQA Repository + http://nexus.openqa.org/content/repositories/releases + default + + false + + + true + + + + m2snapshots + Maven 2 snapshots repository + http://people.apache.org/repo/m2-snapshot-repository + default + + true + + + true + + + + + + + jpox.plugin + JPOX maven 2 plugin repository. + http://www.jpox.org/downloads/maven2/ + default + + true + + + never + + + + hippoecm + Hippo ECM maven 2 repository. + http://repository.hippocms.org/maven2/ + + false + + + never + + default + + + + + + + org.apache.maven.wagon + wagon-ftp + 1.0-alpha-6 + + + + + true + maven-deploy-plugin + 2.3 + + + true + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.0 + + + + + + + true + maven-release-plugin + 2.0-beta-8 + + true + true + HREPTWO-3512: + Tag-HREPTWO-v2_03_11 + clean + + + + + + true + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + ${buildNumber} + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.5 + + true + true + + + + true + maven-compiler-plugin + + true + 128m + 256m + 1.5 + 1.5 + + + + true + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-changes-plugin + + + %URL%/%ISSUE% + + %URL%/%ISSUE% + + + + validate-changes + pre-site + + changes-validate + + + + false + + + + + + + + + + + javax.jcr + jcr + ${javax.jcr.version} + + + org.apache.jackrabbit + jackrabbit-api + 1.5.0 + + + org.apache.jackrabbit + jackrabbit-jcr-commons + 1.5.5 + + + org.apache.jackrabbit + jackrabbit-text-extractors + 1.5.0 + + + commons-logging + commons-logging + + + + + org.apache.jackrabbit + jackrabbit-jcr-rmi + 1.5.0 + + + org.apache.jackrabbit + jackrabbit-classloader + 1.5.0 + + + org.apache.jackrabbit + jackrabbit-core + 1.5.7 + + + org.apache.wicket + wicket + ${wicket.version} + + + org.apache.wicket + wicket-extensions + ${wicket.version} + + + org.apache.wicket + wicket-datetime + ${wicket.version} + + + javax.jdo + jdo2-api + ${javax.jdo2-api.version} + + + geronimo-spec + geronimo-spec-jta + + + + + commons-logging + commons-logging + 1.1.1 + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.version} + test + + + org.slf4j + jcl104-over-slf4j + ${org.slf4j.version} + + + jpox + jpox-core + ${jpox.version} + + + javax.transaction + jta + + + javax.resource + connector + + + + + concurrent + concurrent + ${concurrent.version} + + + commons-collections + commons-collections + ${commons-collections.version} + + + commons-cli + commons-cli + ${commons-cli.version} + + + commons-logging + commons-logging + + + + + commons-httpclient + commons-httpclient + ${commons-httpclient.version} + + + + junit + junit + + + + + org.apache.derby + derby + ${org.apache.derby.version} + + + org.apache.poi + poi + ${poi.version} + + + log4j + log4j + + + + + org.apache.poi + poi-scratchpad + ${poi.version} + + + log4j + log4j + + + + + javax.servlet + servlet-api + ${javax.servlet.version} + provided + + + xerces + xercesImpl + ${xerces.version} + + + cglib + cglib + ${cglib.version} + + + junit + junit + 4.4 + + + commons-lang + commons-lang + ${commons-lang.version} + + + easymock + easymock + ${easymock.version} + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + ${org.apache.geronimo.specs.jta.version} + + + geronimo-spec + geronimo-spec-jta + + + + + + + com.atomikos + transactions-api + ${atomikos.version} + + + com.atomikos + transactions + ${atomikos.version} + + + com.atomikos + transactions-jta + ${atomikos.version} + + + com.atomikos + atomikos-util + ${atomikos.version} + + + org.openqa.selenium.client-drivers + selenium-java-client-driver + ${selenium.version} + + + + + + target/site + + + true + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + + true + 1.5 + + http://java.sun.com/j2se/1.5.0/docs/api/ + http://www.day.com/maven/jsr170/javadocs/jcr-1.0/ + + + + + + javadoc + + + + + + + + true + org.apache.maven.plugins + maven-changelog-plugin + + range + 31 + + + + + org.apache.maven.plugins + maven-changes-plugin + + + %URL%/%ISSUE% + + %URL%/%ISSUE% + + + + + changes-report + + + + + + + + + org.codehaus.mojo + taglist-maven-plugin + + + TODO + FIXME + FUTURE + + + + + + + + true + org.apache.maven.plugins + maven-surefire-report-plugin + + + + true + org.apache.maven.plugins + maven-checkstyle-plugin + + + true + org.apache.maven.plugins + maven-site-plugin + + + true + + + + + + + + netbeans + + + + true + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + clean + + true + + + + + true + org.codehaus.mojo + buildnumber-maven-plugin + + + id1 + validate + + create + + + + id2 + install + + create + + + + id3 + verify + + create + + + + + false + false + + + + false + maven-clean-plugin + + + + . + + **/*~ + **/derby.log + **/tmlog* + **/tm.* + **/.lock + **/atomikos + **/jpox.log + + + + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,174 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-quickstart - 2.03.11-SNAPSHOT - .. - - - Hippo ECM BIN quickstart - Hippo ECM BIN quickstart - org.hippoecm - hippo-ecm-quickstart-bin - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin - - - - - org.hippoecm - hippo-ecm-quickstart-war - 2.03.11-SNAPSHOT - war - - - com.atomikos - transactions-api - 3.1.4 - - - com.atomikos - transactions-jta - 3.1.4 - - - com.atomikos - transactions - 3.1.4 - - - com.atomikos - atomikos-util - 3.1.4 - - - org.mortbay.jetty - jetty - 6.1.11 - - - org.mortbay.jetty - jetty - 6.1.11 - - - org.mortbay.jetty - jetty-util - 6.1.11 - - - org.mortbay.jetty - jetty-plus - 6.1.11 - - - org.mortbay.jetty - jetty-naming - 6.1.11 - - - org.mortbay.jetty - jetty-management - 6.1.11 - - - org.mortbay.jetty - jsp-2.1 - 6.1.11 - - - org.mortbay.jetty - jetty-annotations - 6.1.11 - - - org.mortbay.jetty - start - 6.1.11 - - - org.slf4j - slf4j-jdk14 - 1.4.3 - - - - - hippo-ecm - package - - - - - netbeans - - - default - - true - - - - - org.apache.maven.plugins - maven-war-plugin - 2.1-alpha-1 - - - true - - - - ${buildNumber} - - - - - - maven-assembly-plugin - - - src/main/assembly/src.xml - - - - - package - - attached - - - - - - true - maven-source-plugin - - false - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,174 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-quickstart + 2.03.11 + .. + + + Hippo ECM BIN quickstart + Hippo ECM BIN quickstart + org.hippoecm + hippo-ecm-quickstart-bin + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + + + + + org.hippoecm + hippo-ecm-quickstart-war + 2.03.11 + war + + + com.atomikos + transactions-api + 3.1.4 + + + com.atomikos + transactions-jta + 3.1.4 + + + com.atomikos + transactions + 3.1.4 + + + com.atomikos + atomikos-util + 3.1.4 + + + org.mortbay.jetty + jetty + 6.1.11 + + + org.mortbay.jetty + jetty + 6.1.11 + + + org.mortbay.jetty + jetty-util + 6.1.11 + + + org.mortbay.jetty + jetty-plus + 6.1.11 + + + org.mortbay.jetty + jetty-naming + 6.1.11 + + + org.mortbay.jetty + jetty-management + 6.1.11 + + + org.mortbay.jetty + jsp-2.1 + 6.1.11 + + + org.mortbay.jetty + jetty-annotations + 6.1.11 + + + org.mortbay.jetty + start + 6.1.11 + + + org.slf4j + slf4j-jdk14 + 1.4.3 + + + + + hippo-ecm + package + + + + + netbeans + + + default + + true + + + + + org.apache.maven.plugins + maven-war-plugin + 2.1-alpha-1 + + + true + + + + ${buildNumber} + + + + + + maven-assembly-plugin + + + src/main/assembly/src.xml + + + + + package + + attached + + + + + + true + maven-source-plugin + + false + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,347 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-quickstart - 2.03.11-SNAPSHOT - .. - - - Hippo ECM EAR quickstart - Hippo ECM EAR quickstart - org.hippoecm - hippo-ecm-quickstart-ear - ear - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear - - - - - - org.hippoecm - hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-skin - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-layout - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-repository-application - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-frontend-application - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-auth - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-config - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-ldap-repository - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-defaultcontent-repository - 2.03.11-SNAPSHOT - jar - - - - - package - - - - org.apache.maven.plugins - maven-ear-plugin - - UTF-8 - 5 - - true - - - - ${buildNumber} - ${project.version} - - - - - org.hippoecm - hippo-ecm-package-skin - /skin - - - org.hippoecm - hippo-ecm-package-layout - /layout - - - org.hippoecm - hippo-ecm-addon-xinha - /xinha - - - org.hippoecm - hippo-ecm-repository-application - /repository - - - org.hippoecm - hippo-ecm-frontend-application - / - - - - - - - - - - - - true - J2EE - ear - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,347 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-quickstart + 2.03.11 + .. + + + Hippo ECM EAR quickstart + Hippo ECM EAR quickstart + org.hippoecm + hippo-ecm-quickstart-ear + ear + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + + + + + + org.hippoecm + hippo-ecm-addon-xinha + 2.03.11 + war + + + org.hippoecm + hippo-ecm-addon-xinha-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-skin + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-layout + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-repository-application + 2.03.11 + war + + + org.hippoecm + hippo-ecm-frontend-application + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-auth + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-config + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-ldap-repository + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-versioning + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gotolink + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reporting-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reporting-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-cms-root + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-browse + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-dashboard + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-edit + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-management + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-admin + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-search-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-defaultcontent-repository + 2.03.11 + jar + + + + + package + + + + org.apache.maven.plugins + maven-ear-plugin + + UTF-8 + 5 + + true + + + + ${buildNumber} + ${project.version} + + + + + org.hippoecm + hippo-ecm-package-skin + /skin + + + org.hippoecm + hippo-ecm-package-layout + /layout + + + org.hippoecm + hippo-ecm-addon-xinha + /xinha + + + org.hippoecm + hippo-ecm-repository-application + /repository + + + org.hippoecm + hippo-ecm-frontend-application + / + + + + + + + + + + + + true + J2EE + ear + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,47 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Hippo ECM quickstart - Hippo ECM quickstart - org.hippoecm - hippo-ecm-quickstart - pom - - - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart - https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart - - - - war - ear - bin - - - - package - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,47 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Hippo ECM quickstart + Hippo ECM quickstart + org.hippoecm + hippo-ecm-quickstart + pom + + + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart + https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart + + + + war + ear + bin + + + + package + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,366 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-quickstart - 2.03.11-SNAPSHOT - .. - - - Hippo ECM WAR quickstart - Hippo ECM WAR quickstart - org.hippoecm - hippo-ecm-quickstart-war - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war - - - - - - org.hippoecm - hippo-ecm-addon-xinha - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-addon-xinha-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-skin - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-layout - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-repository-application - 2.03.11-SNAPSHOT - war - - - org.hippoecm - hippo-ecm-frontend-application - 2.03.11-SNAPSHOT - war - - - - - org.hippoecm - hippo-ecm-package-auth - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-package-config - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-ldap-repository - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-builtin-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-versioning - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-standards-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gotolink - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reviewed-action-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reviewed-action-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-editor - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-reporting-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-reporting-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-cms-root - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-browse - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-dashboard - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-edit - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-management - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-cms-admin - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-gallery-common - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-repository - 2.03.11-SNAPSHOT - jar - - - org.hippoecm - hippo-ecm-addon-gallery-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-search-frontend - 2.03.11-SNAPSHOT - jar - - - - - org.hippoecm - hippo-ecm-addon-defaultcontent-repository - 2.03.11-SNAPSHOT - jar - - - - - package - - - - org.apache.maven.plugins - maven-war-plugin - 2.1-alpha-1 - - - true - - - - ${buildNumber} - ${project.version} - - - - - - org.hippoecm - hippo-ecm-package-skin - skin - - WEB-INF/web.xml - - - - org.hippoecm - hippo-ecm-package-layout - layout - - WEB-INF/web.xml - - - - org.hippoecm - hippo-ecm-addon-xinha - xinha - - WEB-INF/web.xml - - - - - org.hippoecm - hippo-ecm-repository-application - - WEB-INF/lib/slf4j-jdk14-*.jar - - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.10 - - 5 - - - 8080 - - - /cms - - - - - com.atomikos - transactions-api - 3.1.4 - runtime - - - com.atomikos - transactions-jta - 3.1.4 - runtime - - - com.atomikos - transactions - 3.1.4 - runtime - - - com.atomikos - atomikos-util - 3.1.4 - runtime - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,366 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-quickstart + 2.03.11 + .. + + + Hippo ECM WAR quickstart + Hippo ECM WAR quickstart + org.hippoecm + hippo-ecm-quickstart-war + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + + + + + + org.hippoecm + hippo-ecm-addon-xinha + 2.03.11 + war + + + org.hippoecm + hippo-ecm-addon-xinha-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-skin + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-layout + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-repository-application + 2.03.11 + war + + + org.hippoecm + hippo-ecm-frontend-application + 2.03.11 + war + + + + + org.hippoecm + hippo-ecm-package-auth + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-package-config + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-ldap-repository + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-builtin-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-versioning + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-standards-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gotolink + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reviewed-action-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reviewed-action-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-editor + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-reporting-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-reporting-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-cms-root + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-browse + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-dashboard + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-edit + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-management + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-cms-admin + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-gallery-common + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-repository + 2.03.11 + jar + + + org.hippoecm + hippo-ecm-addon-gallery-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-search-frontend + 2.03.11 + jar + + + + + org.hippoecm + hippo-ecm-addon-defaultcontent-repository + 2.03.11 + jar + + + + + package + + + + org.apache.maven.plugins + maven-war-plugin + 2.1-alpha-1 + + + true + + + + ${buildNumber} + ${project.version} + + + + + + org.hippoecm + hippo-ecm-package-skin + skin + + WEB-INF/web.xml + + + + org.hippoecm + hippo-ecm-package-layout + layout + + WEB-INF/web.xml + + + + org.hippoecm + hippo-ecm-addon-xinha + xinha + + WEB-INF/web.xml + + + + + org.hippoecm + hippo-ecm-repository-application + + WEB-INF/lib/slf4j-jdk14-*.jar + + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.10 + + 5 + + + 8080 + + + /cms + + + + + com.atomikos + transactions-api + 3.1.4 + runtime + + + com.atomikos + transactions-jta + 3.1.4 + runtime + + + com.atomikos + transactions + 3.1.4 + runtime + + + com.atomikos + atomikos-util + 3.1.4 + runtime + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,286 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-repository - 2.03.11-SNAPSHOT - .. - - - Minimal repository app - Hippo ECM minimal repository application - org.hippoecm - hippo-ecm-repository-application - war - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application - - - - - org.hippoecm - hippo-ecm-repository-engine - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-addon-builtin-repository - 2.03.11-SNAPSHOT - - - - commons-lang - commons-lang - - - - javax.servlet - servlet-api - provided - - - - - org.slf4j - slf4j-jdk14 - ${org.slf4j.version} - runtime - - - - junit - junit - 4.4 - test - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - jar - test - - - - - package - - - - org.apache.maven.plugins - maven-war-plugin - - - true - - - - ${buildNumber} - ${project.version} - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.10 - - 5 - - - 8081 - - - / - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - tests - - true - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - skip-tests - - - maven.test.skip - true - - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - test - test - true - - - - - - appserver-tests - - - appserver.home - - - - - org.hippoecm - hippo-ecm-repository-engine - ${project.version} - jar - tests - test - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - product - ${basedir}/target/${artifactId}-${version}.war - - - - - ${appserver.home}/lib/appserv-deployment-client.jar - ${appserver.home}/lib/Pack200Task.jar - ${appserver.home}/lib/activation.jar - ${appserver.home}/lib/admin-cli-ee.jar - ${appserver.home}/lib/admin-cli.jar - ${appserver.home}/lib/appserv-admin.jar - ${appserver.home}/lib/appserv-cmp.jar - ${appserver.home}/lib/appserv-deployment-client.jar - ${appserver.home}/lib/appserv-ee.jar - ${appserver.home}/lib/appserv-ext.jar - ${appserver.home}/lib/appserv-jstl.jar - ${appserver.home}/lib/appserv-jwsacc.jar - ${appserver.home}/lib/appserv-launch.jar - ${appserver.home}/lib/appserv-rt.jar - ${appserver.home}/lib/appserv-se.jar - ${appserver.home}/lib/appserv-tags.jar - ${appserver.home}/lib/appserv-upgrade.jar - ${appserver.home}/lib/appserv-ws.jar - ${appserver.home}/lib/com-sun-commons-launcher.jar - ${appserver.home}/lib/com-sun-commons-logging.jar - ${appserver.home}/lib/dbschema.jar - ${appserver.home}/lib/j2ee-svc.jar - ${appserver.home}/lib/j2ee.jar - ${appserver.home}/lib/javaee.jar - ${appserver.home}/lib/jesmf-plugin.jar - ${appserver.home}/lib/jhall.jar - ${appserver.home}/lib/jmac-api.jar - ${appserver.home}/lib/jmxremote_optional.jar - ${appserver.home}/lib/jsf-impl.jar - ${appserver.home}/lib/jxta.jar - ${appserver.home}/lib/mail.jar - ${appserver.home}/lib/shoal-gms.jar - ${appserver.home}/lib/sun-appserv-ant.jar - ${appserver.home}/lib/toplink-essentials-agent.jar - ${appserver.home}/lib/toplink-essentials.jar - ${appserver.home}/lib/webservices-rt.jar - ${appserver.home}/lib/webservices-tools.jar - - true - - - - - testing - integration-test - - test - - - false - false - - - - - - - - - legacy - - 1.4 - - - - - org.codehaus.mojo - retrotranslator-maven-plugin - 1.0-alpha-2 - - - - translate-war - - - jdk1.4 - true - - - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,286 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-repository + 2.03.11 + .. + + + Minimal repository app + Hippo ECM minimal repository application + org.hippoecm + hippo-ecm-repository-application + war + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + + + + + org.hippoecm + hippo-ecm-repository-engine + 2.03.11 + + + org.hippoecm + hippo-ecm-addon-builtin-repository + 2.03.11 + + + + commons-lang + commons-lang + + + + javax.servlet + servlet-api + provided + + + + + org.slf4j + slf4j-jdk14 + ${org.slf4j.version} + runtime + + + + junit + junit + 4.4 + test + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + jar + test + + + + + package + + + + org.apache.maven.plugins + maven-war-plugin + + + true + + + + ${buildNumber} + ${project.version} + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.10 + + 5 + + + 8081 + + + / + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + + tests + + true + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + skip-tests + + + maven.test.skip + true + + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + test + test + true + + + + + + appserver-tests + + + appserver.home + + + + + org.hippoecm + hippo-ecm-repository-engine + ${project.version} + jar + tests + test + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + product + ${basedir}/target/${artifactId}-${version}.war + + + + + ${appserver.home}/lib/appserv-deployment-client.jar + ${appserver.home}/lib/Pack200Task.jar + ${appserver.home}/lib/activation.jar + ${appserver.home}/lib/admin-cli-ee.jar + ${appserver.home}/lib/admin-cli.jar + ${appserver.home}/lib/appserv-admin.jar + ${appserver.home}/lib/appserv-cmp.jar + ${appserver.home}/lib/appserv-deployment-client.jar + ${appserver.home}/lib/appserv-ee.jar + ${appserver.home}/lib/appserv-ext.jar + ${appserver.home}/lib/appserv-jstl.jar + ${appserver.home}/lib/appserv-jwsacc.jar + ${appserver.home}/lib/appserv-launch.jar + ${appserver.home}/lib/appserv-rt.jar + ${appserver.home}/lib/appserv-se.jar + ${appserver.home}/lib/appserv-tags.jar + ${appserver.home}/lib/appserv-upgrade.jar + ${appserver.home}/lib/appserv-ws.jar + ${appserver.home}/lib/com-sun-commons-launcher.jar + ${appserver.home}/lib/com-sun-commons-logging.jar + ${appserver.home}/lib/dbschema.jar + ${appserver.home}/lib/j2ee-svc.jar + ${appserver.home}/lib/j2ee.jar + ${appserver.home}/lib/javaee.jar + ${appserver.home}/lib/jesmf-plugin.jar + ${appserver.home}/lib/jhall.jar + ${appserver.home}/lib/jmac-api.jar + ${appserver.home}/lib/jmxremote_optional.jar + ${appserver.home}/lib/jsf-impl.jar + ${appserver.home}/lib/jxta.jar + ${appserver.home}/lib/mail.jar + ${appserver.home}/lib/shoal-gms.jar + ${appserver.home}/lib/sun-appserv-ant.jar + ${appserver.home}/lib/toplink-essentials-agent.jar + ${appserver.home}/lib/toplink-essentials.jar + ${appserver.home}/lib/webservices-rt.jar + ${appserver.home}/lib/webservices-tools.jar + + true + + + + + testing + integration-test + + test + + + false + false + + + + + + + + + legacy + + 1.4 + + + + + org.codehaus.mojo + retrotranslator-maven-plugin + 1.0-alpha-2 + + + + translate-war + + + jdk1.4 + true + + + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,234 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-repository - 2.03.11-SNAPSHOT - .. - - - Repository connector - Hippo ECM repository connector - org.hippoecm - hippo-ecm-repository-connector - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector - - - - - javax.jcr - jcr - - - org.apache.jackrabbit - jackrabbit-api - - - org.apache.jackrabbit - jackrabbit-classloader - - - org.apache.jackrabbit - jackrabbit-jcr-rmi - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.slf4j - slf4j-api - - - org.slf4j - jcl104-over-slf4j - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - test - - - junit - junit - 4.4 - test - - - org.slf4j - slf4j-log4j12 - test - - - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - - org.apache.jackrabbit - jackrabbit-jcr2spi - 1.5.7 - - - org.apache.jackrabbit - jackrabbit-spi2jcr - 1.5.0 - - - - - install - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,234 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-repository + 2.03.11 + .. + + + Repository connector + Hippo ECM repository connector + org.hippoecm + hippo-ecm-repository-connector + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + + + + + javax.jcr + jcr + + + org.apache.jackrabbit + jackrabbit-api + + + org.apache.jackrabbit + jackrabbit-classloader + + + org.apache.jackrabbit + jackrabbit-jcr-rmi + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.slf4j + slf4j-api + + + org.slf4j + jcl104-over-slf4j + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + test + + + junit + junit + 4.4 + test + + + org.slf4j + slf4j-log4j12 + test + + + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + + org.apache.jackrabbit + jackrabbit-jcr2spi + 1.5.7 + + + org.apache.jackrabbit + jackrabbit-spi2jcr + 1.5.0 + + + + + install + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,257 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-repository - 2.03.11-SNAPSHOT - .. - - - Repository engine - Hippo ECM repository engine - org.hippoecm - hippo-ecm-repository-engine - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine - - - - - javax.jcr - jcr - - - org.apache.jackrabbit - jackrabbit-core - - - org.apache.jackrabbit - jackrabbit-classloader - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-modules - 2.03.11-SNAPSHOT - - - org.apache.lucene - lucene-spellchecker - ${lucene.version} - - - org.slf4j - slf4j-api - - - org.slf4j - jcl104-over-slf4j - - - javax.jdo - jdo2-api - - - jpox - jpox-core - - - - org.hippoecm - hippo-ecm-addon-builtin-common - 2.03.11-SNAPSHOT - - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - provided - - - - - org.hippoecm - hippo-ecm-tools-testutils - 2.03.11-SNAPSHOT - test - - - junit - junit - 4.4 - test - - - org.slf4j - slf4j-log4j12 - test - - - - - com.atomikos - transactions-api - test - - - com.atomikos - transactions - test - - - com.atomikos - transactions-jta - test - - - com.atomikos - atomikos-util - test - - - - - install - - - - org.codehaus.mojo - jpox-maven-plugin - - - jpox - jpox - 1.2.0 - - - javax.resource - jta - - - javax.resource - connector - - - - - - - jpox - jpox-maven-plugin - - - bcel - bcel - 5.2 - - - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - - org.jpox.ide.eclipse.enhancerbuilder - - - - org.jpox.ide.eclipse.projectnature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - **/*PerfTestCase.java - **/ConfigurationTest.java - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - jpox - jpox-maven-plugin - 1.2.0-beta-2 - - - false - - - - compile - enhance - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,257 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-repository + 2.03.11 + .. + + + Repository engine + Hippo ECM repository engine + org.hippoecm + hippo-ecm-repository-engine + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + + + + + javax.jcr + jcr + + + org.apache.jackrabbit + jackrabbit-core + + + org.apache.jackrabbit + jackrabbit-classloader + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-modules + 2.03.11 + + + org.apache.lucene + lucene-spellchecker + ${lucene.version} + + + org.slf4j + slf4j-api + + + org.slf4j + jcl104-over-slf4j + + + javax.jdo + jdo2-api + + + jpox + jpox-core + + + + org.hippoecm + hippo-ecm-addon-builtin-common + 2.03.11 + + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + provided + + + + + org.hippoecm + hippo-ecm-tools-testutils + 2.03.11 + test + + + junit + junit + 4.4 + test + + + org.slf4j + slf4j-log4j12 + test + + + + + com.atomikos + transactions-api + test + + + com.atomikos + transactions + test + + + com.atomikos + transactions-jta + test + + + com.atomikos + atomikos-util + test + + + + + install + + + + org.codehaus.mojo + jpox-maven-plugin + + + jpox + jpox + 1.2.0 + + + javax.resource + jta + + + javax.resource + connector + + + + + + + jpox + jpox-maven-plugin + + + bcel + bcel + 5.2 + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + org.jpox.ide.eclipse.enhancerbuilder + + + + org.jpox.ide.eclipse.projectnature + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + **/*PerfTestCase.java + **/ConfigurationTest.java + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + jpox + jpox-maven-plugin + 1.2.0-beta-2 + + + false + + + + compile + enhance + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,96 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-repository - 2.03.11-SNAPSHOT - .. - - - Repository modules - Hippo ECM repository modules - org.hippoecm - hippo-ecm-repository-modules - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules - - - - - javax.jcr - jcr - - - org.apache.jackrabbit - jackrabbit-api - - - org.apache.jackrabbit - jackrabbit-core - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.slf4j - slf4j-api - - - - quartz - quartz - [1.5.1,) - - - - - install - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - org.hippoecm.repository.jackrabbit.MirrorVirtualProvider org.hippoecm.repository.jackrabbit.ViewVirtualProvider org.hippoecm.repository.jackrabbit.FacetSelectProvider org.hippoecm.repository.jackrabbit.FacetResultSetProvider org.hippoecm.repository.jackrabbit.FacetSubSearchProvider org.hippoecm.repository.jackrabbit.FacetSearchProvider org.hippoecm.repository.jackrabbit.SubtypedDataProvider org.hippoecm.repository.quartz.SchedulerModule - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,96 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-repository + 2.03.11 + .. + + + Repository modules + Hippo ECM repository modules + org.hippoecm + hippo-ecm-repository-modules + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + + + + + javax.jcr + jcr + + + org.apache.jackrabbit + jackrabbit-api + + + org.apache.jackrabbit + jackrabbit-core + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.slf4j + slf4j-api + + + + quartz + quartz + [1.5.1,) + + + + + install + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + org.hippoecm.repository.jackrabbit.MirrorVirtualProvider org.hippoecm.repository.jackrabbit.ViewVirtualProvider org.hippoecm.repository.jackrabbit.FacetSelectProvider org.hippoecm.repository.jackrabbit.FacetResultSetProvider org.hippoecm.repository.jackrabbit.FacetSubSearchProvider org.hippoecm.repository.jackrabbit.FacetSearchProvider org.hippoecm.repository.jackrabbit.SubtypedDataProvider org.hippoecm.repository.quartz.SchedulerModule + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,43 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Repository - Hippo ECM repository - org.hippoecm - hippo-ecm-repository - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository - - - - connector - engine - modules - application - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,43 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Repository + Hippo ECM repository + org.hippoecm + hippo-ecm-repository + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + + + + connector + engine + modules + application + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,152 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-tools - 2.03.11-SNAPSHOT - .. - - - Content Importer - Hippo ECM tool for importing documents from Filesystem - - org.hippoecm - hippo-ecm-tools-content-importer - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.0.2 - - - - java - - - - - org.hippoecm.tools.importer.ExternalContentImportMain - false - - - - org.codehaus.mojo - appassembler-maven-plugin - - -Xms128m -Xmx128m - - windows - unix - - - - org.hippoecm.tools.importer.ExternalContentImportMain - import - - - - - - - - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - runtime - - - org.slf4j - slf4j-api - - - org.slf4j - jcl104-over-slf4j - - - org.slf4j - slf4j-log4j12 - runtime - - - jdom - jdom - 1.0 - - - xalan - xalan - 2.7.0 - - - commons-cli - commons-cli - 1.1 - - - commons-configuration - commons-configuration - 1.5 - - - commons-logging - commons-logging - - - - - commons-lang - commons-lang - 2.4 - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - runtime - - - geronimo-spec - geronimo-spec-jta - - - - - javax.activation - activation - 1.1 - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,152 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-tools + 2.03.11 + .. + + + Content Importer + Hippo ECM tool for importing documents from Filesystem + + org.hippoecm + hippo-ecm-tools-content-importer + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.0.2 + + + + java + + + + + org.hippoecm.tools.importer.ExternalContentImportMain + false + + + + org.codehaus.mojo + appassembler-maven-plugin + + -Xms128m -Xmx128m + + windows + unix + + + + org.hippoecm.tools.importer.ExternalContentImportMain + import + + + + + + + + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + runtime + + + org.slf4j + slf4j-api + + + org.slf4j + jcl104-over-slf4j + + + org.slf4j + slf4j-log4j12 + runtime + + + jdom + jdom + 1.0 + + + xalan + xalan + 2.7.0 + + + commons-cli + commons-cli + 1.1 + + + commons-configuration + commons-configuration + 1.5 + + + commons-logging + commons-logging + + + + + commons-lang + commons-lang + 2.4 + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + runtime + + + geronimo-spec + geronimo-spec-jta + + + + + javax.activation + activation + 1.1 + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,142 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-tools - 2.03.11-SNAPSHOT - .. - - - hippo-ecm-tools-dropbox - Dropbox - Hippo ECM file import example - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox - - - - - junit - junit - 4.4 - test - - - javax.jcr - jcr - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - runtime - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-log4j12 - runtime - - - org.slf4j - jcl104-over-slf4j - - - javax.activation - activation - 1.1 - - - jaudiotagger - jaudiotagger - 1.0.7 - - - - - - - - org.codehaus.mojo - appassembler-maven-plugin - - -Xms128m -Xmx128m - - windows - unix - - - - org.hippoecm.tools.dropbox.DropboxExt - dropbox - - - - - - - - - - exec - - true - - - - - org.codehaus.mojo - exec-maven-plugin - 1.0.2 - - - exec - - java - - - - - org.hippoecm.tools.dropbox.DropboxExt - false - - rmi://localhost:1099/hipporepository - C:\temp\ldaptest - admin - admin - - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,142 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-tools + 2.03.11 + .. + + + hippo-ecm-tools-dropbox + Dropbox + Hippo ECM file import example + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + + + + + junit + junit + 4.4 + test + + + javax.jcr + jcr + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + runtime + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + runtime + + + org.slf4j + jcl104-over-slf4j + + + javax.activation + activation + 1.1 + + + jaudiotagger + jaudiotagger + 1.0.7 + + + + + + + + org.codehaus.mojo + appassembler-maven-plugin + + -Xms128m -Xmx128m + + windows + unix + + + + org.hippoecm.tools.dropbox.DropboxExt + dropbox + + + + + + + + + + exec + + true + + + + + org.codehaus.mojo + exec-maven-plugin + 1.0.2 + + + exec + + java + + + + + org.hippoecm.tools.dropbox.DropboxExt + false + + rmi://localhost:1099/hipporepository + C:\temp\ldaptest + admin + admin + + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,45 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-tools - 2.03.11-SNAPSHOT - .. - - - hippo-ecm-tools-eclipse - Eclipse utilities - - Some utility scripts for making debugging Hippo ECM - with Eclipse more easy. This project has no deliverables and acts - as a placeholder for Eclipse related scripts and shortcuts. - - - - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,45 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-tools + 2.03.11 + .. + + + hippo-ecm-tools-eclipse + Eclipse utilities + + Some utility scripts for making debugging Hippo ECM + with Eclipse more easy. This project has no deliverables and acts + as a placeholder for Eclipse related scripts and shortcuts. + + + + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,189 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-tools - 2.03.11-SNAPSHOT - .. - - - Migration Tool - Hippo ECM migration tool for importing documents from Hippo Repository 1.2 - - org.hippoecm - hippo-ecm-tools-migration - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - - - org.codehaus.mojo - appassembler-maven-plugin - - -Xms128m -Xmx128m - - windows - unix - - - - nl.hippo.webdav.batchprocessor.WebdavBatchProcessorMain - migrate - - - - - - - - - - javax.jcr - jcr - - - org.apache.jackrabbit - jackrabbit-api - - - org.apache.jackrabbit - jackrabbit-core - - - org.apache.jackrabbit - jackrabbit-jcr-rmi - - - org.hippoecm - hippo-ecm-api - 2.03.11-SNAPSHOT - - - org.hippoecm - hippo-ecm-repository-connector - 2.03.11-SNAPSHOT - runtime - - - org.slf4j - slf4j-api - - - org.slf4j - jcl104-over-slf4j - - - org.slf4j - slf4j-log4j12 - runtime - - - webdav-batch-processor - webdav-batch-processor - 1.01.13 - - - commons-httpclient - commons-httpclient - 2.0.2 - - - commons-logging - commons-logging - - - - - slide - slide-webdavlib - 2.1 - - - jdom - jdom - 1.0 - - - junit - junit - 4.4 - test - - - xalan - xalan - 2.7.0 - - - - - - exec - - true - - - - - org.codehaus.mojo - exec-maven-plugin - 1.0.2 - - - exec - - java - - - - - nl.hippo.webdav.batchprocessor.WebdavBatchProcessorMain - false - - - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,189 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-tools + 2.03.11 + .. + + + Migration Tool + Hippo ECM migration tool for importing documents from Hippo Repository 1.2 + + org.hippoecm + hippo-ecm-tools-migration + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + + + org.codehaus.mojo + appassembler-maven-plugin + + -Xms128m -Xmx128m + + windows + unix + + + + nl.hippo.webdav.batchprocessor.WebdavBatchProcessorMain + migrate + + + + + + + + + + javax.jcr + jcr + + + org.apache.jackrabbit + jackrabbit-api + + + org.apache.jackrabbit + jackrabbit-core + + + org.apache.jackrabbit + jackrabbit-jcr-rmi + + + org.hippoecm + hippo-ecm-api + 2.03.11 + + + org.hippoecm + hippo-ecm-repository-connector + 2.03.11 + runtime + + + org.slf4j + slf4j-api + + + org.slf4j + jcl104-over-slf4j + + + org.slf4j + slf4j-log4j12 + runtime + + + webdav-batch-processor + webdav-batch-processor + 1.01.13 + + + commons-httpclient + commons-httpclient + 2.0.2 + + + commons-logging + commons-logging + + + + + slide + slide-webdavlib + 2.1 + + + jdom + jdom + 1.0 + + + junit + junit + 4.4 + test + + + xalan + xalan + 2.7.0 + + + + + + exec + + true + + + + + org.codehaus.mojo + exec-maven-plugin + 1.0.2 + + + exec + + java + + + + + nl.hippo.webdav.batchprocessor.WebdavBatchProcessorMain + false + + + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,49 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm - 2.03.11-SNAPSHOT - .. - - - Tools - Hippo ECM tools - org.hippoecm - hippo-ecm-tools - pom - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools - - - - migration - content-importer - testutils - dropbox - eclipse - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,49 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm + 2.03.11 + .. + + + Tools + Hippo ECM tools + org.hippoecm + hippo-ecm-tools + pom + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + + + + migration + content-importer + testutils + dropbox + eclipse + + + + + + + Deleted: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml 2009-12-08 09:57:40 UTC (rev 21047) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -1,127 +0,0 @@ - - 4.0.0 - - - org.hippoecm - hippo-ecm-tools - 2.03.11-SNAPSHOT - .. - - - Test utilities - Test utilities - - org.hippoecm - hippo-ecm-tools-testutils - jar - - - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils - http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils - - - - - junit - junit - 4.4 - - - jfree - jfreechart - 1.0.1 - - - commons-cli - commons-cli - - - commons-collections - commons-collections - - - org.slf4j - slf4j-api - - - javax.enterprise.deploy - deployment-api - 1.2-rev-1 - - - - - package - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - ${project.build.directory} - - - history.points - ${history.points} - - - - **/*TestCase.java - - - - - - - - - exec - - true - - - - - org.codehaus.mojo - exec-maven-plugin - 1.0.2 - - - exec - - java - - - - - org.hippoecm.testutils.history.ReportGenerator - - - -history - ${history.points} - - -report - ${history.report} - - false - - - - - - - Copied: hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml (from rev 21049, hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml) =================================================================== --- hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml (rev 0) +++ hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) @@ -0,0 +1,127 @@ + + 4.0.0 + + + org.hippoecm + hippo-ecm-tools + 2.03.11 + .. + + + Test utilities + Test utilities + + org.hippoecm + hippo-ecm-tools-testutils + jar + + + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + + + + + junit + junit + 4.4 + + + jfree + jfreechart + 1.0.1 + + + commons-cli + commons-cli + + + commons-collections + commons-collections + + + org.slf4j + slf4j-api + + + javax.enterprise.deploy + deployment-api + 1.2-rev-1 + + + + + package + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + ${project.build.directory} + + + history.points + ${history.points} + + + + **/*TestCase.java + + + + + + + + + exec + + true + + + + + org.codehaus.mojo + exec-maven-plugin + 1.0.2 + + + exec + + java + + + + + org.hippoecm.testutils.history.ReportGenerator + + - -history + ${history.points} + - -report + ${history.report} + + false + + + + + + + From svn-logs at hippocms.org Tue Dec 8 11:41:09 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 8 11:41:25 2009 Subject: [HippoRepos-dev] [21051] hippo-ecm: HREPTWO-3512:prepare for next development iteration Message-ID: <20091208104109.76D5EC96F@svnnew.onehippo.org> Revision: 21051 Author: bvdschans Date: 2009-12-08 11:41:08 +0100 (Tue, 08 Dec 2009) Log Message: ----------- HREPTWO-3512:prepare for next development iteration Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/common org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,31 +29,31 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/builtin/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/builtin/test @@ -39,31 +39,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,28 +29,28 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/admin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/admin org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/browse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/browse org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/dashboard + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/dashboard org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/edit + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/edit org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,34 +29,34 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/management + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/management org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/cms/root + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/cms/root org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/defaultcontent/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/editor + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/editor org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/common org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,36 +29,36 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,22 +29,22 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/import + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-tools-content-importer - 2.03.11 + 2.03.12-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/gallery/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/gotolink/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -28,22 +28,22 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -32,12 +32,12 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT @@ -49,9 +49,9 @@ - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/ldap/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/ldap/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reporting/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reporting/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/common org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,31 +29,31 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/repository org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/reviewed-action/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/reviewed-action/test @@ -40,31 +40,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11 + 2.03.12-SNAPSHOT test @@ -75,7 +75,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/common + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/common org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/repository @@ -39,12 +39,12 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/sample/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/sample/test @@ -39,31 +39,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-common - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-frontend - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-repository - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,26 +29,26 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/search + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/search Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,35 +29,35 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/frontend org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/standards + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/standards Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -28,34 +28,34 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/versioning + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/versioning org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,33 +29,33 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/xinha-frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/xinha-frontend org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT compile org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT compile org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.03.11 + 2.03.12-SNAPSHOT compile Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/addon/yui + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/addon/yui org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -28,9 +28,9 @@ hippo-ecm-api - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/api + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/api Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ maven-archetype - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes/addon + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/archetypes + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/archetypes Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/engine org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.apache.wicket @@ -67,14 +67,14 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend/plugins + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/plugins org.hippoecm hippo-ecm-frontend-engine - 2.03.11 + 2.03.12-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/frontend + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/frontend Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/auth + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/auth Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/config + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/config Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/ear @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11 + 2.03.12-SNAPSHOT war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11 + 2.03.12-SNAPSHOT war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.03.11 + 2.03.12-SNAPSHOT war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -99,19 +99,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -119,7 +119,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -135,19 +135,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -155,7 +155,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -163,13 +163,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -177,37 +177,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -215,19 +215,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -235,7 +235,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/layout + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/layout Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package - https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package + https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/skin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/skin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/test + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/test @@ -49,21 +49,21 @@ org.hippoecm hippo-ecm-package-war - 2.03.11 + 2.03.12-SNAPSHOT war test org.hippoecm hippo-ecm-package-ear - 2.03.11 + 2.03.12-SNAPSHOT ear test org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/package/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/package/war @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11 + 2.03.12-SNAPSHOT war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11 + 2.03.12-SNAPSHOT war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.03.11 + 2.03.12-SNAPSHOT war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -99,19 +99,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -119,7 +119,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -114,9 +114,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,16 +29,16 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/bin + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.03.11 + 2.03.12-SNAPSHOT war Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ ear - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/ear + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/ear @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11 + 2.03.12-SNAPSHOT war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11 + 2.03.12-SNAPSHOT war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.03.11 + 2.03.12-SNAPSHOT war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -99,7 +99,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -107,19 +107,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -259,7 +259,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.03.11 + 2.03.12-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11 - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart - https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart + https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/quickstart/war + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/quickstart/war @@ -39,13 +39,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-package-skin - 2.03.11 + 2.03.12-SNAPSHOT war @@ -61,7 +61,7 @@ org.hippoecm hippo-ecm-package-layout - 2.03.11 + 2.03.12-SNAPSHOT war @@ -69,13 +69,13 @@ org.hippoecm hippo-ecm-repository-application - 2.03.11 + 2.03.12-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.03.11 + 2.03.12-SNAPSHOT war @@ -83,7 +83,7 @@ org.hippoecm hippo-ecm-package-auth - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -91,7 +91,7 @@ org.hippoecm hippo-ecm-package-config - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -99,7 +99,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -107,19 +107,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -127,7 +127,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -135,7 +135,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -143,7 +143,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -151,19 +151,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -171,7 +171,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -179,13 +179,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -193,37 +193,37 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-management - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -231,19 +231,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.03.11 + 2.03.12-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -251,7 +251,7 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.03.11 + 2.03.12-SNAPSHOT jar @@ -259,7 +259,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.03.11 + 2.03.12-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,21 +29,21 @@ war - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/application + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/application org.hippoecm hippo-ecm-repository-engine - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.03.11 + 2.03.12-SNAPSHOT @@ -74,7 +74,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/connector + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/connector @@ -54,7 +54,7 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.slf4j @@ -84,7 +84,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/engine + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/engine @@ -50,17 +50,17 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-modules - 2.03.11 + 2.03.12-SNAPSHOT org.apache.lucene @@ -87,7 +87,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.03.11 + 2.03.12-SNAPSHOT @@ -101,7 +101,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.03.11 + 2.03.12-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository/modules + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/modules @@ -51,7 +51,7 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.slf4j Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/repository + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/content-importer + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/content-importer @@ -77,12 +77,12 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/dropbox + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/dropbox @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -37,9 +37,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/eclipse + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/eclipse Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/migration + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/migration @@ -91,12 +91,12 @@ org.hippoecm hippo-ecm-api - 2.03.11 + 2.03.12-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.03.11 + 2.03.12-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -29,9 +29,9 @@ pom - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml 2009-12-08 10:40:56 UTC (rev 21050) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.03.11 + 2.03.12-SNAPSHOT .. @@ -30,9 +30,9 @@ jar - scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils - scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils - http://svn.hippocms.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_03_11/tools/testutils + scm:svn:http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils + scm:svn:https://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils + http://svn.hippocms.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/tools/testutils From svn-logs at hippocms.org Tue Dec 8 11:44:32 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 8 11:44:32 2009 Subject: [HippoRepos-dev] [21052] hippo-ecm: HREPTWO-3512: set vars for next iteration Message-ID: <20091208104432.C1783C96F@svnnew.onehippo.org> Revision: 21052 Author: bvdschans Date: 2009-12-08 11:44:32 +0100 (Tue, 08 Dec 2009) Log Message: ----------- HREPTWO-3512: set vars for next iteration Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml Modified: hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:41:08 UTC (rev 21051) +++ hippo-ecm/branches/Branch-HREPTWO-v2_03_xx/pom.xml 2009-12-08 10:44:32 UTC (rev 21052) @@ -437,8 +437,8 @@ true true - HREPTWO-3512: - Tag-HREPTWO-v2_03_11 + HREPTWO-0000: + Tag-HREPTWO-v2_03_12 clean From helpdesk at onehippo.com Tue Dec 8 11:35:15 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 8 11:46:08 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3512) Tag 2.03.11 In-Reply-To: <17841447.263161260267735848.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <24049197.263221260268515767.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3512. ------------------------------------------ Resolution: Fixed > Tag 2.03.11 > ----------- > > Key: HREPTWO-3512 > URL: http://issues.onehippo.com/browse/HREPTWO-3512 > Project: Hippo Repository 2 > Issue Type: Task > Affects Versions: r2.03.10 > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.03.11 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:30:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 13:41:08 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3494) JCA In-Reply-To: <20800342.244201259837895850.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <10523440.263861260275415857.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3494: ------------------------------------ Priority: Top (was: Normal) > JCA > --- > > Key: HREPTWO-3494 > URL: http://issues.onehippo.com/browse/HREPTWO-3494 > Project: Hippo Repository 2 > Issue Type: Question > Reporter: Stephan Westen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.11.00 > > > From Woonsan: > I was trying to apply the JCA feature you had added before. > As you might remember the discussion, this feature was added to > support sharable hippo repository by multiple web applications or by > multiple portlet applications. > When I read the document > (hippo-ecm-2.09.xx/repository/jca/src/site/apt/index.apt), I found > this: > For Tomcat: > - Unpack the RAR file hippo-ecm-repository-jca-version.rar in > common/lib > It means that we should have the following 96 files in the > $CATALINA_HOME/lib in Tomcat 6.x. > The hippo-ecm-repository-jca-version.rar file contains 96 files > like the followings: > ... > atomikos-util-3.1.4.jar > ... > commons-lang-2.1.jar > ... > hippo-ecm-repository-engine-2.09.02.jar > ... > jackrabbit-spi2jcr-1.5.0.jar > ... > wicket-datetime-1.3.5.jar > ... > yui-2.xx-sources-1.01.07.jar > So, do you want to deploy and load the hippo repository in the commons > classloader path? > As I was in the discussion before, I thought you meant to deploy the > repository onto a web application, but shareable by other web > applications. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:40:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 13:51:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3395) Introduce resolution framework In-Reply-To: <25199404.154171258549335988.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <10383417.264031260276015925.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3395: ------------------------------------ Description: The resolution framework should improve the user interaction, for example it takes care of for example removing empty strings in a multiple list. > Introduce resolution framework > ------------------------------ > > Key: HREPTWO-3395 > URL: http://issues.onehippo.com/browse/HREPTWO-3395 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > Original Estimate: 1 day, 4 hours > Remaining Estimate: 1 day, 4 hours > > The resolution framework should improve the user interaction, for example it takes care of for example removing empty strings in a multiple list. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:44:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 13:55:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3404) Verify Eclipse part in online documentation In-Reply-To: <18528438.174451258964535989.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26206984.264171260276255957.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3404: ------------------------------------ Assignee: Frank van Lankvelt (was: Bart van der Schans) Fix Version/s: r2.11.00 Priority: Top (was: Normal) > Verify Eclipse part in online documentation > -------------------------------------------- > > Key: HREPTWO-3404 > URL: http://issues.onehippo.com/browse/HREPTWO-3404 > Project: Hippo Repository 2 > Issue Type: Task > Reporter: Stephan Westen > Assignee: Frank van Lankvelt > Priority: Top > Fix For: r2.11.00 > > > see http://www.onehippo.org/cms7/documentation/extending+CMS7/howto/gui_plugin.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:56:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 14:07:08 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3105) Set starting location for the linkpicker dialog In-Reply-To: <20894488.211961253868475362.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8649222.264271260276975925.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3105: ------------------------------------ Description: Essentially this should happen: the starting location of the link picker dialog should be configurable. The linkpicker dialog opens at the location that is stored in the hippo:docbase property of the facet select. This is not desirable: we do not want to store UUIDs of folders in a facet select besides the root node UUID (cafebabe). It would be better if the linkpicker can be configured with a folder UUID where the dialog opens by default. The behaviour would then be: 1) if a docbase UUID is stored in the facet-select, and it is a document uuid, then the dialog opens in the parent folder of the document 2) otherwise it opens in the configured folder. The uuid of that folder is *not* stored in the hippo:docbase property. was: The linkpicker dialog opens at the location that is stored in the hippo:docbase property of the facet select. This is not desirable: we do not want to store UUIDs of folders in a facet select besides the root node UUID (cafebabe). It would be better if the linkpicker can be configured with a folder UUID where the dialog opens by default. The behaviour would then be: 1) if a docbase UUID is stored in the facet-select, and it is a document uuid, then the dialog opens in the parent folder of the document 2) otherwise it opens in the configured folder. The uuid of that folder is *not* stored in the hippo:docbase property. > Set starting location for the linkpicker dialog > ----------------------------------------------- > > Key: HREPTWO-3105 > URL: http://issues.onehippo.com/browse/HREPTWO-3105 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > Essentially this should happen: the starting location of the link picker dialog should be configurable. > The linkpicker dialog opens at the location that is stored in the hippo:docbase property of the facet select. This is not desirable: we do not want to store UUIDs of folders in a facet select besides the root node UUID (cafebabe). It would be better if the linkpicker can be configured with a folder UUID where the dialog opens by default. The behaviour would then be: > 1) if a docbase UUID is stored in the facet-select, and it is a document uuid, then the dialog opens in the parent folder of the document > 2) otherwise it opens in the configured folder. The uuid of that folder is *not* stored in the hippo:docbase property. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:56:15 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 14:07:10 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3105) Set starting location for the linkpicker dialog In-Reply-To: <20894488.211961253868475362.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <25757732.264301260276975982.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3105: ------------------------------------ Comment: was deleted (was: The required functionality is customer specific, we won't do this in the product. Arthur need to add more details.) > Set starting location for the linkpicker dialog > ----------------------------------------------- > > Key: HREPTWO-3105 > URL: http://issues.onehippo.com/browse/HREPTWO-3105 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > Essentially this should happen: the starting location of the link picker dialog should be configurable. > The linkpicker dialog opens at the location that is stored in the hippo:docbase property of the facet select. This is not desirable: we do not want to store UUIDs of folders in a facet select besides the root node UUID (cafebabe). It would be better if the linkpicker can be configured with a folder UUID where the dialog opens by default. The behaviour would then be: > 1) if a docbase UUID is stored in the facet-select, and it is a document uuid, then the dialog opens in the parent folder of the document > 2) otherwise it opens in the configured folder. The uuid of that folder is *not* stored in the hippo:docbase property. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 13:56:16 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 8 14:07:13 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3105) Set starting location for the linkpicker dialog In-Reply-To: <20894488.211961253868475362.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18524674.264331260276976046.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3105: ------------------------------------ Comment: was deleted (was: A comment with security level 'hippo-product-management' was removed.) > Set starting location for the linkpicker dialog > ----------------------------------------------- > > Key: HREPTWO-3105 > URL: http://issues.onehippo.com/browse/HREPTWO-3105 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > Essentially this should happen: the starting location of the link picker dialog should be configurable. > The linkpicker dialog opens at the location that is stored in the hippo:docbase property of the facet select. This is not desirable: we do not want to store UUIDs of folders in a facet select besides the root node UUID (cafebabe). It would be better if the linkpicker can be configured with a folder UUID where the dialog opens by default. The behaviour would then be: > 1) if a docbase UUID is stored in the facet-select, and it is a document uuid, then the dialog opens in the parent folder of the document > 2) otherwise it opens in the configured folder. The uuid of that folder is *not* stored in the hippo:docbase property. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 14:12:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 8 14:23:08 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-2844) "Cannot set property of a checked-in node" when invoking FullReviewedActionsWorkflow.delete() In-Reply-To: <20964243.1247842587749.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21642135.264431260277935817.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-2844: ---------------------------------------- Original Estimate: 3 hours Remaining Estimate: 3 hours > "Cannot set property of a checked-in node" when invoking FullReviewedActionsWorkflow.delete() > --------------------------------------------------------------------------------------------- > > Key: HREPTWO-2844 > URL: http://issues.onehippo.com/browse/HREPTWO-2844 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.06.06 (m13 - rc7) > Environment: ubuntu > Reporter: Dennis Dam > Assignee: Berry van Halderen > Fix For: r2.11.00 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > I'm trying to delete a document from a client app, I wrote some code for that using the FullReviewedActionsWorkflow. I first look for a published document, and if that exists, I unpublish it first. After that, I look up the unpublished version of the document and invoke delete(). The result is that the document is deleted, but I get an exception: > javax.jcr.version.VersionException: node /content/attic/2009/7/16/DocumentA/DocumentA/links/link: : cannot set property of a checked-in node > at org.apache.jackrabbit.core.NodeImpl.checkSetProperty(NodeImpl.java:1287) > at org.apache.jackrabbit.core.NodeImpl.setProperty(NodeImpl.java:2297) > at org.hippoecm.repository.decorating.NodeDecorator.setProperty(NodeDecorator.java:157) > at org.hippoecm.repository.impl.WorkspaceDecorator$2.leaving(WorkspaceDecorator.java:210) > at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:183) > at org.hippoecm.repository.decorating.ItemVisitorDecorator.visit(ItemVisitorDecorator.java:48) > at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:2062) > at org.hippoecm.repository.decorating.ItemDecorator.accept(ItemDecorator.java:138) > at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:179) > at org.hippoecm.repository.decorating.ItemVisitorDecorator.visit(ItemVisitorDecorator.java:48) > at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:2062) > at org.hippoecm.repository.decorating.ItemDecorator.accept(ItemDecorator.java:138) > at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:179) > at org.hippoecm.repository.decorating.ItemVisitorDecorator.visit(ItemVisitorDecorator.java:48) > at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:2062) > at org.hippoecm.repository.decorating.ItemDecorator.accept(ItemDecorator.java:138) > at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:179) > at org.hippoecm.repository.decorating.ItemVisitorDecorator.visit(ItemVisitorDecorator.java:48) > at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:2062) > at org.hippoecm.repository.decorating.ItemDecorator.accept(ItemDecorator.java:138) > at org.hippoecm.repository.impl.WorkspaceDecorator.touch(WorkspaceDecorator.java:201) > at org.hippoecm.repository.impl.WorkspaceDecorator.move(WorkspaceDecorator.java:239) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.doArchive(FolderWorkflowImpl.java:251) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.archive(FolderWorkflowImpl.java:317) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:508) > at $Proxy2.archive(Unknown Source) > at org.hippoecm.repository.standardworkflow.DefaultWorkflowImpl.archive(DefaultWorkflowImpl.java:119) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:819) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:524) > my code is as follows: > protected Node getUnpublishedVariant(Node handle) throws RepositoryException{ > return getVariant(handle, "unpublished"); > } > > protected Node getPublishedVariant(Node handle) throws RepositoryException{ > return getVariant(handle, "published"); > } > > private Node getVariant(Node handle, String variant) throws RepositoryException{ > NodeIterator nodeIter = handle.getNodes(); > while (nodeIter.hasNext()){ > Node child = nodeIter.nextNode(); > String state = null; > try{ > Property prop = child.getProperty("hippostd:state"); > state = prop.getString(); > } catch (PathNotFoundException pnfe){ > > } > if (variant.equals(state)){ > return child; > } > } > return null; > } > protected void deleteNode(HippoWorkspace workspace, Node handleNodeToBeDeleted) > throws RepositoryException, WorkflowException, RemoteException { > > Session session = handleNodeToBeDeleted.getSession(); > > // first unpublish if published > Node publishedNode = getPublishedVariant(handleNodeToBeDeleted); > if (publishedNode != null){ > FullReviewedActionsWorkflow workflow = getWorkflowForConcreteNode(handleNodeToBeDeleted.getSession(),publishedNode); > if (workflow == null){ > throw new ContentException("Could not find a workflow for node at "+handleNodeToBeDeleted.getPath()); > } > workflow.depublish(); > } > > // next, delete unpublished version > Node unpublishedNode = getUnpublishedVariant(handleNodeToBeDeleted); > if (unpublishedNode == null){ > throw new ContentException("Could not find unpublished version of "+handleNodeToBeDeleted.getPath()); > } > FullReviewedActionsWorkflow workflow = getWorkflowForConcreteNode(handleNodeToBeDeleted.getSession(),unpublishedNode); > if (workflow == null){ > throw new ContentException("Could not find a workflow for node at "+handleNodeToBeDeleted.getPath()); > } > workflow.delete(); > } > protected FullReviewedActionsWorkflow getWorkflowForConcreteNode(Session session, Node concreteNode) throws RepositoryException { > WorkflowManager workflowManager = ((HippoWorkspace)session.getWorkspace()).getWorkflowManager(); > Workflow reviewedActionsWorkflow = workflowManager.getWorkflow("default", concreteNode); > if (reviewedActionsWorkflow instanceof FullReviewedActionsWorkflow) { > return (FullReviewedActionsWorkflow) reviewedActionsWorkflow; > } else { > return null; > } > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 14:14:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 8 14:25:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3494) JCA In-Reply-To: <20800342.244201259837895850.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <25911772.264461260278055753.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3494: ---------------------------------------- Original Estimate: 4 hours Remaining Estimate: 4 hours Time estimate based on answering question and support, if changes are required, JCA needs redesign and issue becomes +7days > JCA > --- > > Key: HREPTWO-3494 > URL: http://issues.onehippo.com/browse/HREPTWO-3494 > Project: Hippo Repository 2 > Issue Type: Question > Reporter: Stephan Westen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.11.00 > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > From Woonsan: > I was trying to apply the JCA feature you had added before. > As you might remember the discussion, this feature was added to > support sharable hippo repository by multiple web applications or by > multiple portlet applications. > When I read the document > (hippo-ecm-2.09.xx/repository/jca/src/site/apt/index.apt), I found > this: > For Tomcat: > - Unpack the RAR file hippo-ecm-repository-jca-version.rar in > common/lib > It means that we should have the following 96 files in the > $CATALINA_HOME/lib in Tomcat 6.x. > The hippo-ecm-repository-jca-version.rar file contains 96 files > like the followings: > ... > atomikos-util-3.1.4.jar > ... > commons-lang-2.1.jar > ... > hippo-ecm-repository-engine-2.09.02.jar > ... > jackrabbit-spi2jcr-1.5.0.jar > ... > wicket-datetime-1.3.5.jar > ... > yui-2.xx-sources-1.01.07.jar > So, do you want to deploy and load the hippo repository in the commons > classloader path? > As I was in the discussion before, I thought you meant to deploy the > repository onto a web application, but shareable by other web > applications. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 14:16:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 8 14:27:08 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3513) Commit status so far against trunk Message-ID: <31397575.264491260278175987.JavaMail.jira@jira.vm.castaserver.com> Commit status so far against trunk ---------------------------------- Key: HREPTWO-3513 URL: http://issues.onehippo.com/browse/HREPTWO-3513 Project: Hippo Repository 2 Issue Type: Sub-task Reporter: Berry van Halderen Assignee: Bart van der Schans Commit either to trunk or in seperate branch. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 14:18:15 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Tue Dec 8 14:29:08 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3240) make scheduler more resilient against repository shutting down In-Reply-To: <1824382.6761255599495690.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <4408389.264501260278295713.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3240: ---------------------------------------- Original Estimate: 5 hours Remaining Estimate: 5 hours > make scheduler more resilient against repository shutting down > -------------------------------------------------------------- > > Key: HREPTWO-3240 > URL: http://issues.onehippo.com/browse/HREPTWO-3240 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Berry van Halderen > Assignee: Berry van Halderen > Fix For: r2.11.00 > > Original Estimate: 5 hours > Remaining Estimate: 5 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 15:20:15 2009 From: helpdesk at onehippo.com (JIRA (Mathijs Brand)) Date: Tue Dec 8 15:31:08 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3514) Feedback in errorlog from CMS for -not compatible with ecm tag- forge plugins Message-ID: <32088673.265361260282015686.JavaMail.jira@jira.vm.castaserver.com> Feedback in errorlog from CMS for -not compatible with ecm tag- forge plugins ------------------------------------------------------------------------------ Key: HREPTWO-3514 URL: http://issues.onehippo.com/browse/HREPTWO-3514 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.10.00 Reporter: Mathijs Brand We tried to upgrade our project CMS to Hippo ECM 2.10. For this we needed to upgrade forge plugins. However, we forgot to do a plugin. Feedback wasn't there. It was unclear which plugin was the problem. Solution: add the responsible plugin that failed the upgrade to logging info. Temporary and ugly fix: frontend/engine/src/main/java/org/hippoecm/frontend/plugin/impl/PluginContext.java line 291 and further ... registrations.clear(); if (plugin != null) { System.err.println("This is a temp solution" + plugin.getClass().getName()); plugin.start(); } ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 8 16:18:15 2009 From: helpdesk at onehippo.com (JIRA (Rolf van der Steen)) Date: Tue Dec 8 16:29:07 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3515) compilation failure Message-ID: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> compilation failure ------------------- Key: HREPTWO-3515 URL: http://issues.onehippo.com/browse/HREPTWO-3515 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.10.00 Environment: Mac OSX 10.5, Java 1.5.0 Reporter: Rolf van der Steen Verified failed also on other platforms, using 1.5 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 8 17:36:50 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Tue Dec 8 17:36:46 2009 Subject: [HippoRepos-dev] [21060] hippo-ecm: HREPTWO-16: add dependency to layoutmanager module Message-ID: <20091208163650.27B69C154@svnnew.onehippo.org> Revision: 21060 Author: fvlankvelt Date: 2009-12-08 17:36:48 +0100 (Tue, 08 Dec 2009) Log Message: ----------- HREPTWO-16: add dependency to layoutmanager module Modified Paths: -------------- hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/layout/WireframeBehavior.java Modified: hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/layout/WireframeBehavior.java =================================================================== --- hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/layout/WireframeBehavior.java 2009-12-08 13:33:12 UTC (rev 21059) +++ hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/layout/WireframeBehavior.java 2009-12-08 16:36:48 UTC (rev 21060) @@ -24,6 +24,7 @@ import org.apache.wicket.markup.html.IHeaderResponse; import org.apache.wicket.util.template.PackagedTextTemplate; import org.hippoecm.frontend.plugins.yui.AbstractYuiBehavior; +import org.hippoecm.frontend.plugins.yui.HippoNamespace; import org.hippoecm.frontend.plugins.yui.header.IYuiContext; import org.hippoecm.frontend.plugins.yui.header.templates.HippoTextTemplate; import org.hippoecm.frontend.plugins.yui.javascript.IYuiListener; @@ -97,6 +98,7 @@ @Override public void addHeaderContribution(IYuiContext context) { + context.addModule(HippoNamespace.NS, "layoutmanager"); context.addTemplate(template); context.addOnDomLoad("YAHOO.hippo.LayoutManager.render()"); } From helpdesk at onehippo.com Wed Dec 9 11:39:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:39:01 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3505) error in migration cycle: hipposysedit_1_1:field: no definition found In-Reply-To: <26667822.254261260106695976.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28906645.2511260355140768.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3505: ------------------------------------ Fix Version/s: r2.11.00 > error in migration cycle: hipposysedit_1_1:field: no definition found > --------------------------------------------------------------------- > > Key: HREPTWO-3505 > URL: http://issues.onehippo.com/browse/HREPTWO-3505 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Upgrading the docsite from 2.09.04 to 2.10.00 > Reporter: Rita Bijlsma > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.11.00 > > > Upgrading to 2.10.00 fails with following errormessage: > 2009-12-06 14:27:43.407::INFO: No Transaction manager found - if your webapp requires one, please configure one. > 06.12.2009 14:28:10 ERROR [org.hippoecm.repository.updater.UpdaterEngine.migrate():560] error in migration cycle: javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/docs/hipposys:unstructured/hipposysedit_1_1:nodetype/hipposysedit_1_1:nodetype/hipposysedit_1_1:field: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field > javax.jcr.nodetype.ConstraintViolationException: /hippo:namespaces/docs/hipposys:unstructured/hipposysedit_1_1:nodetype/hipposysedit_1_1:nodetype/hipposysedit_1_1:field: no definition found in parent node's node type for new node: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:999) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:264) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:680) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:532) > at org.hippoecm.repository.LocalHippoRepository.initializeStartup(LocalHippoRepository.java:325) > at org.hippoecm.repository.LocalHippoRepository.initialize(LocalHippoRepository.java:269) > at org.hippoecm.repository.LocalHippoRepository.(LocalHippoRepository.java:148) > at org.hippoecm.repository.LocalHippoRepository.create(LocalHippoRepository.java:156) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.hippoecm.repository.HippoRepositoryFactory.getHippoRepository(HippoRepositoryFactory.java:238) > at org.hippoecm.repository.RepositoryServlet.init(RepositoryServlet.java:154) > at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431) > at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) > at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239) > at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466) > at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:124) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) > at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:224) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) > at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:441) > at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:383) > at org.mortbay.jetty.plugin.Jetty6RunWar.execute(Jetty6RunWar.java:67) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:356) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > ... 61 more > javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for {http://www.onehippo.org/jcr/hipposysedit/nt/1.1}field > at org.apache.jackrabbit.core.nodetype.EffectiveNodeType.getApplicableChildNodeDef(EffectiveNodeType.java:730) > at org.apache.jackrabbit.core.NodeImpl.getApplicableChildNodeDefinition(NodeImpl.java:878) > at org.apache.jackrabbit.core.SessionImpl.move(SessionImpl.java:995) > at org.hippoecm.repository.decorating.SessionDecorator.move(SessionDecorator.java:194) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:264) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterNode.commit(UpdaterNode.java:348) > at org.hippoecm.repository.updater.UpdaterSession.commit(UpdaterSession.java:214) > at org.hippoecm.repository.updater.UpdaterEngine.upgrade(UpdaterEngine.java:680) > at org.hippoecm.repository.updater.UpdaterEngine.migrate(UpdaterEngine.java:532) > at org.hippoecm.repository.LocalHippoRepository.initializeStartup(LocalHippoRepository.java:325) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:43:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:43:01 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3510) Compound types can be better looking In-Reply-To: <21081739.261811260209535681.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11276932.2621260355380465.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3510: ------------------------------------ Fix Version/s: r2.11.00 > Compound types can be better looking > ------------------------------------ > > Key: HREPTWO-3510 > URL: http://issues.onehippo.com/browse/HREPTWO-3510 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: user experience > Affects Versions: r2.09.04 > Reporter: Mathijs Brand > Assignee: Rolf van der Steen > Fix For: r2.11.00 > > Attachments: Poll with fix.png, Poll without fix.png > > > Without the fix is the first screenshot. The second one is with the fix > A fix from a project with a poll with options, the class .architect-poll-options was put on the options field: > .architect-poll-options div.hippo-editor-field input { > background: white; > border: 0px; > margin: 0px; > padding: 0px 0px 3px 0px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield div.even { > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .even div div { > background: white; > font-style: italic; > font-size: 9px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .odd div div { > background: white; > font-style: italic; > font-size: 9px; > } > div.architect-poll-options { > border: 2px white solid; > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:43:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:43:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3515) compilation failure HREPTWO-v2_10_00 In-Reply-To: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29014528.2691260355380582.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3515: ------------------------------------ Summary: compilation failure HREPTWO-v2_10_00 (was: compilation failure) Fix Version/s: r2.10.00 Priority: Blocker (was: Normal) > compilation failure HREPTWO-v2_10_00 > ------------------------------------ > > Key: HREPTWO-3515 > URL: http://issues.onehippo.com/browse/HREPTWO-3515 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Mac OSX 10.5, Java 1.5.0 > Reporter: Rolf van der Steen > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.10.00 > > > Verified failed also on other platforms, using 1.5 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types > found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint > required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:45:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:45:02 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3515) compilation failure HREPTWO-v2_10_00 In-Reply-To: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26197377.2761260355500500.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3515: ------------------------------------ Priority: Top (was: Blocker) > compilation failure HREPTWO-v2_10_00 > ------------------------------------ > > Key: HREPTWO-3515 > URL: http://issues.onehippo.com/browse/HREPTWO-3515 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Mac OSX 10.5, Java 1.5.0 > Reporter: Rolf van der Steen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.00 > > > Verified failed also on other platforms, using 1.5 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types > found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint > required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:45:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:45:05 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3515) compilation failure HREPTWO-v2_10_00 In-Reply-To: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <31712559.2791260355500554.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3515: ------------------------------------ Fix Version/s: r2.11.00 > compilation failure HREPTWO-v2_10_00 > ------------------------------------ > > Key: HREPTWO-3515 > URL: http://issues.onehippo.com/browse/HREPTWO-3515 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Mac OSX 10.5, Java 1.5.0 > Reporter: Rolf van der Steen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.00, r2.11.00 > > > Verified failed also on other platforms, using 1.5 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types > found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint > required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:47:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:47:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3516) Replication Message-ID: <16273253.2931260355620299.JavaMail.jira@jira.vm.castaserver.com> Replication ----------- Key: HREPTWO-3516 URL: http://issues.onehippo.com/browse/HREPTWO-3516 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Stephan Westen Fix For: r2.11.00 Repository replication -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:49:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:49:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3517) Readable nodenames in URL (remove specials characters) Message-ID: <8807523.3031260355740443.JavaMail.jira@jira.vm.castaserver.com> Readable nodenames in URL (remove specials characters) ------------------------------------------------------ Key: HREPTWO-3517 URL: http://issues.onehippo.com/browse/HREPTWO-3517 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Stephan Westen Assignee: Berry van Halderen Priority: High Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 11:49:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 11:49:03 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3518) Taxonomy editor Message-ID: <31766721.3101260355740550.JavaMail.jira@jira.vm.castaserver.com> Taxonomy editor --------------- Key: HREPTWO-3518 URL: http://issues.onehippo.com/browse/HREPTWO-3518 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Stephan Westen Priority: High Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 12:21:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 12:21:03 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3519) Copy document dialog lay-out broken Message-ID: <8460113.4211260357660531.JavaMail.jira@jira.vm.castaserver.com> Copy document dialog lay-out broken ----------------------------------- Key: HREPTWO-3519 URL: http://issues.onehippo.com/browse/HREPTWO-3519 Project: Hippo Repository 2 Issue Type: Bug Reporter: Stephan Westen Assignee: Arthur Bogaart Fix For: r2.11.00 see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 12:23:00 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 9 12:23:01 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3515) compilation failure HREPTWO-v2_10_00 In-Reply-To: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9654127.4271260357780457.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen updated HREPTWO-3515: ---------------------------------------- Fix Version/s: r2.10.01 (was: r2.10.00) Ik kan natuurlijk onmogelijk de issue fixen in een al getaggde versie. > compilation failure HREPTWO-v2_10_00 > ------------------------------------ > > Key: HREPTWO-3515 > URL: http://issues.onehippo.com/browse/HREPTWO-3515 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Mac OSX 10.5, Java 1.5.0 > Reporter: Rolf van der Steen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.01, r2.11.00 > > > Verified failed also on other platforms, using 1.5 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types > found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint > required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 12:23:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 12:23:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3519) Copy document dialog lay-out broken In-Reply-To: <8460113.4211260357660531.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8395668.4321260357780546.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3519: ------------------------------------ Attachment: screenshot-1.jpg > Copy document dialog lay-out broken > ----------------------------------- > > Key: HREPTWO-3519 > URL: http://issues.onehippo.com/browse/HREPTWO-3519 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 12:23:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 12:23:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3519) Copy/move document dialog lay-out broken In-Reply-To: <8460113.4211260357660531.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18477835.4371260357780620.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3519: ------------------------------------ Summary: Copy/move document dialog lay-out broken (was: Copy document dialog lay-out broken) > Copy/move document dialog lay-out broken > ---------------------------------------- > > Key: HREPTWO-3519 > URL: http://issues.onehippo.com/browse/HREPTWO-3519 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 12:25:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 9 12:25:01 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3519) Copy/move document dialog lay-out broken In-Reply-To: <8460113.4211260357660531.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1492506.4421260357900441.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3519: ------------------------------------ Priority: High (was: Normal) > Copy/move document dialog lay-out broken > ---------------------------------------- > > Key: HREPTWO-3519 > URL: http://issues.onehippo.com/browse/HREPTWO-3519 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 14:46:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 9 14:46:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3520) In CMS no way to know where an internal link links to Message-ID: <27016996.5511260366360247.JavaMail.jira@jira.vm.castaserver.com> In CMS no way to know where an internal link links to ----------------------------------------------------- Key: HREPTWO-3520 URL: http://issues.onehippo.com/browse/HREPTWO-3520 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.09.04 Reporter: Rita Bijlsma In the CMS, you see a link. Your browser shows you where the link links to, but that is not the true URL that is being linked to. For example, I see the URL http://cms.docs.hosting.onehippo.com/index, but the node being linked to is actually http://cms.docs.hosting.onehippo.com/cms/documentation/user/index Only the last part of the shown URL has meaning. It is the name of the facetselect. The real address linked to is in the facetselect. Usecase 1: I wanted to remove the above mentioned document and got warnings about documents linking to it. I opened one of the documents and found a link, but from the text I thought that that link should link to http://cms.docs.hosting.onehippo.com/cms/documentation/user/author/index (note the /author/ part). But maybe it did, and the wrong link was somewhere else in the document. I selected the link and clicked on 'internal link', but still no information about it. So I had no way to know from the CMS and had to go to the site to check or read the complete document, to be sure that this was the link to change. Usecase 2: I was reading a document in the CMS and was wondering to what location a link was linking. I could not know from the facet select name, because I had forgotten the location, not the idea. I had to go the site to find out. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 14:50:00 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Wed Dec 9 14:50:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3521) Hippo:mirror should be configurable with a root path Message-ID: <21041004.5541260366600226.JavaMail.jira@jira.vm.castaserver.com> Hippo:mirror should be configurable with a root path ---------------------------------------------------- Key: HREPTWO-3521 URL: http://issues.onehippo.com/browse/HREPTWO-3521 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Arthur Bogaart Assignee: Arthur Bogaart Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 9 16:56:17 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 9 16:56:16 2009 Subject: [HippoRepos-dev] [21063] hippo-ecm: HREPTWO-3522:copy for Branch-HREPTWO-v2_10_xx Message-ID: <20091209155617.66A1EC970@svnnew.onehippo.org> Revision: 21063 Author: bvanhalderen Date: 2009-12-09 16:56:16 +0100 (Wed, 09 Dec 2009) Log Message: ----------- HREPTWO-3522:copy for Branch-HREPTWO-v2_10_xx Added Paths: ----------- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/ Property changes on: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target jpox.log Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4:20604-20690 From helpdesk at onehippo.com Wed Dec 9 16:57:00 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 9 16:57:01 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3522) Tag 2.10.01 Message-ID: <18374566.7191260374220179.JavaMail.jira@jira.vm.castaserver.com> Tag 2.10.01 ----------- Key: HREPTWO-3522 URL: http://issues.onehippo.com/browse/HREPTWO-3522 Project: Hippo Repository 2 Issue Type: Task Affects Versions: r2.10.01 Reporter: Berry van Halderen Fix For: r2.10.01 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 9 16:58:07 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 9 16:58:11 2009 Subject: [HippoRepos-dev] [21064] hippo-ecm: HREPTWO-3522:prepare release Branch-HREPTWO-v2_10_xx Message-ID: <20091209155807.85842C96F@svnnew.onehippo.org> Revision: 21064 Author: bvanhalderen Date: 2009-12-09 16:58:06 +0100 (Wed, 09 Dec 2009) Log Message: ----------- HREPTWO-3522:prepare release Branch-HREPTWO-v2_10_xx Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/upgrade/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport/pom.xml hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils/pom.xml Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/common org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/frontend @@ -42,34 +42,34 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Builtin addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin repository addon @@ -28,22 +28,22 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-builtin - 2.10.00 + 2.10.01-SNAPSHOT Builtin addon tests @@ -28,33 +28,33 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/builtin/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/builtin/test org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test @@ -66,13 +66,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS admin addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/admin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/admin @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -59,13 +59,13 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS browse addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/browse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS dashboard addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/dashboard + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/dashboard @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -59,31 +59,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS edit addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/edit + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/edit @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -54,31 +54,31 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT CMS addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-cms - 2.10.00 + 2.10.01-SNAPSHOT CMS root addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/cms/root + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/root @@ -46,18 +46,18 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00 + 2.10.01-SNAPSHOT Defaultcontent frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/defaultcontent/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/frontend Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Default content addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/defaultcontent/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent - 2.10.00 + 2.10.01-SNAPSHOT Defaultcontent repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Eavesdrop @@ -28,26 +28,26 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/eavesdrop + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/eavesdrop org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT javax.servlet @@ -57,12 +57,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor common addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/common org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -49,7 +49,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/frontend @@ -48,35 +48,35 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Editor addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-editor - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/repository @@ -42,22 +42,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM editor test addon @@ -28,62 +28,62 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/editor/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/editor/test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine-test - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00 + 2.10.01-SNAPSHOT Faceted date frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/frontend @@ -42,24 +42,24 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Faceted date addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-faceteddate - 2.10.00 + 2.10.01-SNAPSHOT Faceted date repository addon @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/faceteddate/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/faceteddate/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -61,19 +61,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/frontend @@ -42,39 +42,39 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery import addon @@ -28,28 +28,28 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/import + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/import org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-tools-content-importer - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Gallery Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-gallery - 2.10.00 + 2.10.01-SNAPSHOT Gallery Addon @@ -28,21 +28,21 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gallery/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gallery/repository org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jcr Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Goto frontend addon @@ -27,16 +27,16 @@ hippo-ecm-addon-gotolink - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/gotolink + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/gotolink org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -47,7 +47,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Ldap Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-ldap - 2.10.00 + 2.10.01-SNAPSHOT Ldap Addon Repository @@ -31,13 +31,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -49,9 +49,9 @@ - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/ldap/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/ldap/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Addons @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00 + 2.10.01-SNAPSHOT Reporting frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Reporting addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reporting - 2.10.00 + 2.10.01-SNAPSHOT Reporting repository addon @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reporting/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reporting/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/common @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/frontend @@ -42,44 +42,44 @@ org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/repository @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-reviewed-action - 2.10.00 + 2.10.01-SNAPSHOT Reviewed action addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/reviewed-action/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/reviewed-action/test @@ -39,49 +39,49 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT test @@ -92,7 +92,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample common addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/common + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/common @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT javax.jdo Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/frontend @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Sample addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample repository addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/repository @@ -43,12 +43,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-sample - 2.10.00 + 2.10.01-SNAPSHOT Sample addon tests @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/sample/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/sample/test @@ -38,31 +38,31 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-frontend - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-sample-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-search - 2.10.00 + 2.10.01-SNAPSHOT Search frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/frontend @@ -42,19 +42,19 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Search Addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/search + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/search Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon-standards - 2.10.00 + 2.10.01-SNAPSHOT Standards frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/frontend @@ -42,13 +42,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided @@ -62,13 +62,13 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Standards addon @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/standards + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/standards Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Versioning frontend addon @@ -27,9 +27,9 @@ hippo-ecm-addon-versioning - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/versioning + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/versioning @@ -41,30 +41,30 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Workflow @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/workflow + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/workflow @@ -43,27 +43,27 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT jar provided org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT jar provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Xinha addon @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT Xinha addon frontend plugin @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/xinha-frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/xinha-frontend @@ -47,13 +47,13 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT hippo @@ -69,20 +69,20 @@ org.hippoecm hippo-ecm-addon-yui - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-addon - 2.10.00 + 2.10.01-SNAPSHOT YUI frontend addon @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/addon/yui + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/yui @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT API @@ -27,9 +27,9 @@ hippo-ecm-api - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/api + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/api Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-archetypes - 2.10.00 + 2.10.01-SNAPSHOT Addon archetype @@ -28,9 +28,9 @@ maven-archetype - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes/addon + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/addon Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Archetypes @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/archetypes + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/archetypes Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Minimal frontend app @@ -28,21 +28,21 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/application org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine @@ -47,12 +47,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.apache.wicket Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend plugins @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/plugins + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/plugins @@ -42,17 +42,17 @@ org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-projectexport - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Frontend @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-frontend - 2.10.00 + 2.10.01-SNAPSHOT Frontend engine test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/frontend/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/test @@ -39,19 +39,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM authorisation configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/auth + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/auth Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package configuration @@ -28,8 +28,8 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/config + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/config Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM EAR package @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM CMS layout @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/layout + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/layout Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package - https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package + https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package skin @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/skin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/skin Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM package test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/test @@ -48,34 +48,34 @@ org.hippoecm hippo-ecm-package-war - 2.10.00 + 2.10.01-SNAPSHOT war test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-ear - 2.10.00 + 2.10.01-SNAPSHOT ear test org.hippoecm hippo-ecm-quickstart-ear - 2.10.00 + 2.10.01-SNAPSHOT ear test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-package - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM WAR package @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/package/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/package/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,19 +98,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -118,7 +118,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,19 +134,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -154,13 +154,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -168,19 +168,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -188,13 +188,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -202,31 +202,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -234,19 +234,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -254,14 +254,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -17,7 +17,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM The core of Hippo ECM, i.e. repository 2, plus an advanced webbased userinterface for content management: CMS, @@ -91,9 +91,9 @@ This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html --> - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM BIN quickstart @@ -28,16 +28,16 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/bin + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/bin org.hippoecm hippo-ecm-quickstart-war - 2.10.00 + 2.10.01-SNAPSHOT war Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM EAR quickstart @@ -28,9 +28,9 @@ ear - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/ear + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/ear @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -285,7 +285,7 @@ org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM quickstart @@ -28,9 +28,9 @@ pom - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart - https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart + https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-quickstart - 2.10.00 + 2.10.01-SNAPSHOT Hippo ECM WAR quickstart @@ -28,9 +28,9 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/quickstart/war + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/quickstart/war @@ -38,13 +38,13 @@ org.hippoecm hippo-ecm-addon-xinha - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -52,7 +52,7 @@ org.hippoecm hippo-ecm-package-skin - 2.10.00 + 2.10.01-SNAPSHOT war @@ -60,7 +60,7 @@ org.hippoecm hippo-ecm-package-layout - 2.10.00 + 2.10.01-SNAPSHOT war @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-repository-application - 2.10.00 + 2.10.01-SNAPSHOT war org.hippoecm hippo-ecm-frontend-application - 2.10.00 + 2.10.01-SNAPSHOT war @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -90,7 +90,7 @@ org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -106,19 +106,19 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -126,7 +126,7 @@ org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -134,7 +134,7 @@ org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -142,7 +142,7 @@ org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -150,19 +150,19 @@ org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -170,13 +170,13 @@ org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -184,19 +184,19 @@ org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -204,13 +204,13 @@ org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -218,31 +218,31 @@ org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -250,19 +250,19 @@ org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -270,14 +270,14 @@ org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -285,13 +285,13 @@ org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00 + 2.10.01-SNAPSHOT jar org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT jar @@ -304,19 +304,19 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Minimal repository app @@ -28,26 +28,26 @@ war - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/application + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/application org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-upgrade - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT @@ -78,7 +78,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT jar test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository connector @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/connector + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/connector @@ -53,7 +53,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j @@ -82,7 +82,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository engine @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/engine + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/engine @@ -56,22 +56,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-modules - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.apache.lucene @@ -98,7 +98,7 @@ org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT @@ -111,7 +111,7 @@ org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository JCA Hippo ECM repository adapter @@ -26,9 +26,9 @@ hippo-ecm-repository-jca rar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/jca + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/jca package @@ -146,182 +146,182 @@ org.hippoecm hippo-ecm-addon-xinha-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-package-auth - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-ldap-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-versioning - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-standards-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gotolink - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reviewed-action-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-faceteddate-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-reporting-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-root - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-dashboard - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-edit - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-cms-admin - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-common - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-gallery-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-search-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-workflow - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-frontend - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-defaultcontent-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository modules @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/modules + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/modules @@ -51,12 +51,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Repository @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository test @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/test + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/test @@ -42,14 +42,14 @@ org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test @@ -68,13 +68,13 @@ org.hippoecm hippo-ecm-addon-builtin-repository test - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT test @@ -118,13 +118,13 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-addon-builtin-test - 2.10.00 + 2.10.01-SNAPSHOT jar Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/upgrade/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/upgrade/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/upgrade/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository upgrade module @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00 + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT org.slf4j Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-repository - 2.10.00 + 2.10.01-SNAPSHOT Repository Generic JCR Utilities @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/repository/utilities + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/repository/utilities @@ -42,7 +42,7 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Content Importer @@ -28,9 +28,9 @@ hippo-ecm-tools-content-importer - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/content-importer + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/content-importer @@ -42,12 +42,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,51 +28,51 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/development-content + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/development-content org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-frontend-plugins - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-common - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-builtin-frontend - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-editor-frontend - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-addon-cms-browse - 2.10.00 + 2.10.01-SNAPSHOT provided Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,9 +28,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/documentation + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/documentation Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT hippo-ecm-tools-dropbox @@ -27,9 +27,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/dropbox + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/dropbox @@ -46,12 +46,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT hippo-ecm-tools-eclipse @@ -36,9 +36,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/eclipse + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/eclipse Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Migration Tool @@ -28,9 +28,9 @@ hippo-ecm-tools-migration - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/migration + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/migration @@ -89,12 +89,12 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-connector - 2.10.00 + 2.10.01-SNAPSHOT runtime Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm - 2.10.00 + 2.10.01-SNAPSHOT Tools @@ -28,9 +28,9 @@ pom - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm @@ -28,52 +28,52 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/projectexport + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/projectexport org.hippoecm hippo-ecm-addon-gallery-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-builtin-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-editor-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-package-config - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-addon-reporting-repository - 2.10.00 + 2.10.01-SNAPSHOT test org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT provided org.hippoecm hippo-ecm-tools-testutils - 2.10.00 + 2.10.01-SNAPSHOT test @@ -90,22 +90,22 @@ org.hippoecm hippo-ecm-api - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-frontend-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-engine - 2.10.00 + 2.10.01-SNAPSHOT org.hippoecm hippo-ecm-repository-utilities - 2.10.00 + 2.10.01-SNAPSHOT com.atomikos Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils/pom.xml 2009-12-09 15:56:16 UTC (rev 21063) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) @@ -18,7 +18,7 @@ org.hippoecm hippo-ecm-tools - 2.10.00 + 2.10.01-SNAPSHOT Test utilities @@ -29,9 +29,9 @@ jar - scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils - scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils - http://svn.onehippo.org/repos/hippo/hippo-ecm/tags/Tag-HREPTWO-v2_10_00/tools/testutils + scm:svn:http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils + scm:svn:https://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils + http://svn.onehippo.org/repos/hippo/hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/tools/testutils From svn-logs at hippocms.org Wed Dec 9 16:58:48 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 9 16:58:47 2009 Subject: [HippoRepos-dev] [21065] hippo-ecm: HREPTWO-3522: update release information in pom.xml Message-ID: <20091209155848.5674CC96F@svnnew.onehippo.org> Revision: 21065 Author: bvanhalderen Date: 2009-12-09 16:58:47 +0100 (Wed, 09 Dec 2009) Log Message: ----------- HREPTWO-3522: update release information in pom.xml Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml 2009-12-09 15:58:06 UTC (rev 21064) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/pom.xml 2009-12-09 15:58:47 UTC (rev 21065) @@ -418,8 +418,8 @@ true true - HREPTWO-3334: - Tag-HREPTWO-v2_10_00 + HREPTWO-3522: + Tag-HREPTWO-v2_10_01 From svn-logs at hippocms.org Wed Dec 9 17:00:25 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 9 17:00:29 2009 Subject: [HippoRepos-dev] [21066] hippo-ecm/trunk: HREPTWO-3515: make compilable on JDK1.5.0 Message-ID: <20091209160027.9F21DC57D@svnnew.onehippo.org> Revision: 21066 Author: bvanhalderen Date: 2009-12-09 17:00:17 +0100 (Wed, 09 Dec 2009) Log Message: ----------- HREPTWO-3515: make compilable on JDK1.5.0 Modified Paths: -------------- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java Modified: hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java =================================================================== --- hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java 2009-12-09 15:58:47 UTC (rev 21065) +++ hippo-ecm/trunk/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java 2009-12-09 16:00:17 UTC (rev 21066) @@ -59,7 +59,7 @@ IModel focusModel; boolean focussed; boolean selected; - AbstractRenderService.ExtensionPoint extPt; + AbstractRenderService.ExtensionPoint extPt; Section(String extension) { this.extension = extension; @@ -84,7 +84,7 @@ } public void detach() { - for (IRenderService service : extPt.getChildren()) { + for (IRenderService service : (List) extPt.getChildren()) { service.getComponent().detach(); } } @@ -135,7 +135,7 @@ @Override public void onClick(AjaxRequestTarget target) { if (section.extPt.getChildren().size() > 0) { - IRenderService renderer = section.extPt.getChildren().get(0); + IRenderService renderer = (IRenderService) section.extPt.getChildren().get(0); IModelReference modelService = context.getService(context.getReference(renderer) .getServiceId(), IModelReference.class); if (modelService != null) { @@ -157,7 +157,7 @@ link.add(new Label("header", new StringResourceModel(label, SectionTreePlugin.this, null))); if (section.extPt.getChildren().size() > 0) { - Component c = section.extPt.getChildren().get(0).getComponent(); + Component c = ((IRenderService)section.extPt.getChildren().get(0)).getComponent(); item.add(c); c.add(accordionManager.newAccordion()); } else { @@ -182,7 +182,7 @@ } if (sections != null) { for (Section section : sections) { - for (IRenderService service : section.extPt.getChildren()) { + for (IRenderService service : (List) section.extPt.getChildren()) { Component component = service.getComponent(); component.setVisible(section.focussed); } @@ -234,7 +234,7 @@ IRenderService renderer = null; for (Section section : sections) { if (section.extPt.getChildren().size() > 0) { - IRenderService renderService = section.extPt.getChildren().get(0); + IRenderService renderService = (IRenderService) section.extPt.getChildren().get(0); IModelReference modelService = getPluginContext().getService( getPluginContext().getReference(renderService).getServiceId(), IModelReference.class); if (modelService != null) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java 2009-12-09 15:58:47 UTC (rev 21065) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java 2009-12-09 16:00:17 UTC (rev 21066) @@ -15,6 +15,7 @@ */ package org.hippoecm.frontend; +import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.util.ArrayList; @@ -1084,14 +1085,16 @@ } private void cleanup() { - JcrListener ref; + Reference ref; synchronized (listeners) { // cleanup weak-ref-table listeners.size(); // cleanup gc'ed listeners - while ((ref = (JcrListener) listenerQueue.poll()) != null) { - ref.dispose(); + while ((ref = listenerQueue.poll()) != null) { + if(ref.get() != null) { + ((JcrListener)ref.get()).dispose(); + } } } } From svn-logs at hippocms.org Wed Dec 9 17:00:50 2009 From: svn-logs at hippocms.org (bvanhalderen) Date: Wed Dec 9 17:00:50 2009 Subject: [HippoRepos-dev] [21067] hippo-ecm: HREPTWO-3515: backport Message-ID: <20091209160050.AF225C96F@svnnew.onehippo.org> Revision: 21067 Author: bvanhalderen Date: 2009-12-09 17:00:49 +0100 (Wed, 09 Dec 2009) Log Message: ----------- HREPTWO-3515: backport Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java 2009-12-09 16:00:17 UTC (rev 21066) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java 2009-12-09 16:00:49 UTC (rev 21067) @@ -59,7 +59,7 @@ IModel focusModel; boolean focussed; boolean selected; - AbstractRenderService.ExtensionPoint extPt; + AbstractRenderService.ExtensionPoint extPt; Section(String extension) { this.extension = extension; @@ -84,7 +84,7 @@ } public void detach() { - for (IRenderService service : extPt.getChildren()) { + for (IRenderService service : (List) extPt.getChildren()) { service.getComponent().detach(); } } @@ -135,7 +135,7 @@ @Override public void onClick(AjaxRequestTarget target) { if (section.extPt.getChildren().size() > 0) { - IRenderService renderer = section.extPt.getChildren().get(0); + IRenderService renderer = (IRenderService) section.extPt.getChildren().get(0); IModelReference modelService = context.getService(context.getReference(renderer) .getServiceId(), IModelReference.class); if (modelService != null) { @@ -157,7 +157,7 @@ link.add(new Label("header", new StringResourceModel(label, SectionTreePlugin.this, null))); if (section.extPt.getChildren().size() > 0) { - Component c = section.extPt.getChildren().get(0).getComponent(); + Component c = ((IRenderService)section.extPt.getChildren().get(0)).getComponent(); item.add(c); c.add(accordionManager.newAccordion()); } else { @@ -182,7 +182,7 @@ } if (sections != null) { for (Section section : sections) { - for (IRenderService service : section.extPt.getChildren()) { + for (IRenderService service : (List) section.extPt.getChildren()) { Component component = service.getComponent(); component.setVisible(section.focussed); } @@ -234,7 +234,7 @@ IRenderService renderer = null; for (Section section : sections) { if (section.extPt.getChildren().size() > 0) { - IRenderService renderService = section.extPt.getChildren().get(0); + IRenderService renderService = (IRenderService) section.extPt.getChildren().get(0); IModelReference modelService = getPluginContext().getService( getPluginContext().getReference(renderService).getServiceId(), IModelReference.class); if (modelService != null) { Modified: hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java 2009-12-09 16:00:17 UTC (rev 21066) +++ hippo-ecm/branches/Branch-HREPTWO-v2_10_xx/frontend/engine/src/main/java/org/hippoecm/frontend/JcrObservationManager.java 2009-12-09 16:00:49 UTC (rev 21067) @@ -15,6 +15,7 @@ */ package org.hippoecm.frontend; +import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.util.ArrayList; @@ -1084,14 +1085,16 @@ } private void cleanup() { - JcrListener ref; + Reference ref; synchronized (listeners) { // cleanup weak-ref-table listeners.size(); // cleanup gc'ed listeners - while ((ref = (JcrListener) listenerQueue.poll()) != null) { - ref.dispose(); + while ((ref = listenerQueue.poll()) != null) { + if(ref.get() != null) { + ((JcrListener)ref.get()).dispose(); + } } } } From helpdesk at onehippo.com Wed Dec 9 17:03:00 2009 From: helpdesk at onehippo.com (JIRA (Berry van Halderen)) Date: Wed Dec 9 17:03:01 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3515) compilation failure HREPTWO-v2_10_00 In-Reply-To: <12921163.265721260285495740.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20406091.7241260374580245.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Berry van Halderen resolved HREPTWO-3515. ----------------------------------------- Resolution: Fixed > compilation failure HREPTWO-v2_10_00 > ------------------------------------ > > Key: HREPTWO-3515 > URL: http://issues.onehippo.com/browse/HREPTWO-3515 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Environment: Mac OSX 10.5, Java 1.5.0 > Reporter: Rolf van der Steen > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.01, r2.11.00 > > Time Spent: 2 hours, 30 minutes > Remaining Estimate: 0 minutes > > Verified failed also on other platforms, using 1.5 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/Rolf/Projects/hippo-ecm/Tag-HREPTWO-v2_10_00/addon/cms/browse/src/main/java/org/hippoecm/frontend/plugins/cms/browse/tree/SectionTreePlugin.java:[67,37] incompatible types > found : org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint > required: org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 9 22:45:00 2009 From: helpdesk at onehippo.com (JIRA (Mathijs Brand)) Date: Wed Dec 9 22:45:04 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3523) Screen css doesn't work well with 2 column layout anymore Message-ID: <19220653.8901260395100289.JavaMail.jira@jira.vm.castaserver.com> Screen css doesn't work well with 2 column layout anymore --------------------------------------------------------- Key: HREPTWO-3523 URL: http://issues.onehippo.com/browse/HREPTWO-3523 Project: Hippo Repository 2 Issue Type: Bug Components: front-end-core, user experience Affects Versions: r2.10.00 Reporter: Mathijs Brand 2 column layout doesn't look good anymore with news Hippo ECM 2.10 screen.css. Background of metadata isn't white anymore and the width of the 2 column layout seems strange. Fix we'er using: we're overriding with the old 2.09.04 screen.css. Then the layout is fine again. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 09:46:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 09:46:04 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3386) Use different templates for VIEW and EDIT modes In-Reply-To: <3848589.144201258453155765.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <30724836.9451260434760257.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77062#action_77062 ] Stephan Westen commented on HREPTWO-3386: ----------------------------------------- I do mean front-end templates. The question remains whether there is overlap or not. What is the use-case for this issue as described in Description? > Use different templates for VIEW and EDIT modes > ----------------------------------------------- > > Key: HREPTWO-3386 > URL: http://issues.onehippo.com/browse/HREPTWO-3386 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > Sometimes, it is desirable to show a template in VIEW mode that is different from the one used in EDIT mode. > For now, support in the template engine to pick a template would be good enough. The template builder should edit the EDIT template. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 09:48:00 2009 From: helpdesk at onehippo.com (JIRA (Rolf van der Steen)) Date: Thu Dec 10 09:48:05 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3510) Compound types can be better looking In-Reply-To: <21081739.261811260209535681.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <7927086.9521260434880494.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77065#action_77065 ] Rolf van der Steen commented on HREPTWO-3510: --------------------------------------------- I think the screenshots have the wrong names. Not sure though. Hence comments on both screenshots My thoughts on colors and styles: 1) No italics (as in "poll without fix") - italics make (small) text badly readable. 2) No colored text fields (as in "poll with fix") - a colored background makes a text field look disabled. Especially if there also are white text fields. Preferably use a (near)white background color for text fields and always use the same color throughout the entire application/website. 3) Where are the 'delete' and 'add' buttons (in "poll with fix")? 4) I like the white frames for the poll-options (in "poll without fix") in the way that they separate the options. What I don't like about is is that the page becomes messy. This is caused by the alternating-color UI-pattern we use. I think we are using this UI-pattern improperly and should reconsider it. > Compound types can be better looking > ------------------------------------ > > Key: HREPTWO-3510 > URL: http://issues.onehippo.com/browse/HREPTWO-3510 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: user experience > Affects Versions: r2.09.04 > Reporter: Mathijs Brand > Assignee: Rolf van der Steen > Fix For: r2.11.00 > > Attachments: Poll with fix.png, Poll without fix.png > > > Without the fix is the first screenshot. The second one is with the fix > A fix from a project with a poll with options, the class .architect-poll-options was put on the options field: > .architect-poll-options div.hippo-editor-field input { > background: white; > border: 0px; > margin: 0px; > padding: 0px 0px 3px 0px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield div.even { > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .even div div { > background: white; > font-style: italic; > font-size: 9px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .odd div div { > background: white; > font-style: italic; > font-size: 9px; > } > div.architect-poll-options { > border: 2px white solid; > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:02:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:02:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3412) hippo:mirror has empty icon and remove icon In-Reply-To: <28797974.176761258971075736.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <937393.9821260435720306.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3412: ------------------------------------ Summary: hippo:mirror has empty icon and remove icon (was: hippo:mirror can be set to empty as well as remove) Assignee: Frank van Lankvelt Fix Version/s: r2.11.00 Description: Probably one of the icons is enough. was: Probably one of them is enough. > hippo:mirror has empty icon and remove icon > ------------------------------------------- > > Key: HREPTWO-3412 > URL: http://issues.onehippo.com/browse/HREPTWO-3412 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > Probably one of the icons is enough. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:04:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:04:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3506) UI: Not all folders are shown when the list is long In-Reply-To: <32442486.255671260180256008.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13208334.9891260435840362.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3506: ------------------------------------ Summary: UI: Not all folders are shown when the list is long (was: UI for documents: When a long list of folders, the bottom folders seem to be hidden) Assignee: Arthur Bogaart Fix Version/s: r2.11.00 Priority: High (was: Normal) > UI: Not all folders are shown when the list is long > --------------------------------------------------- > > Key: HREPTWO-3506 > URL: http://issues.onehippo.com/browse/HREPTWO-3506 > Project: Hippo Repository 2 > Issue Type: Bug > Components: user experience > Affects Versions: r2.09.04, r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Attachments: Hippo CMS 7_1260180507541.png > > > Reproduction path: > - add a lot of folders or open a lot of them > - use firefox (i didn't test with other browsers) > Result > - see the full height is not used, see the arrow in screenshot > Expected result: > - the full height is used > I think the problem lies here: > hippo-tree has a static: 350px height, while hippo-accordion-unit-center has a variable height -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:06:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:06:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3506) REGRESSION: UI: Not all folders are shown when the list is long In-Reply-To: <32442486.255671260180256008.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16123729.9921260435960304.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3506: ------------------------------------ Summary: REGRESSION: UI: Not all folders are shown when the list is long (was: UI: Not all folders are shown when the list is long) > REGRESSION: UI: Not all folders are shown when the list is long > --------------------------------------------------------------- > > Key: HREPTWO-3506 > URL: http://issues.onehippo.com/browse/HREPTWO-3506 > Project: Hippo Repository 2 > Issue Type: Bug > Components: user experience > Affects Versions: r2.09.04, r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Attachments: Hippo CMS 7_1260180507541.png > > > Reproduction path: > - add a lot of folders or open a lot of them > - use firefox (i didn't test with other browsers) > Result > - see the full height is not used, see the arrow in screenshot > Expected result: > - the full height is used > I think the problem lies here: > hippo-tree has a static: 350px height, while hippo-accordion-unit-center has a variable height -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:08:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:08:03 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3501) Order of document types in folder workflow dropdown is not preserved In-Reply-To: <8703611.248231259913016836.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <23640475.9971260436080260.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3501: ------------------------------------ Assignee: Berry van Halderen (was: Stephan Westen) Fix Version/s: r2.11.00 > Order of document types in folder workflow dropdown is not preserved > -------------------------------------------------------------------- > > Key: HREPTWO-3501 > URL: http://issues.onehippo.com/browse/HREPTWO-3501 > Project: Hippo Repository 2 > Issue Type: Bug > Components: addon-cms-prototype > Affects Versions: r2.09.04 > Reporter: Dennis Dam > Assignee: Berry van Halderen > Fix For: r2.11.00 > > > In our content structure we have restrictions on almost every folder by using specific template queries, e.g. a query "new-folder" and a query "new-news-document", which are set in the hippostd:foldertype property of a folder like so: > > new-news-document > new-folder > > Both queries contain exactly 1 document / folder type. I expect to see the "Create news document" in the top of the folder workflow context menu, and "Create folder" below that, but that is not always the case! The order seems random. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:26:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:26:05 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3509) Standard 2 column layout in cms 7.1 doesn't use the full width In-Reply-To: <6607616.261781260207855805.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <4212022.10121260437160466.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3509: ------------------------------------ Fix Version/s: r2.11.00 > Standard 2 column layout in cms 7.1 doesn't use the full width > --------------------------------------------------------------- > > Key: HREPTWO-3509 > URL: http://issues.onehippo.com/browse/HREPTWO-3509 > Project: Hippo Repository 2 > Issue Type: New Feature > Components: user experience > Affects Versions: r2.06.15 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > Attachments: 2 column layout not full width.jpg > > > I'm not sure if this happens in later versions of the cms, but in CMS 7.1 when using 2 column layout, not the full width is used. See the white part in the attached screenshot. > .hippo-editor-field-html .htmlarea .toolbar a.button:hover {border:1px solid #335500; padding:0; background-image:url(hover.png);} > .hippo-preview-document table {width: 100%;} > .hippo-editor .hippo-editor-metadata{width: 25%; background: #f2f2f2; padding: 4px; padding-top: 0px;} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:30:01 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:30:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3507) Names of deleted documents are not shown correctly in recent activity log In-Reply-To: <20928004.256491260183075841.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <31656756.10201260437401599.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3507: ------------------------------------ Assignee: Frank van Lankvelt (was: Stephan Westen) Fix Version/s: r2.11.00 > Names of deleted documents are not shown correctly in recent activity log > ------------------------------------------------------------------------- > > Key: HREPTWO-3507 > URL: http://issues.onehippo.com/browse/HREPTWO-3507 > Project: Hippo Repository 2 > Issue Type: Bug > Components: addon-cms-prototype > Affects Versions: r2.10.00 > Reporter: Dennis Dam > Assignee: Frank van Lankvelt > Fix For: r2.11.00 > > Attachments: DeletedDocumentRecentActivity.png > > > In the quickstart: delete a document and go to the recent activity list. See attached screenshot. The filename is not shown in the message, but 'null'. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:32:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:32:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3363) Inherit field plugins from super types In-Reply-To: <32960306.108951257847815839.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3745825.10231260437520296.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3363: ------------------------------------ Fix Version/s: Backlog > Inherit field plugins from super types > -------------------------------------- > > Key: HREPTWO-3363 > URL: http://issues.onehippo.com/browse/HREPTWO-3363 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > Original Estimate: 2 days > Remaining Estimate: 2 days > > When a type inherits fields from a super type, it should be straightforward to copy the plugin that edits the field from the super-type. > A possible solution would list the fields that are available in super types, but that do not have an editing plugin yet. Clicking these fields would then add them to the template. Editing such a field would not allow one to change the field properties, but would allow an information architect to edit caption and other field plugin parameters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:34:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:34:09 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3386) Use different templates for VIEW and EDIT modes In-Reply-To: <3848589.144201258453155765.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1222434.10251260437640278.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3386: ------------------------------------ Fix Version/s: Backlog > Use different templates for VIEW and EDIT modes > ----------------------------------------------- > > Key: HREPTWO-3386 > URL: http://issues.onehippo.com/browse/HREPTWO-3386 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > Original Estimate: 4 hours > Remaining Estimate: 4 hours > > Sometimes, it is desirable to show a template in VIEW mode that is different from the one used in EDIT mode. > For now, support in the template engine to pick a template would be good enough. The template builder should edit the EDIT template. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:34:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:34:12 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3523) Screen css doesn't work well with 2 column layout anymore In-Reply-To: <19220653.8901260395100289.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1293341.10281260437640330.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3523: ------------------------------------ Assignee: Arthur Bogaart Fix Version/s: r2.11.00 > Screen css doesn't work well with 2 column layout anymore > --------------------------------------------------------- > > Key: HREPTWO-3523 > URL: http://issues.onehippo.com/browse/HREPTWO-3523 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core, user experience > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > > 2 column layout doesn't look good anymore with news Hippo ECM 2.10 screen.css. > Background of metadata isn't white anymore and the width of the 2 column layout seems strange. > Fix we'er using: we're overriding with the old 2.09.04 screen.css. Then the layout is fine again. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:36:00 2009 From: helpdesk at onehippo.com (JIRA (Dennis Dam)) Date: Thu Dec 10 10:36:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3501) Order of document types in folder workflow dropdown is not preserved In-Reply-To: <8703611.248231259913016836.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8117080.10311260437760462.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Dam updated HREPTWO-3501: -------------------------------- Attachment: hreptwo-3501-cms.png hreptwo-3501-console.png The order of folder types configured on the folder via the "hippostd:foldertype" property is different than the order of the documents/folders shown in the folder workflow dropdown. > Order of document types in folder workflow dropdown is not preserved > -------------------------------------------------------------------- > > Key: HREPTWO-3501 > URL: http://issues.onehippo.com/browse/HREPTWO-3501 > Project: Hippo Repository 2 > Issue Type: Bug > Components: addon-cms-prototype > Affects Versions: r2.09.04 > Reporter: Dennis Dam > Assignee: Berry van Halderen > Fix For: r2.11.00 > > Attachments: hreptwo-3501-cms.png, hreptwo-3501-console.png > > > In our content structure we have restrictions on almost every folder by using specific template queries, e.g. a query "new-folder" and a query "new-news-document", which are set in the hippostd:foldertype property of a folder like so: > > new-news-document > new-folder > > Both queries contain exactly 1 document / folder type. I expect to see the "Create news document" in the top of the folder workflow context menu, and "Create folder" below that, but that is not always the case! The order seems random. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:41:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:41:04 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3524) Improve Caption Dialog Document picker Message-ID: <31838312.10361260438060263.JavaMail.jira@jira.vm.castaserver.com> Improve Caption Dialog Document picker -------------------------------------- Key: HREPTWO-3524 URL: http://issues.onehippo.com/browse/HREPTWO-3524 Project: Hippo Repository 2 Issue Type: Bug Reporter: Stephan Westen Fix For: r2.11.00 Attachments: screenshot-1.jpg see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:41:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:41:08 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3524) Improve Caption Dialog Document picker In-Reply-To: <31838312.10361260438060263.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20027433.10381260438060297.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3524: ------------------------------------ Attachment: screenshot-1.jpg > Improve Caption Dialog Document picker > -------------------------------------- > > Key: HREPTWO-3524 > URL: http://issues.onehippo.com/browse/HREPTWO-3524 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > see screenshot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 10:43:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 10:43:03 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3524) Improve Caption Dialog Document picker In-Reply-To: <31838312.10361260438060263.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <7849399.10421260438180265.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3524: ------------------------------------ Assignee: Rolf van der Steen Description: see screenshot, suggestions? (was: see screenshot) > Improve Caption Dialog Document picker > -------------------------------------- > > Key: HREPTWO-3524 > URL: http://issues.onehippo.com/browse/HREPTWO-3524 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Rolf van der Steen > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > see screenshot, suggestions? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 10 11:21:06 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 10 11:21:07 2009 Subject: [HippoRepos-dev] [21069] hippo-ecm: HREPTWO-16: Change repository name string Message-ID: <20091210102106.C5465C96F@svnnew.onehippo.org> Revision: 21069 Author: bvdschans Date: 2009-12-10 11:21:05 +0100 (Thu, 10 Dec 2009) Log Message: ----------- HREPTWO-16: Change repository name string Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java 2009-12-10 03:44:56 UTC (rev 21068) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/impl/RepositoryDecorator.java 2009-12-10 10:21:05 UTC (rev 21069) @@ -88,7 +88,7 @@ @Override public String getDescriptor(String key) { if(REP_NAME_DESC.equals(key)) { - return "Hippo ECM Repository"; + return "Hippo Repository"; } else if(REP_VENDOR_DESC.equals(key)) { return "Hippo B.V."; } else if(REP_VENDOR_URL_DESC.equals(key)) { From helpdesk at onehippo.com Thu Dec 10 11:32:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 11:32:14 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3520) In CMS no way to know where an internal link links to In-Reply-To: <27016996.5511260366360247.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3631035.11011260441120276.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77095#action_77095 ] Stephan Westen commented on HREPTWO-3520: ----------------------------------------- The internal link should have a tooltip showing the linked document name. > In CMS no way to know where an internal link links to > ----------------------------------------------------- > > Key: HREPTWO-3520 > URL: http://issues.onehippo.com/browse/HREPTWO-3520 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > > In the CMS, you see a link. Your browser shows you where the link links to, but that is not the true URL that is being linked to. For example, I see the URL > http://cms.docs.hosting.onehippo.com/index, but the node being linked to is actually http://cms.docs.hosting.onehippo.com/cms/documentation/user/index > Only the last part of the shown URL has meaning. It is the name of the facetselect. The real address linked to is in the facetselect. > Usecase 1: > I wanted to remove the above mentioned document and got warnings about documents linking to it. I opened one of the documents and found a link, but from the text I thought that that link should link to http://cms.docs.hosting.onehippo.com/cms/documentation/user/author/index (note the /author/ part). But maybe it did, and the wrong link was somewhere else in the document. I selected the link and clicked on 'internal link', but still no information about it. So I had no way to know from the CMS and had to go to the site to check or read the complete document, to be sure that this was the link to change. > Usecase 2: > I was reading a document in the CMS and was wondering to what location a link was linking. I could not know from the facet select name, because I had forgotten the location, not the idea. I had to go the site to find out. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 11:42:00 2009 From: helpdesk at onehippo.com (JIRA (Arthur Bogaart)) Date: Thu Dec 10 11:42:04 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3520) In CMS no way to know where an internal link links to In-Reply-To: <27016996.5511260366360247.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8337594.11151260441720294.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77097#action_77097 ] Arthur Bogaart commented on HREPTWO-3520: ----------------------------------------- This tooltip should be different from the standard tooltip the browser renders, as this might contain a value the user has set, leading to confusion. Also, this way we can add more info to the tooltip than just the document name, as this might not be that informative. In 2.10 we have already added the ability to click on an internal link in the document preview, which will browse to that document. Another approach might be the gmail way: clicking on a link will show a small overlay that show link info, possibility to remove link and possibility to follow link. > In CMS no way to know where an internal link links to > ----------------------------------------------------- > > Key: HREPTWO-3520 > URL: http://issues.onehippo.com/browse/HREPTWO-3520 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > > In the CMS, you see a link. Your browser shows you where the link links to, but that is not the true URL that is being linked to. For example, I see the URL > http://cms.docs.hosting.onehippo.com/index, but the node being linked to is actually http://cms.docs.hosting.onehippo.com/cms/documentation/user/index > Only the last part of the shown URL has meaning. It is the name of the facetselect. The real address linked to is in the facetselect. > Usecase 1: > I wanted to remove the above mentioned document and got warnings about documents linking to it. I opened one of the documents and found a link, but from the text I thought that that link should link to http://cms.docs.hosting.onehippo.com/cms/documentation/user/author/index (note the /author/ part). But maybe it did, and the wrong link was somewhere else in the document. I selected the link and clicked on 'internal link', but still no information about it. So I had no way to know from the CMS and had to go to the site to check or read the complete document, to be sure that this was the link to change. > Usecase 2: > I was reading a document in the CMS and was wondering to what location a link was linking. I could not know from the facet select name, because I had forgotten the location, not the idea. I had to go the site to find out. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 12:27:00 2009 From: helpdesk at onehippo.com (JIRA (Arje Cahn)) Date: Thu Dec 10 12:27:04 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3041) Show which user is locking a document and right to unlock document by admin In-Reply-To: <27155603.118771251708895552.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18749327.11441260444420434.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arje Cahn updated HREPTWO-3041: ------------------------------- Attachment: screenshot-1.jpg > Show which user is locking a document and right to unlock document by admin > --------------------------------------------------------------------------- > > Key: HREPTWO-3041 > URL: http://issues.onehippo.com/browse/HREPTWO-3041 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Arje Cahn > Fix For: Backlog > > Attachments: HippoCMS-locked-document.jpg, screenshot-1.jpg > > > When a user is editing documents and leaves those documents open in the CMS, other users are not able to edit that document. We'd like to see two improvementst to solve this problem: > 1. see who is currently locking the document > 2. ability for users to unlock the document -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 12:29:00 2009 From: helpdesk at onehippo.com (JIRA (Arje Cahn)) Date: Thu Dec 10 12:29:05 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3041) Improve message which user is locking a document and right to unlock document by admin In-Reply-To: <27155603.118771251708895552.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <14295510.11491260444540390.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arje Cahn updated HREPTWO-3041: ------------------------------- Summary: Improve message which user is locking a document and right to unlock document by admin (was: Show which user is locking a document and right to unlock document by admin) > Improve message which user is locking a document and right to unlock document by admin > -------------------------------------------------------------------------------------- > > Key: HREPTWO-3041 > URL: http://issues.onehippo.com/browse/HREPTWO-3041 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: addon-cms-prototype > Affects Versions: r2.08.01 > Reporter: Dennis Dam > Assignee: Arje Cahn > Fix For: Backlog > > Attachments: HippoCMS-locked-document.jpg, screenshot-1.jpg > > > When a user is editing documents and leaves those documents open in the CMS, other users are not able to edit that document. We'd like to see two improvementst to solve this problem: > 1. see who is currently locking the document > 2. ability for users to unlock the document -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 12:59:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Thu Dec 10 12:59:04 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3525) Take offline dialog non-intuitive Message-ID: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Take offline dialog non-intuitive --------------------------------- Key: HREPTWO-3525 URL: http://issues.onehippo.com/browse/HREPTWO-3525 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.09.04 Reporter: Rita Bijlsma Assignee: Rolf van der Steen Attachments: bug_take-offline_dialog.png - I clicked to take offline a document. - The dialog appeared with a warning that there are documents referring to it. - There was a proposal to open the documents in the background. - So I clicked OK, because I wanted that. - No documents appeared and the document in question was taken offline. - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. - Then I worked to relink the links in the other documents. - I went back to now unpublish the document and was surprised to find it already unpublished. - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 12:59:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Thu Dec 10 12:59:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3525) Take offline dialog non-intuitive In-Reply-To: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16791163.11761260446340359.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3525: ---------------------------------- Attachment: bug_take-offline_dialog.png > Take offline dialog non-intuitive > --------------------------------- > > Key: HREPTWO-3525 > URL: http://issues.onehippo.com/browse/HREPTWO-3525 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Attachments: bug_take-offline_dialog.png > > > - I clicked to take offline a document. > - The dialog appeared with a warning that there are documents referring to it. > - There was a proposal to open the documents in the background. > - So I clicked OK, because I wanted that. > - No documents appeared and the document in question was taken offline. > - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. > - Then I worked to relink the links in the other documents. > - I went back to now unpublish the document and was surprised to find it already unpublished. > - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. > - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 13:13:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 10 13:13:04 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3525) Take offline dialog non-intuitive In-Reply-To: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29190590.11941260447180318.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77116#action_77116 ] Bart van der Schans commented on HREPTWO-3525: ---------------------------------------------- duplicate of HREPTWO-3487 > Take offline dialog non-intuitive > --------------------------------- > > Key: HREPTWO-3525 > URL: http://issues.onehippo.com/browse/HREPTWO-3525 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Attachments: bug_take-offline_dialog.png > > > - I clicked to take offline a document. > - The dialog appeared with a warning that there are documents referring to it. > - There was a proposal to open the documents in the background. > - So I clicked OK, because I wanted that. > - No documents appeared and the document in question was taken offline. > - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. > - Then I worked to relink the links in the other documents. > - I went back to now unpublish the document and was surprised to find it already unpublished. > - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. > - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 13:19:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Thu Dec 10 13:19:03 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3525) Take offline dialog non-intuitive In-Reply-To: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3420952.11981260447540269.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77118#action_77118 ] Rita Bijlsma commented on HREPTWO-3525: --------------------------------------- Not entirely. The merging of two task in one dialog is not in HREPTWO-3487. > Take offline dialog non-intuitive > --------------------------------- > > Key: HREPTWO-3525 > URL: http://issues.onehippo.com/browse/HREPTWO-3525 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Attachments: bug_take-offline_dialog.png > > > - I clicked to take offline a document. > - The dialog appeared with a warning that there are documents referring to it. > - There was a proposal to open the documents in the background. > - So I clicked OK, because I wanted that. > - No documents appeared and the document in question was taken offline. > - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. > - Then I worked to relink the links in the other documents. > - I went back to now unpublish the document and was surprised to find it already unpublished. > - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. > - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 15:48:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 10 15:48:04 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3526) Deadlock in repository when using the CMS Message-ID: <25519681.13491260456480325.JavaMail.jira@jira.vm.castaserver.com> Deadlock in repository when using the CMS ----------------------------------------- Key: HREPTWO-3526 URL: http://issues.onehippo.com/browse/HREPTWO-3526 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Bart van der Schans Priority: Top Fix For: r2.09.05, r2.11.00 Attachments: catalina.out, catalina.out2 In version 2.09.04 (clustered) with Tomcat 6.0 on linux with java 1.6.0.14: "VM Periodic Task Thread" prio=10 tid=0x00007f82b8005000 nid=0x4e70 waiting on condition JNI global references: 1016 Found one Java-level deadlock: ============================= "RMI TCP Connection(12)-10.2.12.8": waiting to lock monitor 0x00000000406094f8 (object 0x00007f82c6824908, a org.hippoecm.repository.jackrabbit.XASessionImpl), which is held by "TP-Processor12" "TP-Processor12": waiting to lock monitor 0x00007f82b0093e50 (object 0x00007f82c2671310, a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory), which is held by "RMI TCP Connection(12)-10.2.12.8" Java stack information for the threads listed above: =================================================== "RMI TCP Connection(12)-10.2.12.8": at org.apache.jackrabbit.commons.AbstractSession.getNamespacePrefix(AbstractSession.java:88) - waiting to lock <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) at org.apache.jackrabbit.core.SessionImpl.getPrefix(SessionImpl.java:674) at org.apache.jackrabbit.spi.commons.conversion.ParsingNameResolver.getJCRName(ParsingNameResolver.java:80) at org.apache.jackrabbit.spi.commons.conversion.CachingNameResolver.getJCRName(CachingNameResolver.java:95) at org.apache.jackrabbit.spi.commons.conversion.DefaultNamePathResolver.getJCRName(DefaultNamePathResolver.java:74) at org.apache.jackrabbit.core.SessionImpl.getJCRName(SessionImpl.java:695) at org.hippoecm.repository.security.HippoAccessManager.isInstanceOfType(HippoAccessManager.java:682) at org.hippoecm.repository.security.HippoAccessManager.matchFacetRule(HippoAccessManager.java:596) at org.hippoecm.repository.security.HippoAccessManager.isNodeInDomain(HippoAccessManager.java:554) at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:487) at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:427) at org.apache.jackrabbit.core.observation.EventConsumer.canRead(EventConsumer.java:296) at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:228) at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatch(DelegatingObservationDispatcher.java:123) at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatchEvents(DelegatingObservationDispatcher.java:99) at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.end(SharedItemStateManager.java:754) at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:1100) at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:351) at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:326) at org.apache.jackrabbit.core.version.AbstractVersionManager$WriteOperation.save(AbstractVersionManager.java:150) at org.apache.jackrabbit.core.version.AbstractVersionManager.checkin(AbstractVersionManager.java:386) at org.apache.jackrabbit.core.version.VersionManagerImpl$2.run(VersionManagerImpl.java:284) at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:567) - locked <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) at org.apache.jackrabbit.core.version.VersionManagerImpl.checkin(VersionManagerImpl.java:280) at org.apache.jackrabbit.core.version.XAVersionManager.checkin(XAVersionManager.java:169) at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:3296) at org.hippoecm.repository.decorating.NodeDecorator.checkin(NodeDecorator.java:381) at org.hippoecm.repository.impl.NodeDecorator.checkin(NodeDecorator.java:161) at org.hippoecm.repository.standardworkflow.VersionWorkflowImpl.version(VersionWorkflowImpl.java:331) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) at $Proxy32.publish(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) at sun.rmi.transport.Transport$1.run(Transport.java:159) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:155) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) "TP-Processor12": at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:565) - waiting to lock <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) at org.apache.jackrabbit.core.version.VersionManagerImpl.createVersionHistory(VersionManagerImpl.java:217) at org.apache.jackrabbit.core.version.XAVersionManager.createVersionHistory(XAVersionManager.java:156) at org.apache.jackrabbit.core.version.AbstractVersionManager.getVersionHistory(AbstractVersionManager.java:234) at org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:727) at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1080) - locked <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:858) at org.hippoecm.repository.decorating.SessionDecorator.save(SessionDecorator.java:202) at org.hippoecm.repository.impl.SessionDecorator.save(SessionDecorator.java:173) at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:248) at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:496) - locked <0x00007f82c7520d70> (a org.hippoecm.repository.jackrabbit.XASessionImpl) at $Proxy34.add(Unknown Source) at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:242) at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:218) at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction.execute(CompatibilityWorkflowPlugin.java:166) at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:241) at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.onOk(CompatibilityWorkflowPlugin.java:225) at org.hippoecm.frontend.dialog.AbstractDialog.handleSubmit(AbstractDialog.java:523) at org.hippoecm.frontend.dialog.AbstractDialog$2.onSubmit(AbstractDialog.java:390) at org.hippoecm.frontend.dialog.AbstractDialog$ButtonWrapper$1.onSubmit(AbstractDialog.java:264) at org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:86) at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:128) at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:163) at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:297) at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:100) at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:91) at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1175) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) at java.lang.Thread.run(Thread.java:619) Found 1 deadlock. Heap PSYoungGen total 295488K, used 183384K [0x00007f8300750000, 0x00007f831f030000, 0x00007f831f950000) eden space 233728K, 52% used [0x00007f8300750000,0x00007f8307e22bc8,0x00007f830eb90000) from space 61760K, 99% used [0x00007f830eb90000,0x00007f83127d3790,0x00007f83127e0000) to space 131648K, 0% used [0x00007f8316fa0000,0x00007f8316fa0000,0x00007f831f030000) PSOldGen total 1019904K, used 712037K [0x00007f82c2350000, 0x00007f8300750000, 0x00007f8300750000) object space 1019904K, 69% used [0x00007f82c2350000,0x00007f82edaa9798,0x00007f8300750000) PSPermGen total 86016K, used 71286K [0x00007f82bcf50000, 0x00007f82c2350000, 0x00007f82c2350000) object space 86016K, 82% used [0x00007f82bcf50000,0x00007f82c14ed920,0x00007f82c2350000) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 15:48:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Thu Dec 10 15:48:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3526) Deadlock in repository when using the CMS In-Reply-To: <25519681.13491260456480325.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <23973975.13511260456480371.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3526: ----------------------------------------- Attachment: catalina.out catalina.out2 > Deadlock in repository when using the CMS > ----------------------------------------- > > Key: HREPTWO-3526 > URL: http://issues.onehippo.com/browse/HREPTWO-3526 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Bart van der Schans > Priority: Top > Fix For: r2.09.05, r2.11.00 > > Attachments: catalina.out, catalina.out2 > > > In version 2.09.04 (clustered) with Tomcat 6.0 on linux with java 1.6.0.14: > "VM Periodic Task Thread" prio=10 tid=0x00007f82b8005000 nid=0x4e70 waiting on condition > JNI global references: 1016 > Found one Java-level deadlock: > ============================= > "RMI TCP Connection(12)-10.2.12.8": > waiting to lock monitor 0x00000000406094f8 (object 0x00007f82c6824908, a org.hippoecm.repository.jackrabbit.XASessionImpl), > which is held by "TP-Processor12" > "TP-Processor12": > waiting to lock monitor 0x00007f82b0093e50 (object 0x00007f82c2671310, a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory), > which is held by "RMI TCP Connection(12)-10.2.12.8" > Java stack information for the threads listed above: > =================================================== > "RMI TCP Connection(12)-10.2.12.8": > at org.apache.jackrabbit.commons.AbstractSession.getNamespacePrefix(AbstractSession.java:88) > - waiting to lock <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.apache.jackrabbit.core.SessionImpl.getPrefix(SessionImpl.java:674) > at org.apache.jackrabbit.spi.commons.conversion.ParsingNameResolver.getJCRName(ParsingNameResolver.java:80) > at org.apache.jackrabbit.spi.commons.conversion.CachingNameResolver.getJCRName(CachingNameResolver.java:95) > at org.apache.jackrabbit.spi.commons.conversion.DefaultNamePathResolver.getJCRName(DefaultNamePathResolver.java:74) > at org.apache.jackrabbit.core.SessionImpl.getJCRName(SessionImpl.java:695) > at org.hippoecm.repository.security.HippoAccessManager.isInstanceOfType(HippoAccessManager.java:682) > at org.hippoecm.repository.security.HippoAccessManager.matchFacetRule(HippoAccessManager.java:596) > at org.hippoecm.repository.security.HippoAccessManager.isNodeInDomain(HippoAccessManager.java:554) > at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:487) > at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:427) > at org.apache.jackrabbit.core.observation.EventConsumer.canRead(EventConsumer.java:296) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:228) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatch(DelegatingObservationDispatcher.java:123) > at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatchEvents(DelegatingObservationDispatcher.java:99) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.end(SharedItemStateManager.java:754) > at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:1100) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:351) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:326) > at org.apache.jackrabbit.core.version.AbstractVersionManager$WriteOperation.save(AbstractVersionManager.java:150) > at org.apache.jackrabbit.core.version.AbstractVersionManager.checkin(AbstractVersionManager.java:386) > at org.apache.jackrabbit.core.version.VersionManagerImpl$2.run(VersionManagerImpl.java:284) > at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:567) > - locked <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) > at org.apache.jackrabbit.core.version.VersionManagerImpl.checkin(VersionManagerImpl.java:280) > at org.apache.jackrabbit.core.version.XAVersionManager.checkin(XAVersionManager.java:169) > at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:3296) > at org.hippoecm.repository.decorating.NodeDecorator.checkin(NodeDecorator.java:381) > at org.hippoecm.repository.impl.NodeDecorator.checkin(NodeDecorator.java:161) > at org.hippoecm.repository.standardworkflow.VersionWorkflowImpl.version(VersionWorkflowImpl.java:331) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at $Proxy32.publish(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) > at sun.rmi.transport.Transport$1.run(Transport.java:159) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:155) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > "TP-Processor12": > at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:565) > - waiting to lock <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) > at org.apache.jackrabbit.core.version.VersionManagerImpl.createVersionHistory(VersionManagerImpl.java:217) > at org.apache.jackrabbit.core.version.XAVersionManager.createVersionHistory(XAVersionManager.java:156) > at org.apache.jackrabbit.core.version.AbstractVersionManager.getVersionHistory(AbstractVersionManager.java:234) > at org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:727) > at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1080) > - locked <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:858) > at org.hippoecm.repository.decorating.SessionDecorator.save(SessionDecorator.java:202) > at org.hippoecm.repository.impl.SessionDecorator.save(SessionDecorator.java:173) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:248) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:496) > - locked <0x00007f82c7520d70> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at $Proxy34.add(Unknown Source) > at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:242) > at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:218) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction.execute(CompatibilityWorkflowPlugin.java:166) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:241) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.onOk(CompatibilityWorkflowPlugin.java:225) > at org.hippoecm.frontend.dialog.AbstractDialog.handleSubmit(AbstractDialog.java:523) > at org.hippoecm.frontend.dialog.AbstractDialog$2.onSubmit(AbstractDialog.java:390) > at org.hippoecm.frontend.dialog.AbstractDialog$ButtonWrapper$1.onSubmit(AbstractDialog.java:264) > at org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:86) > at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:128) > at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:163) > at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:297) > at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:100) > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:91) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1175) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) > at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) > at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) > at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698) > at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891) > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) > at java.lang.Thread.run(Thread.java:619) > Found 1 deadlock. > Heap > PSYoungGen total 295488K, used 183384K [0x00007f8300750000, 0x00007f831f030000, 0x00007f831f950000) > eden space 233728K, 52% used [0x00007f8300750000,0x00007f8307e22bc8,0x00007f830eb90000) > from space 61760K, 99% used [0x00007f830eb90000,0x00007f83127d3790,0x00007f83127e0000) > to space 131648K, 0% used [0x00007f8316fa0000,0x00007f8316fa0000,0x00007f831f030000) > PSOldGen total 1019904K, used 712037K [0x00007f82c2350000, 0x00007f8300750000, 0x00007f8300750000) > object space 1019904K, 69% used [0x00007f82c2350000,0x00007f82edaa9798,0x00007f8300750000) > PSPermGen total 86016K, used 71286K [0x00007f82bcf50000, 0x00007f82c2350000, 0x00007f82c2350000) > object space 86016K, 82% used [0x00007f82bcf50000,0x00007f82c14ed920,0x00007f82c2350000) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 16:00:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 16:00:05 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3511) When overriding htmlcleaner cleanup, the following error is thrown, while this is not a problem. In-Reply-To: <26881405.262571260262335813.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <13884102.13771260457200511.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77163#action_77163 ] Stephan Westen commented on HREPTWO-3511: ----------------------------------------- The issue is as follows: A node must be replaced. So in the extension.xml file the node is first deleted and then added. The node is deleted because you can only add something if it ain't there already. However the problem is that since the node is mandatory an error is logged. Two solutions: - support update, or in other words add also accepts if a node already exists - run the delete and add within a single transaction so constraints are not checked in between. (if possible) > When overriding htmlcleaner cleanup, the following error is thrown, while this is not a problem. > ------------------------------------------------------------------------------------------------ > > Key: HREPTWO-3511 > URL: http://issues.onehippo.com/browse/HREPTWO-3511 > Project: Hippo Repository 2 > Issue Type: Bug > Components: repository-core, repository-interface > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > > When overriding htmlcleaner cleanup, the following error is thrown by repository upon bootstrap: > 03.12.2009 18:44:35 ERROR > [org.hippoecm.repository.LocalHippoRepository.removeNodecontent():810] > Error while removing content from > '/hippo:configuration/hippo:frontend/cms/cms-services/htmlCleanerService/cleaner.config/hippohtmlcleaner:cleanup' > : /hippo:configuration/hippo:frontend/cms/cms-services/htmlCleanerService/cleaner.config: > mandatory child node > {http://www.onehippo.org/jcr/htmlcleaner/nt/2.0}cleanup does not exist > The config eventually has been replaced with the custom cleaner config. Jasha remarks: probably merging is better. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 10 16:04:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 10 16:04:03 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3511) Replacing a required node within extension.xml is not possible without error In-Reply-To: <26881405.262571260262335813.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18253617.13811260457440352.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3511: ------------------------------------ Summary: Replacing a required node within extension.xml is not possible without error (was: When overriding htmlcleaner cleanup, the following error is thrown, while this is not a problem.) > Replacing a required node within extension.xml is not possible without error > ---------------------------------------------------------------------------- > > Key: HREPTWO-3511 > URL: http://issues.onehippo.com/browse/HREPTWO-3511 > Project: Hippo Repository 2 > Issue Type: Bug > Components: repository-core, repository-interface > Affects Versions: r2.10.00 > Reporter: Mathijs Brand > > When overriding htmlcleaner cleanup, the following error is thrown by repository upon bootstrap: > 03.12.2009 18:44:35 ERROR > [org.hippoecm.repository.LocalHippoRepository.removeNodecontent():810] > Error while removing content from > '/hippo:configuration/hippo:frontend/cms/cms-services/htmlCleanerService/cleaner.config/hippohtmlcleaner:cleanup' > : /hippo:configuration/hippo:frontend/cms/cms-services/htmlCleanerService/cleaner.config: > mandatory child node > {http://www.onehippo.org/jcr/htmlcleaner/nt/2.0}cleanup does not exist > The config eventually has been replaced with the custom cleaner config. Jasha remarks: probably merging is better. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Thu Dec 10 16:27:26 2009 From: svn-logs at hippocms.org (bvdschans) Date: Thu Dec 10 16:27:23 2009 Subject: [HippoRepos-dev] [21071] hippo-ecm: HREPTWO-16: Log jcr path instead of Path Message-ID: <20091210152726.A1CD3C57D@svnnew.onehippo.org> Revision: 21071 Author: bvdschans Date: 2009-12-10 16:27:25 +0100 (Thu, 10 Dec 2009) Log Message: ----------- HREPTWO-16: Log jcr path instead of Path Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-10 12:25:00 UTC (rev 21070) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/security/HippoAccessManager.java 2009-12-10 15:27:25 UTC (rev 21071) @@ -1214,7 +1214,7 @@ // user is always allowed to do nothing if (privileges == null || privileges.length == 0) { - log.debug("No privileges to check for path: {}.", absPath); + log.debug("No privileges to check for path: {}.", npRes.getJCRPath(absPath)); return true; } @@ -1226,7 +1226,7 @@ try { return canRead(id); } catch (NoSuchItemStateException e) { - throw new PathNotFoundException("Path not found " + absPath, e); + throw new PathNotFoundException("Path not found " + npRes.getJCRPath(absPath), e); } } @@ -1234,7 +1234,7 @@ try { nodeState = (NodeState) getItemState(id); } catch (NoSuchItemStateException e) { - throw new PathNotFoundException("Path not found " + absPath, e); + throw new PathNotFoundException("Path not found " + npRes.getJCRPath(absPath), e); } if(nodeState.getStatus() == NodeState.STATUS_NEW) { @@ -1242,7 +1242,9 @@ } for (Privilege priv : privileges) { - log.debug("Checking [{}] : {}", priv.getName(), absPath); + if (log.isDebugEnabled()) { + log.debug("Checking [{}] : {}", priv.getName(), npRes.getJCRPath(absPath)); + } boolean allowed = false; for (FacetAuthPrincipal fap : subject.getPrincipals(FacetAuthPrincipal.class)) { if (log.isDebugEnabled()) { @@ -1254,7 +1256,7 @@ if (isNodeInDomain(nodeState, fap)) { allowed = true; if (log.isInfoEnabled()) { - log.info("GRANT: " + priv.getName() + " to user " + userId + " in domain " + fap + " for " + absPath); + log.info("GRANT: " + priv.getName() + " to user " + userId + " in domain " + fap + " for " + npRes.getJCRPath(absPath)); } if (priv.getName().equals("jcr:setProperties")) { readAccessCache.remove(id); @@ -1262,13 +1264,13 @@ break; } } catch (NoSuchItemStateException e) { - throw new PathNotFoundException("Unable to find path: " + absPath, e); + throw new PathNotFoundException("Unable to find path: " + npRes.getJCRPath(absPath), e); } } } if (!allowed) { if (log.isInfoEnabled()) { - log.info("DENY: " + priv.getName() + " to user " + userId + " for " + absPath); + log.info("DENY: " + priv.getName() + " to user " + userId + " for " + npRes.getJCRPath(absPath)); } return false; } From helpdesk at onehippo.com Fri Dec 11 20:17:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:17:07 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3527) CMS locks down completely after a modest load test Message-ID: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> CMS locks down completely after a modest load test -------------------------------------------------- Key: HREPTWO-3527 URL: http://issues.onehippo.com/browse/HREPTWO-3527 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Environment: Linux, Win XP Reporter: Rob van der Linden Vooren Priority: Blocker Attachments: latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc Hi all, ------------- Introduction: ------------- In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test with which we were able to reproduce the issue. -------------------------- Reproduction of the issue: -------------------------- We followed the instructions on: http://www.onehippo.org/cms7/documentation/quickstart.html and downloaded the quickstart from here: http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip Without further modifications, we started the CMS quickstart on a developer notebook. We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. See: http://www.minq.se/products/pureload/ As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. Note that the scenario below was run from a simple notebook as well. - login to the cms under unique user credentials - navigate to the news folder - create a new newsitem with a unique name (counting up) - save the newsitem (including 'done', and closing tab) - navigate back to the document root - log out of the cms Results: After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. Logging out such a user, will result in a timeout, trying to logout. -------------------------- Further information: -------------------------- See attachments. - Deployment: clean Hippo 7.2 (2.09.04) - Tool: PureLoad (free edition, trial version) - Test Script: see attachment - Nr of workers: 5 (logical names: scenario0 ... scenario4) - Nr of threads: 5 (one per worker) The script uses five (admin)users in the CMS: - dennis0 / dennis0 - dennis1 / dennis1 - dennis2 / dennis2 - dennis3 / dennis3 - dennis4 / dennis4 We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. We are sure you can help us out. If you need any more information, let us know. -- Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:26:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:26:07 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <279153.21101260559560309.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77345#action_77345 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Additionally, seems to be related to: HREPTWO-3526. Observed a nullpointer exception that occurs some time before the lockup, see attachment "exception thrown before lock.txt". > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test > with which we were able to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:26:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:26:10 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18225665.21121260559560347.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: exception thrown before lock.txt > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test > with which we were able to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:26:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:26:14 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1603247.21161260559560411.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: thread-dump-na-hangen.txt thread-dump-na-hangen-2.txt thread-dump-na-hangen-3.txt > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test > with which we were able to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:26:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:26:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19974502.21141260559560384.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77346#action_77346 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Also added some threaddumps seen while hanging. > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test > with which we were able to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:26:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:26:22 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21622253.21181260559560437.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: thread-dump-na-hangen-4.txt > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test > with which we were able to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:28:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:28:07 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <24232924.21241260559680716.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Description: Hi all, ------------- Introduction: ------------- In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. -------------------------- Reproduction of the issue: -------------------------- We followed the instructions on: http://www.onehippo.org/cms7/documentation/quickstart.html and downloaded the quickstart from here: http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip Without further modifications, we started the CMS quickstart on a developer notebook. We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. See: http://www.minq.se/products/pureload/ As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. Note that the scenario below was run from a simple notebook as well. - login to the cms under unique user credentials - navigate to the news folder - create a new newsitem with a unique name (counting up) - save the newsitem (including 'done', and closing tab) - navigate back to the document root - log out of the cms Results: After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. Logging out such a user, will result in a timeout, trying to logout. -------------------------- Further information: -------------------------- See attachments. - Deployment: clean Hippo 7.2 (2.09.04) - Tool: PureLoad (free edition, trial version) - Test Script: see attachment - Nr of workers: 5 (logical names: scenario0 ... scenario4) - Nr of threads: 5 (one per worker) The script uses five (admin)users in the CMS: - dennis0 / dennis0 - dennis1 / dennis1 - dennis2 / dennis2 - dennis3 / dennis3 - dennis4 / dennis4 We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. We are sure you can help us out. If you need any more information, let us know. -- Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl General conditions apply was: Hi all, ------------- Introduction: ------------- In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test with which we were able to reproduce the issue. -------------------------- Reproduction of the issue: -------------------------- We followed the instructions on: http://www.onehippo.org/cms7/documentation/quickstart.html and downloaded the quickstart from here: http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip Without further modifications, we started the CMS quickstart on a developer notebook. We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. See: http://www.minq.se/products/pureload/ As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. Note that the scenario below was run from a simple notebook as well. - login to the cms under unique user credentials - navigate to the news folder - create a new newsitem with a unique name (counting up) - save the newsitem (including 'done', and closing tab) - navigate back to the document root - log out of the cms Results: After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. Logging out such a user, will result in a timeout, trying to logout. -------------------------- Further information: -------------------------- See attachments. - Deployment: clean Hippo 7.2 (2.09.04) - Tool: PureLoad (free edition, trial version) - Test Script: see attachment - Nr of workers: 5 (logical names: scenario0 ... scenario4) - Nr of threads: 5 (one per worker) The script uses five (admin)users in the CMS: - dennis0 / dennis0 - dennis1 / dennis1 - dennis2 / dennis2 - dennis3 / dennis3 - dennis4 / dennis4 We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. We are sure you can help us out. If you need any more information, let us know. -- Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl General conditions apply > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Fri Dec 11 20:28:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Fri Dec 11 20:28:10 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3526) Deadlock in repository when using the CMS In-Reply-To: <25519681.13491260456480325.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29898560.21221260559680672.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77347#action_77347 ] Rob van der Linden Vooren commented on HREPTWO-3526: ---------------------------------------------------- Please see: HREPTWO-3527 > Deadlock in repository when using the CMS > ----------------------------------------- > > Key: HREPTWO-3526 > URL: http://issues.onehippo.com/browse/HREPTWO-3526 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Bart van der Schans > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.09.05, r2.11.00 > > Attachments: catalina.out, catalina.out2 > > > In version 2.09.04 (clustered) with Tomcat 6.0 on linux with java 1.6.0.14: > "VM Periodic Task Thread" prio=10 tid=0x00007f82b8005000 nid=0x4e70 waiting on condition > JNI global references: 1016 > Found one Java-level deadlock: > ============================= > "RMI TCP Connection(12)-10.2.12.8": > waiting to lock monitor 0x00000000406094f8 (object 0x00007f82c6824908, a org.hippoecm.repository.jackrabbit.XASessionImpl), > which is held by "TP-Processor12" > "TP-Processor12": > waiting to lock monitor 0x00007f82b0093e50 (object 0x00007f82c2671310, a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory), > which is held by "RMI TCP Connection(12)-10.2.12.8" > Java stack information for the threads listed above: > =================================================== > "RMI TCP Connection(12)-10.2.12.8": > at org.apache.jackrabbit.commons.AbstractSession.getNamespacePrefix(AbstractSession.java:88) > - waiting to lock <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.apache.jackrabbit.core.SessionImpl.getPrefix(SessionImpl.java:674) > at org.apache.jackrabbit.spi.commons.conversion.ParsingNameResolver.getJCRName(ParsingNameResolver.java:80) > at org.apache.jackrabbit.spi.commons.conversion.CachingNameResolver.getJCRName(CachingNameResolver.java:95) > at org.apache.jackrabbit.spi.commons.conversion.DefaultNamePathResolver.getJCRName(DefaultNamePathResolver.java:74) > at org.apache.jackrabbit.core.SessionImpl.getJCRName(SessionImpl.java:695) > at org.hippoecm.repository.security.HippoAccessManager.isInstanceOfType(HippoAccessManager.java:682) > at org.hippoecm.repository.security.HippoAccessManager.matchFacetRule(HippoAccessManager.java:596) > at org.hippoecm.repository.security.HippoAccessManager.isNodeInDomain(HippoAccessManager.java:554) > at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:487) > at org.hippoecm.repository.security.HippoAccessManager.canRead(HippoAccessManager.java:427) > at org.apache.jackrabbit.core.observation.EventConsumer.canRead(EventConsumer.java:296) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:228) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatch(DelegatingObservationDispatcher.java:123) > at org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher.dispatchEvents(DelegatingObservationDispatcher.java:99) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.end(SharedItemStateManager.java:754) > at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:1100) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:351) > at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:326) > at org.apache.jackrabbit.core.version.AbstractVersionManager$WriteOperation.save(AbstractVersionManager.java:150) > at org.apache.jackrabbit.core.version.AbstractVersionManager.checkin(AbstractVersionManager.java:386) > at org.apache.jackrabbit.core.version.VersionManagerImpl$2.run(VersionManagerImpl.java:284) > at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:567) > - locked <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) > at org.apache.jackrabbit.core.version.VersionManagerImpl.checkin(VersionManagerImpl.java:280) > at org.apache.jackrabbit.core.version.XAVersionManager.checkin(XAVersionManager.java:169) > at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:3296) > at org.hippoecm.repository.decorating.NodeDecorator.checkin(NodeDecorator.java:381) > at org.hippoecm.repository.impl.NodeDecorator.checkin(NodeDecorator.java:161) > at org.hippoecm.repository.standardworkflow.VersionWorkflowImpl.version(VersionWorkflowImpl.java:331) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationImpl.invoke(WorkflowManagerImpl.java:788) > - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:512) > - locked <0x00007f82d3ea2338> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at $Proxy32.publish(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) > at sun.rmi.transport.Transport$1.run(Transport.java:159) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:155) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > "TP-Processor12": > at org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory.doSourced(VersionManagerImpl.java:565) > - waiting to lock <0x00007f82c2671310> (a org.apache.jackrabbit.core.version.VersionManagerImpl$DynamicESCFactory) > at org.apache.jackrabbit.core.version.VersionManagerImpl.createVersionHistory(VersionManagerImpl.java:217) > at org.apache.jackrabbit.core.version.XAVersionManager.createVersionHistory(XAVersionManager.java:156) > at org.apache.jackrabbit.core.version.AbstractVersionManager.getVersionHistory(AbstractVersionManager.java:234) > at org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:727) > at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1080) > - locked <0x00007f82c6824908> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:858) > at org.hippoecm.repository.decorating.SessionDecorator.save(SessionDecorator.java:202) > at org.hippoecm.repository.impl.SessionDecorator.save(SessionDecorator.java:173) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:248) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.add(FolderWorkflowImpl.java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:496) > - locked <0x00007f82c7520d70> (a org.hippoecm.repository.jackrabbit.XASessionImpl) > at $Proxy34.add(Unknown Source) > at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:242) > at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$4.execute(FolderWorkflowPlugin.java:218) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction.execute(CompatibilityWorkflowPlugin.java:166) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:241) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.onOk(CompatibilityWorkflowPlugin.java:225) > at org.hippoecm.frontend.dialog.AbstractDialog.handleSubmit(AbstractDialog.java:523) > at org.hippoecm.frontend.dialog.AbstractDialog$2.onSubmit(AbstractDialog.java:390) > at org.hippoecm.frontend.dialog.AbstractDialog$ButtonWrapper$1.onSubmit(AbstractDialog.java:264) > at org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:86) > at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:128) > at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:163) > at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:297) > at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:100) > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:91) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1175) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) > at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) > at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) > at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698) > at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891) > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) > at java.lang.Thread.run(Thread.java:619) > Found 1 deadlock. > Heap > PSYoungGen total 295488K, used 183384K [0x00007f8300750000, 0x00007f831f030000, 0x00007f831f950000) > eden space 233728K, 52% used [0x00007f8300750000,0x00007f8307e22bc8,0x00007f830eb90000) > from space 61760K, 99% used [0x00007f830eb90000,0x00007f83127d3790,0x00007f83127e0000) > to space 131648K, 0% used [0x00007f8316fa0000,0x00007f8316fa0000,0x00007f831f030000) > PSOldGen total 1019904K, used 712037K [0x00007f82c2350000, 0x00007f8300750000, 0x00007f8300750000) > object space 1019904K, 69% used [0x00007f82c2350000,0x00007f82edaa9798,0x00007f8300750000) > PSPermGen total 86016K, used 71286K [0x00007f82bcf50000, 0x00007f82c2350000, 0x00007f82c2350000) > object space 86016K, 82% used [0x00007f82bcf50000,0x00007f82c14ed920,0x00007f82c2350000) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Sun Dec 13 15:43:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Sun Dec 13 15:43:13 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3646151.22861260715380321.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77359#action_77359 ] Bart van der Schans commented on HREPTWO-3527: ---------------------------------------------- Rob, Are the stack dumps from running the quickstart? I see in the stracks the DefaultISMLocking is used instead of the FineGrainedISMLocking which can be configured in the repository.xml. Bart > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Priority: Blocker > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:34:01 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 09:34:16 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22963950.24051260779641044.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3527: ------------------------------------ Assignee: Berry van Halderen Fix Version/s: r2.09.05 r2.11.00 > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:36:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 09:36:16 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <501653.24081260779760352.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen resolved HREPTWO-3421. ------------------------------------- Resolution: Fixed According to Ard: It is possible to override the analyzers in the repository.xml and you can configure them in the web.xml. > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Stephan Westen > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:50:00 2009 From: helpdesk at onehippo.com (JIRA (Jasha Joachimsthal)) Date: Mon Dec 14 09:50:19 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26615374.24241260780600275.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasha Joachimsthal reopened HREPTWO-3421: ----------------------------------------- Could you please document how to configure the analyzer? > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Stephan Westen > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:52:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Mon Dec 14 09:52:15 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <14451207.24301260780720351.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77386#action_77386 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Hi Bart, I see that I had mistakenly attached threaddumps we had from our project CMS. The rest of the attachments are relevant for the case described. I have removed the threaddumps as they are not directly relate to the case described in this issue. > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc, thread-dump-na-hangen-2.txt, thread-dump-na-hangen-3.txt, thread-dump-na-hangen-4.txt, thread-dump-na-hangen.txt > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:54:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Mon Dec 14 09:54:17 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18877120.24341260780840500.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: (was: thread-dump-na-hangen-2.txt) > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:54:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Mon Dec 14 09:54:20 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26714410.24381260780840579.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: (was: thread-dump-na-hangen-3.txt) > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:54:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Mon Dec 14 09:54:25 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <27513107.24461260780840701.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: (was: thread-dump-na-hangen.txt) > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 09:54:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Mon Dec 14 09:54:28 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16879103.24421260780840637.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: (was: thread-dump-na-hangen-4.txt) > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 11:56:00 2009 From: helpdesk at onehippo.com (JIRA (Jeroen Reijn)) Date: Mon Dec 14 11:56:16 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error Message-ID: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error --------------------------------------------------------------------------------------------------------------------------- Key: HREPTWO-3528 URL: http://issues.onehippo.com/browse/HREPTWO-3528 Project: Hippo Repository 2 Issue Type: Improvement Affects Versions: r2.09.04 Reporter: Jeroen Reijn java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 12:02:00 2009 From: helpdesk at onehippo.com (JIRA (Jeroen Reijn)) Date: Mon Dec 14 12:02:16 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error In-Reply-To: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <5132098.26441260788520493.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77433#action_77433 ] Jeroen Reijn commented on HREPTWO-3528: --------------------------------------- This can be fixed by providing the following dependencies bouncycastle bcmail-jdk14 136 bouncycastle bcprov-jdk14 136 > While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error > --------------------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3528 > URL: http://issues.onehippo.com/browse/HREPTWO-3528 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Jeroen Reijn > > java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider > at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) > at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) > at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) > at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) > at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) > at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) > at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) > at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) > at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) > at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) > at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) > at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) > at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) > at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) > at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) > at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 12:08:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Mon Dec 14 12:08:15 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error In-Reply-To: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26719046.26551260788880345.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77438#action_77438 ] Bart van der Schans commented on HREPTWO-3528: ---------------------------------------------- Afaik those are not included because of encryption export/import rules, but I haven't checked in a while. > While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error > --------------------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3528 > URL: http://issues.onehippo.com/browse/HREPTWO-3528 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Jeroen Reijn > > java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider > at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) > at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) > at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) > at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) > at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) > at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) > at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) > at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) > at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) > at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) > at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) > at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) > at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) > at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) > at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) > at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 13:02:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 13:02:16 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3525) Take offline dialog non-intuitive In-Reply-To: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19152320.26951260792120313.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77443#action_77443 ] Stephan Westen commented on HREPTWO-3525: ----------------------------------------- This issue can be resolved when we have the new ui / interaction design that reserves space for meta data like, versioning, where-used information, etc This dialog will be replaced with a panel. The button 'open selected documents...' can become an action for each 'where-used' document. Caption becomes 'show' > Take offline dialog non-intuitive > --------------------------------- > > Key: HREPTWO-3525 > URL: http://issues.onehippo.com/browse/HREPTWO-3525 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Fix For: Backlog > > Attachments: bug_take-offline_dialog.png > > > - I clicked to take offline a document. > - The dialog appeared with a warning that there are documents referring to it. > - There was a proposal to open the documents in the background. > - So I clicked OK, because I wanted that. > - No documents appeared and the document in question was taken offline. > - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. > - Then I worked to relink the links in the other documents. > - I went back to now unpublish the document and was surprised to find it already unpublished. > - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. > - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 13:02:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 13:02:20 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3525) Take offline dialog non-intuitive In-Reply-To: <9893843.11731260446340318.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <23623649.26981260792120353.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3525: ------------------------------------ Fix Version/s: Backlog > Take offline dialog non-intuitive > --------------------------------- > > Key: HREPTWO-3525 > URL: http://issues.onehippo.com/browse/HREPTWO-3525 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Fix For: Backlog > > Attachments: bug_take-offline_dialog.png > > > - I clicked to take offline a document. > - The dialog appeared with a warning that there are documents referring to it. > - There was a proposal to open the documents in the background. > - So I clicked OK, because I wanted that. > - No documents appeared and the document in question was taken offline. > - After I published it again, clicked to take it offline again and inspected the dialog, I noticed that I had to select the documents to open in the background and click on the 'Open documents in background' button. So I did that and I clicked the OK button, because I wanted the dialog to go away. > - Then I worked to relink the links in the other documents. > - I went back to now unpublish the document and was surprised to find it already unpublished. > - Only the next time I did the same task I realized that OK still means 'take offline' and not `I am done selecting documents to open in the background'. > - Notice that I understood perfectly what all meant when I was documenting it. But now I was using it and my focus was not on the CMS, but on the content I was working with. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 13:04:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 13:04:17 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3520) In CMS no way to know where an internal link links to In-Reply-To: <27016996.5511260366360247.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <12806864.27011260792240293.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3520: ------------------------------------ Assignee: Rolf van der Steen Fix Version/s: Backlog > In CMS no way to know where an internal link links to > ----------------------------------------------------- > > Key: HREPTWO-3520 > URL: http://issues.onehippo.com/browse/HREPTWO-3520 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Assignee: Rolf van der Steen > Fix For: Backlog > > > In the CMS, you see a link. Your browser shows you where the link links to, but that is not the true URL that is being linked to. For example, I see the URL > http://cms.docs.hosting.onehippo.com/index, but the node being linked to is actually http://cms.docs.hosting.onehippo.com/cms/documentation/user/index > Only the last part of the shown URL has meaning. It is the name of the facetselect. The real address linked to is in the facetselect. > Usecase 1: > I wanted to remove the above mentioned document and got warnings about documents linking to it. I opened one of the documents and found a link, but from the text I thought that that link should link to http://cms.docs.hosting.onehippo.com/cms/documentation/user/author/index (note the /author/ part). But maybe it did, and the wrong link was somewhere else in the document. I selected the link and clicked on 'internal link', but still no information about it. So I had no way to know from the CMS and had to go to the site to check or read the complete document, to be sure that this was the link to change. > Usecase 2: > I was reading a document in the CMS and was wondering to what location a link was linking. I could not know from the facet select name, because I had forgotten the location, not the idea. I had to go the site to find out. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 13:04:00 2009 From: helpdesk at onehippo.com (JIRA (Jeroen Reijn)) Date: Mon Dec 14 13:04:22 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error In-Reply-To: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <24258871.27031260792240328.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77444#action_77444 ] Jeroen Reijn commented on HREPTWO-3528: --------------------------------------- I see. I just wanted to have this issue registered in JIRA, so people can find a solution for this error message in case they have it. I guess we should take a look if we actually need to have them i our own project. > While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error > --------------------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3528 > URL: http://issues.onehippo.com/browse/HREPTWO-3528 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Jeroen Reijn > > java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider > at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) > at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) > at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) > at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) > at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) > at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) > at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) > at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) > at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) > at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) > at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) > at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) > at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) > at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) > at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) > at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 14:14:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Mon Dec 14 14:14:15 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error In-Reply-To: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <29460543.27671260796440235.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77456#action_77456 ] Bart van der Schans commented on HREPTWO-3528: ---------------------------------------------- Also the last news from JR is that they are not going to switch to pdfbox-0.8.0(-incubation) for JR 2.0. The policy is that we try to stick to the same versions as JR, so 0.8.0 could still be a long way off for CMS 7. > While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error > --------------------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3528 > URL: http://issues.onehippo.com/browse/HREPTWO-3528 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Jeroen Reijn > > java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider > at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) > at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) > at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) > at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) > at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) > at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) > at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) > at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) > at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) > at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) > at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) > at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) > at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) > at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) > at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) > at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 14:31:00 2009 From: helpdesk at onehippo.com (JIRA (Jeroen Reijn)) Date: Mon Dec 14 14:31:15 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3528) While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error In-Reply-To: <21829666.26221260788160278.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3628380.27891260797460340.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77462#action_77462 ] Jeroen Reijn commented on HREPTWO-3528: --------------------------------------- Thanks Bart. Since we're using 0.8.0-incubation I'm not able to test it with 0.7.3, but my guess is that it will have the same version. > While trying to index encrypted pdf files in the repository using pdfbox-0.8.0-incubation throws a no class def found error > --------------------------------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3528 > URL: http://issues.onehippo.com/browse/HREPTWO-3528 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.04 > Reporter: Jeroen Reijn > > java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider > at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:905) > at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204) > at org.apache.jackrabbit.extractor.PdfTextExtractor.extractText(PdfTextExtractor.java:75) > at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(CompositeTextExtractor.java:90) > at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extractText(JackrabbitTextExtractor.java:195) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addBinaryValue(NodeIndexer.java:419) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.addValue(NodeIndexer.java:303) > at org.apache.jackrabbit.core.query.lucene.NodeIndexer.createDoc(NodeIndexer.java:237) > at org.hippoecm.repository.query.lucene.ServicingNodeIndexer.createDoc(ServicingNodeIndexer.java:96) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:207) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.aggregateDescendants(ServicingSearchIndex.java:297) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:216) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.createDocument(ServicingSearchIndex.java:151) > at org.apache.jackrabbit.core.query.lucene.SearchIndex$2.next(SearchIndex.java:557) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.update(MultiIndex.java:437) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.updateNodes(SearchIndex.java:541) > at org.hippoecm.repository.query.lucene.ServicingSearchIndex.updateNodes(ServicingSearchIndex.java:158) > at org.apache.jackrabbit.core.SearchManager.onEvent(SearchManager.java:502) > at org.apache.jackrabbit.core.observation.EventConsumer.consumeEvents(EventConsumer.java:243) > at org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:201) > at org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:422) > at org.apache.jackrabbit.core.state.SharedItemStateManager.externalUpdate(SharedItemStateManager.java:1128) > at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.externalUpdate(RepositoryImpl.java:2098) > at org.apache.jackrabbit.core.cluster.ClusterNode.process(ClusterNode.java:852) > at org.apache.jackrabbit.core.cluster.ChangeLogRecord.process(ChangeLogRecord.java:384) > at org.apache.jackrabbit.core.cluster.ClusterNode.consume(ClusterNode.java:798) > at org.apache.jackrabbit.core.journal.AbstractJournal.doSync(AbstractJournal.java:213) > at org.apache.jackrabbit.core.journal.AbstractJournal.sync(AbstractJournal.java:188) > at org.apache.jackrabbit.core.cluster.ClusterNode.sync(ClusterNode.java:315) > at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:286) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 32 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 14:33:00 2009 From: helpdesk at onehippo.com (JIRA (Robbert Driessen)) Date: Mon Dec 14 14:33:15 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3360) HTML without formatting shown in preview in document editor In-Reply-To: <10388325.107111257779535966.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9630947.27941260797580339.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbert Driessen updated HREPTWO-3360: -------------------------------------- Comment: was deleted (was: A comment with security level 'hippo-developer' was removed.) > HTML without formatting shown in preview in document editor > ----------------------------------------------------------- > > Key: HREPTWO-3360 > URL: http://issues.onehippo.com/browse/HREPTWO-3360 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Fix For: r2.11.00 > > > A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 14:35:00 2009 From: helpdesk at onehippo.com (JIRA (Robbert Driessen)) Date: Mon Dec 14 14:35:18 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3360) HTML without formatting shown in preview in document editor In-Reply-To: <10388325.107111257779535966.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <24597822.27991260797700385.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbert Driessen updated HREPTWO-3360: -------------------------------------- Priority: High (was: Normal) > HTML without formatting shown in preview in document editor > ----------------------------------------------------------- > > Key: HREPTWO-3360 > URL: http://issues.onehippo.com/browse/HREPTWO-3360 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > > A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 14 15:24:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Mon Dec 14 15:24:15 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3360) HTML without formatting shown in preview in document editor In-Reply-To: <10388325.107111257779535966.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <5972845.28611260800640436.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3360: ------------------------------------ Attachment: screenshot-1.jpg > HTML without formatting shown in preview in document editor > ----------------------------------------------------------- > > Key: HREPTWO-3360 > URL: http://issues.onehippo.com/browse/HREPTWO-3360 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 10:20:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 10:20:24 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32157730.31341260868800286.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77538#action_77538 ] Ard Schrijvers commented on HREPTWO-3421: ----------------------------------------- In your repository.xml, in the Workspace/SearchIndex element you can configure: If you use, say, a DutchAnalyzer, you have to make sure you add lucene analyzers dependency to your project > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Ard Schrijvers > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 10:41:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 10:41:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <7124309.31551260870060298.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77543#action_77543 ] Bart van der Schans commented on HREPTWO-3421: ---------------------------------------------- In response to the comment of Stephan Westen at 14/Dec/09 09:35 AM: Can you and if so, how can you overwrite/configure the config in the web.xml? Bart > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Ard Schrijvers > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:21:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:21:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <12895490.31911260872460276.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77551#action_77551 ] Ard Schrijvers commented on HREPTWO-3421: ----------------------------------------- "Can you and if so, how can you overwrite/configure the config in the web.xml? " afaik, everybody defines 'his' repository.xml in the web.xml, right? In this repository.xml, you can configure a lucene analyzer. You cannot configure the analyzer in the web.xml. As a site note, I do not recommend lucene analyzers at all. IMO, the slight gain you have, for example stopwords and stemming, are imo less than the disadvantages from stemming: stemming breaks wildcard searching Regards Ard > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Ard Schrijvers > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:26:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:26:19 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3529) Extend Faceted Navigation usecases Message-ID: <32769380.31931260872760246.JavaMail.jira@jira.vm.castaserver.com> Extend Faceted Navigation usecases ---------------------------------- Key: HREPTWO-3529 URL: http://issues.onehippo.com/browse/HREPTWO-3529 Project: Hippo Repository 2 Issue Type: Improvement Components: repository-core Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:26:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:26:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3530) Move FacetedNavigation to seperate project & seperate namespace Message-ID: <1137803.31951260872760275.JavaMail.jira@jira.vm.castaserver.com> Move FacetedNavigation to seperate project & seperate namespace --------------------------------------------------------------- Key: HREPTWO-3530 URL: http://issues.onehippo.com/browse/HREPTWO-3530 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:28:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:28:19 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3532) Add support to limit resultset size to predefined limit Message-ID: <20603471.31991260872880293.JavaMail.jira@jira.vm.castaserver.com> Add support to limit resultset size to predefined limit ------------------------------------------------------- Key: HREPTWO-3532 URL: http://issues.onehippo.com/browse/HREPTWO-3532 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:28:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:28:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3531) Add support for ranges Message-ID: <16181660.31971260872880260.JavaMail.jira@jira.vm.castaserver.com> Add support for ranges ---------------------- Key: HREPTWO-3531 URL: http://issues.onehippo.com/browse/HREPTWO-3531 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:28:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:28:26 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3533) Add support for faceted navigation on primary node type Message-ID: <25742867.32011260872880332.JavaMail.jira@jira.vm.castaserver.com> Add support for faceted navigation on primary node type -------------------------------------------------------- Key: HREPTWO-3533 URL: http://issues.onehippo.com/browse/HREPTWO-3533 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:30:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:30:19 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3535) Add possibility to return the resultset nodes in some predefined order, like ordered descending on myproj:mydate Message-ID: <14632069.32051260873000362.JavaMail.jira@jira.vm.castaserver.com> Add possibility to return the resultset nodes in some predefined order, like ordered descending on myproj:mydate ---------------------------------------------------------------------------------------------------------------- Key: HREPTWO-3535 URL: http://issues.onehippo.com/browse/HREPTWO-3535 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 11:30:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 11:30:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3534) Add possibility for initial query in the faceted navigation node which works as a filter Message-ID: <27995273.32031260873000310.JavaMail.jira@jira.vm.castaserver.com> Add possibility for initial query in the faceted navigation node which works as a filter ---------------------------------------------------------------------------------------- Key: HREPTWO-3534 URL: http://issues.onehippo.com/browse/HREPTWO-3534 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 15 11:59:55 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Tue Dec 15 11:59:56 2009 Subject: [HippoRepos-dev] [21078] hippo-ecm: HREPTWO-16 add commented tests Message-ID: <20091215105955.80A14C971@svnnew.onehippo.org> Revision: 21078 Author: aschrijvers Date: 2009-12-15 11:59:54 +0100 (Tue, 15 Dec 2009) Log Message: ----------- HREPTWO-16 add commented tests Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-15 06:21:04 UTC (rev 21077) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-15 10:59:54 UTC (rev 21078) @@ -21,20 +21,12 @@ import static org.junit.Assert.assertTrue; import java.io.IOException; -import java.io.PrintStream; import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.Property; -import javax.jcr.PropertyIterator; -import javax.jcr.PropertyType; import javax.jcr.RepositoryException; -import javax.jcr.Value; import org.hippoecm.repository.TestCase; import org.hippoecm.repository.api.HippoNodeType; -import org.hippoecm.repository.updater.UpdaterProperty; -import org.hippoecm.repository.util.Utilities; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -55,7 +47,7 @@ super.tearDown(); } - // @Test + @Test public void testDirectSingleValuedFacetNavigation() throws RepositoryException, IOException { commonStart(); @@ -92,7 +84,7 @@ } - //@Test + @Test public void testDirectMultiValuedFacetNavigation() throws RepositoryException, IOException { commonStart(); Node testNode = session.getRootNode().getNode("test"); From helpdesk at onehippo.com Tue Dec 15 12:09:00 2009 From: helpdesk at onehippo.com (JIRA (Jasha Joachimsthal)) Date: Tue Dec 15 12:09:19 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3421) Make Lucene Analyzer configurable outside the war In-Reply-To: <4246269.177901258972636754.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3935854.32171260875340306.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77554#action_77554 ] Jasha Joachimsthal commented on HREPTWO-3421: --------------------------------------------- Yes but the advantage is that you don't have to worry about diacritics in Dutch. The tricky part in this is that when I changed the analyzer to org.apache.lucene.analysis.nl.DutchAnalyzer I didn't see (or overlooked) a ClassNotFoundException. It worked only after I added org.apache.lucene lucene-analyzers 2.3.2 > Make Lucene Analyzer configurable outside the war > ------------------------------------------------- > > Key: HREPTWO-3421 > URL: http://issues.onehippo.com/browse/HREPTWO-3421 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Jasha Joachimsthal > Assignee: Ard Schrijvers > > According to http://n2.nabble.com/Making-searching-find-Oekraine-when-searching-for-Oekraine-td3119601.html it's not "easy" to configure a different Lucene Analyzer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 12:09:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 12:09:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3536) Add property on subnavigation nodes containing the query that leads to that subnavigation node Message-ID: <15549145.32221260875340371.JavaMail.jira@jira.vm.castaserver.com> Add property on subnavigation nodes containing the query that leads to that subnavigation node ---------------------------------------------------------------------------------------------- Key: HREPTWO-3536 URL: http://issues.onehippo.com/browse/HREPTWO-3536 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 15 13:59:31 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 15 13:59:30 2009 Subject: [HippoRepos-dev] [21079] hippo-ecm: HREPTWO-3537: Don't bind to 127.0.0.1 Message-ID: <20091215125931.C7F5FC971@svnnew.onehippo.org> Revision: 21079 Author: bvdschans Date: 2009-12-15 13:59:31 +0100 (Tue, 15 Dec 2009) Log Message: ----------- HREPTWO-3537: Don't bind to 127.0.0.1 Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/quickstart/bin/src/main/java/org/hippoecm/Main.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/quickstart/bin/src/main/java/org/hippoecm/Main.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/quickstart/bin/src/main/java/org/hippoecm/Main.java 2009-12-15 10:59:54 UTC (rev 21078) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/quickstart/bin/src/main/java/org/hippoecm/Main.java 2009-12-15 12:59:31 UTC (rev 21079) @@ -58,7 +58,6 @@ try { Connector connector = new SelectChannelConnector(); connector.setPort(8080); - connector.setHost("127.0.0.1"); main.addConnector(connector); WebAppContext wac = new WebAppContext(); wac.setContextPath("/cms"); From svn-logs at hippocms.org Tue Dec 15 13:59:55 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 15 13:59:54 2009 Subject: [HippoRepos-dev] [21080] hippo-ecm: HREPTWO-3537: Don't bind to 127.0.0.1 Message-ID: <20091215125955.15CB5C971@svnnew.onehippo.org> Revision: 21080 Author: bvdschans Date: 2009-12-15 13:59:54 +0100 (Tue, 15 Dec 2009) Log Message: ----------- HREPTWO-3537: Don't bind to 127.0.0.1 Modified Paths: -------------- hippo-ecm/trunk/quickstart/bin/src/main/java/org/hippoecm/Main.java Modified: hippo-ecm/trunk/quickstart/bin/src/main/java/org/hippoecm/Main.java =================================================================== --- hippo-ecm/trunk/quickstart/bin/src/main/java/org/hippoecm/Main.java 2009-12-15 12:59:31 UTC (rev 21079) +++ hippo-ecm/trunk/quickstart/bin/src/main/java/org/hippoecm/Main.java 2009-12-15 12:59:54 UTC (rev 21080) @@ -58,7 +58,6 @@ try { Connector connector = new SelectChannelConnector(); connector.setPort(8080); - connector.setHost("127.0.0.1"); main.addConnector(connector); WebAppContext wac = new WebAppContext(); wac.setContextPath("/cms"); From helpdesk at onehippo.com Tue Dec 15 14:00:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 14:00:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3537) Don't bind jetty to 127.0.0.1 in quickstart Message-ID: <1358825.33171260882000400.JavaMail.jira@jira.vm.castaserver.com> Don't bind jetty to 127.0.0.1 in quickstart ------------------------------------------- Key: HREPTWO-3537 URL: http://issues.onehippo.com/browse/HREPTWO-3537 Project: Hippo Repository 2 Issue Type: Improvement Reporter: Bart van der Schans Assignee: Bart van der Schans Fix For: r2.09.05, r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 14:00:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 14:00:27 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3537) Don't bind jetty to 127.0.0.1 in quickstart In-Reply-To: <1358825.33171260882000400.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <865085.33221260882000471.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3537. ------------------------------------------ Resolution: Fixed > Don't bind jetty to 127.0.0.1 in quickstart > ------------------------------------------- > > Key: HREPTWO-3537 > URL: http://issues.onehippo.com/browse/HREPTWO-3537 > Project: Hippo Repository 2 > Issue Type: Improvement > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.09.05, r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 14:02:00 2009 From: helpdesk at onehippo.com (JIRA (Jeroen Reijn)) Date: Tue Dec 15 14:02:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3364) Reordering a folder: selecting an item does not work in IE 7.0, Firefox 3.5.5 In-Reply-To: <32275020.108961257848055681.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3004042.33251260882120303.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77578#action_77578 ] Jeroen Reijn commented on HREPTWO-3364: --------------------------------------- Could this also be applied to the 2.09 branch so this might become available for version 2.09.05? > Reordering a folder: selecting an item does not work in IE 7.0, Firefox 3.5.5 > ----------------------------------------------------------------------------- > > Key: HREPTWO-3364 > URL: http://issues.onehippo.com/browse/HREPTWO-3364 > Project: Hippo Repository 2 > Issue Type: Bug > Components: front-end-core > Affects Versions: r2.09.02, r2.09.03 > Environment: IE 7.0, Firefox 3.5.5 and 3.0.15 and Epiphany 2.26.1 > Reporter: Mathijs Brand > Assignee: Berry van Halderen > Priority: Top > Fix For: r2.10.00 > > Attachments: screenshot-reordering.xcf > > Original Estimate: 2 hours > Time Spent: 1 hour, 30 minutes > Remaining Estimate: 0 minutes > > Reproduction: > select a folder to reorder > the first item is selected and you're able to move it around, but if you want to select another item (in screenshot the folder 2010 for example), you're unable to do so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 14:16:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 15 14:16:18 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3360) HTML without formatting shown in preview in document editor In-Reply-To: <10388325.107111257779535966.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <15932592.33371260882960385.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3360: ------------------------------------ Description: A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode. Use the xinha CSS in preview mode for the RTE parts (!). was:A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode > HTML without formatting shown in preview in document editor > ----------------------------------------------------------- > > Key: HREPTWO-3360 > URL: http://issues.onehippo.com/browse/HREPTWO-3360 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Arthur Bogaart > Priority: High > Fix For: r2.11.00 > > Attachments: screenshot-1.jpg > > > A RTE field with formatting like bullets, numbering, etc is shown without formatting in 'preview' mode. > Use the xinha CSS in preview mode for the RTE parts (!). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 15:32:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Tue Dec 15 15:32:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3538) Backport HREPTWO-3364 to 2.09.0x Message-ID: <29408216.34321260887520352.JavaMail.jira@jira.vm.castaserver.com> Backport HREPTWO-3364 to 2.09.0x -------------------------------- Key: HREPTWO-3538 URL: http://issues.onehippo.com/browse/HREPTWO-3538 Project: Hippo Repository 2 Issue Type: Bug Reporter: Stephan Westen Assignee: Bart van der Schans Fix For: r2.09.05 backport HREPTWO-3364 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 16:12:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 16:12:19 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18922255.34851260889920406.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3527: ----------------------------------------- Attachment: blocked-threaddump-cachinghierarchymanager.txt I could get a deadlock with the test and the quickstart. I've added the stack dump. Rob, does that look like the stack dumps you found with the quickstart? Bart > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 16:18:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Tue Dec 15 16:18:19 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <17540018.34921260890280359.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77615#action_77615 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Hi Bart, In particular I recognize these bits: --snip org.apache.jackrabbit.core.state.SharedItemStateManager.acquireReadLock(ItemId) org.apache.jackrabbit.core.state.SharedItemStateManager.getItemState(ItemId) org.apache.jackrabbit.core.state.LocalItemStateManager.getNodeState(NodeId) org.hippoecm.repository.jackrabbit.HippoLocalItemStateManager.getNodeState(NodeId) org.apache.jackrabbit.core.state.LocalItemStateManager.getItemState(ItemId) org.apache.jackrabbit.core.state.ForkedXAItemStateManager.getItemState(ItemId) org.hippoecm.repository.jackrabbit.HippoLocalItemStateManager.getItemState(ItemId) org.hippoecm.repository.jackrabbit.HippoVirtualProvider.getNodeState(NodeId) org.hippoecm.repository.jackrabbit.FacetResultSetProvider.populate(NodeState) org.hippoecm.repository.jackrabbit.HippoNodeId.populate(NodeState) org.hippoecm.repository.jackrabbit.HippoLocalItemStateManager.getItemState(ItemId) org.apache.jackrabbit.core.state.SessionItemStateManager.getItemState(ItemId) org.apache.jackrabbit.core.HierarchyManagerImpl.getItemState(ItemId) --snip > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 16:44:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Tue Dec 15 16:44:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16111082.35371260891840371.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77624#action_77624 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Also, have you tried reproducing the issue with CMS 7.1? Kind regards, Rob > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 16:50:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 16:50:23 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <33502085.35441260892200450.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77625#action_77625 ] Bart van der Schans commented on HREPTWO-3527: ---------------------------------------------- No, only with the 7.2 (branch). Bart > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 17:46:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 17:46:19 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3539) Check if during update all content the ServicingNodeIndexer queryHandlerContext is fine with the queryHandlerContext.getNamespaceRegistry().getPrefix Message-ID: <2357881.36221260895560516.JavaMail.jira@jira.vm.castaserver.com> Check if during update all content the ServicingNodeIndexer queryHandlerContext is fine with the queryHandlerContext.getNamespaceRegistry().getPrefix ----------------------------------------------------------------------------------------------------------------------------------------------------- Key: HREPTWO-3539 URL: http://issues.onehippo.com/browse/HREPTWO-3539 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 Specifically, test if after an update all content, with a changed namespace that this works: String primaryNodeName = queryHandlerContext.getNamespaceRegistry().getPrefix(value.getQName().getNamespaceURI()) + ":" + value.getQName().getLocalName(); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 17:48:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Tue Dec 15 17:48:18 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3540) Replace the FacetTypeConstants constants like '\uFAFA' or '\uFAFE' with lucene payloads Message-ID: <22536576.36241260895680362.JavaMail.jira@jira.vm.castaserver.com> Replace the FacetTypeConstants constants like '\uFAFA' or '\uFAFE' with lucene payloads ---------------------------------------------------------------------------------------- Key: HREPTWO-3540 URL: http://issues.onehippo.com/browse/HREPTWO-3540 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:08:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Tue Dec 15 18:08:18 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3541) Empty requests Message-ID: <6100467.36401260896880273.JavaMail.jira@jira.vm.castaserver.com> Empty requests -------------- Key: HREPTWO-3541 URL: http://issues.onehippo.com/browse/HREPTWO-3541 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.10.00, r2.09.04 Environment: Found in 2.09.04. Frank says that nothing about the todo list has changed in 2.10.00 since 2.09.04, so it must also hold for 2.10.00 Reporter: Rita Bijlsma Priority: High Attachments: bug_empty_requests.png, bug_no_requests.png, hippo_log.xml, hst config editor.xml As editor I had two documents in my todo list without any information about what was requested, see screenshot. Clicking on the first document got me there. On the document, there where no requests for accepting or rejecting, see other screenshot. In the console, the document did have a hippo:request node but it was empty. It only contained: Types * Primary: hippo:request * Mixin: Properties Mixin Types And then the list of all possible mixins, of which none was selected. The document was: cms/documentation/upgrading/7.1 to 7.2/hst config editor It was written by Frank and he thinks he requested it to be published and that Stephan published it. However, it is now unpublished. The hippostd:stateSummary = new. I added an export of the document and of the hippo logs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:08:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Tue Dec 15 18:08:21 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3541) Empty requests In-Reply-To: <6100467.36401260896880273.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1789624.36441260896880336.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3541: ---------------------------------- Attachment: hst config editor.xml hippo_log.xml Added export of file and of hippo log. > Empty requests > -------------- > > Key: HREPTWO-3541 > URL: http://issues.onehippo.com/browse/HREPTWO-3541 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04, r2.10.00 > Environment: Found in 2.09.04. Frank says that nothing about the todo list has changed in 2.10.00 since 2.09.04, so it must also hold for 2.10.00 > Reporter: Rita Bijlsma > Priority: High > Attachments: bug_empty_requests.png, bug_no_requests.png, hippo_log.xml, hst config editor.xml > > > As editor I had two documents in my todo list without any information about what was requested, see screenshot. Clicking on the first document got me there. On the document, there where no requests for accepting or rejecting, see other screenshot. In the console, the document did have a hippo:request node but it was empty. It only contained: > Types > * Primary: hippo:request > * Mixin: > Properties > Mixin Types > And then the list of all possible mixins, of which none was selected. > The document was: cms/documentation/upgrading/7.1 to 7.2/hst config editor It was written by Frank and he thinks he requested it to be published and that Stephan published it. However, it is now unpublished. The hippostd:stateSummary = new. > I added an export of the document and of the hippo logs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Tue Dec 15 18:16:24 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 15 18:16:22 2009 Subject: [HippoRepos-dev] [21083] hippo-ecm/tags/test/: HREPTWO-16: Remove old test tag Message-ID: <20091215171624.BC2AFC971@svnnew.onehippo.org> Revision: 21083 Author: bvdschans Date: 2009-12-15 18:16:24 +0100 (Tue, 15 Dec 2009) Log Message: ----------- HREPTWO-16: Remove old test tag Removed Paths: ------------- hippo-ecm/tags/test/ From svn-logs at hippocms.org Tue Dec 15 18:16:50 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 15 18:16:49 2009 Subject: [HippoRepos-dev] [21084] hippo-ecm/tags/test/: HREPTWO-16: Set new test tag Message-ID: <20091215171650.3F7A3C971@svnnew.onehippo.org> Revision: 21084 Author: bvdschans Date: 2009-12-15 18:16:49 +0100 (Tue, 15 Dec 2009) Log Message: ----------- HREPTWO-16: Set new test tag Added Paths: ----------- hippo-ecm/tags/test/ Property changes on: hippo-ecm/tags/test ___________________________________________________________________ Added: svn:ignore + *.tmp .classpath .project .settings local.properties nbproject target jpox.log Added: svn:mergeinfo + /hippo-ecm/branches/Branch-HREPTWO-v2_03_xx:17183-17186,17202,17206,17211-17212 /hippo-ecm/branches/Branch-HREPTWO-v2_09_xx:20255-20460 /hippo-ecm/branches/wicket_upgrade_to_1_4:20604-20690 From helpdesk at onehippo.com Tue Dec 15 18:25:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Tue Dec 15 18:25:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3542) Weird and disturbing default filename for downloading when exporting node in web console Message-ID: <5770042.36541260897900379.JavaMail.jira@jira.vm.castaserver.com> Weird and disturbing default filename for downloading when exporting node in web console ---------------------------------------------------------------------------------------- Key: HREPTWO-3542 URL: http://issues.onehippo.com/browse/HREPTWO-3542 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Environment: Firefox 3.0.15 Reporter: Rita Bijlsma In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: Download (or right click and choose "Save as..".htm This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:27:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Tue Dec 15 18:27:19 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3542) Weird and disturbing default filename for downloading when exporting node in web console In-Reply-To: <5770042.36541260897900379.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9448491.36561260898020245.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3542: ---------------------------------- Attachment: bug_save_as_weird_default_name.png > Weird and disturbing default filename for downloading when exporting node in web console > ---------------------------------------------------------------------------------------- > > Key: HREPTWO-3542 > URL: http://issues.onehippo.com/browse/HREPTWO-3542 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Firefox 3.0.15 > Reporter: Rita Bijlsma > Attachments: bug_save_as_weird_default_name.png > > > In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: > Download (or right click and choose "Save as..".htm > This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. > I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:48:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 18:48:18 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3543) Complete documents show up in attic Message-ID: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Complete documents show up in attic ----------------------------------- Key: HREPTWO-3543 URL: http://issues.onehippo.com/browse/HREPTWO-3543 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Bart van der Schans Priority: Blocker Fix For: r2.09.05, r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:50:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 18:50:18 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3543) Complete documents show up in attic In-Reply-To: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6172090.36621260899400237.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3543: ----------------------------------------- Attachment: screenshot-1.jpg Screenshot of 2.09.04, linux, java 6, tomcat 6,mysql > Complete documents show up in attic > ----------------------------------- > > Key: HREPTWO-3543 > URL: http://issues.onehippo.com/browse/HREPTWO-3543 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:52:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 18:52:18 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3543) Complete documents show up in attic In-Reply-To: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21849727.36641260899520257.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77675#action_77675 ] Bart van der Schans commented on HREPTWO-3543: ---------------------------------------------- These documents will show up in search results in the site. > Complete documents show up in attic > ----------------------------------- > > Key: HREPTWO-3543 > URL: http://issues.onehippo.com/browse/HREPTWO-3543 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 18:54:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 18:54:18 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3542) Weird and disturbing default filename for downloading when exporting node in web console In-Reply-To: <5770042.36541260897900379.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <26822001.36661260899640365.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3542. ------------------------------------------ Resolution: Cannot Reproduce I tried with several 2.09.04 versions. > Weird and disturbing default filename for downloading when exporting node in web console > ---------------------------------------------------------------------------------------- > > Key: HREPTWO-3542 > URL: http://issues.onehippo.com/browse/HREPTWO-3542 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Firefox 3.0.15 > Reporter: Rita Bijlsma > Attachments: bug_save_as_weird_default_name.png > > > In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: > Download (or right click and choose "Save as..".htm > This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. > I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 19:04:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 19:04:18 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3492) [REGRESSION] Revision history doesn't show dialog In-Reply-To: <4277499.241911259828295796.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1546924.36691260900240310.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3492: ----------------------------------------- Priority: Blocker (was: Top) > [REGRESSION] Revision history doesn't show dialog > ------------------------------------------------- > > Key: HREPTWO-3492 > URL: http://issues.onehippo.com/browse/HREPTWO-3492 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Reporter: Bart van der Schans > Assignee: Frank van Lankvelt > Priority: Blocker > Fix For: r2.11.00 > > > in quickstart > - go to articles > - publish and take offline article2 > - Show revision history.. > -> dialog doesn't show > From the logs: > 03.12.2009 09:23:28 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1521] Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] > org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] > at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:125) > at org.apache.wicket.Component.locateMarkupStream(Component.java:3811) > at org.apache.wicket.Component.renderComponent(Component.java:2548) > at org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:827) > at org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget.java:680) > at org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:590) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Tue Dec 15 19:04:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Tue Dec 15 19:04:26 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3493) [REGRESSION] Show referring documents doesn't show dialog In-Reply-To: <12373828.241961259828415744.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32127253.36721260900240360.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3493: ----------------------------------------- Priority: Blocker (was: Top) > [REGRESSION] Show referring documents doesn't show dialog > --------------------------------------------------------- > > Key: HREPTWO-3493 > URL: http://issues.onehippo.com/browse/HREPTWO-3493 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.10.00 > Reporter: Bart van der Schans > Assignee: Frank van Lankvelt > Priority: Blocker > Fix For: r2.11.00 > > > in the quickstart > - create a link in article2 to article1 > - go to article1 > - show referring documents... > -> Dialog doesn't show > In the logs: > 03.12.2009 09:28:24 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1521] Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] > org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [MarkupContainer [Component id = feedback]] > at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:125) > at org.apache.wicket.Component.locateMarkupStream(Component.java:3811) > at org.apache.wicket.Component.renderComponent(Component.java:2548) > at org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:827) > at org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget.java:680) > at org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:590) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 09:32:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 09:32:21 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3542) Weird and disturbing default filename for downloading when exporting node in web console In-Reply-To: <5770042.36541260897900379.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21890215.37381260952320381.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma reopened HREPTWO-3542: ----------------------------------- > Weird and disturbing default filename for downloading when exporting node in web console > ---------------------------------------------------------------------------------------- > > Key: HREPTWO-3542 > URL: http://issues.onehippo.com/browse/HREPTWO-3542 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Firefox 3.0.15 > Reporter: Rita Bijlsma > Attachments: bug_save_as_weird_default_name.png > > > In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: > Download (or right click and choose "Save as..".htm > This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. > I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 09:34:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 09:34:22 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3542) Incorrect default filename for downloading when exporting node in web console In-Reply-To: <5770042.36541260897900379.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <10337889.37411260952440385.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3542: ---------------------------------- Summary: Incorrect default filename for downloading when exporting node in web console (was: Weird and disturbing default filename for downloading when exporting node in web console) Description: Just after login: In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: Download (or right click and choose "Save as..".htm This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. was: In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: Download (or right click and choose "Save as..".htm This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. Note that when I cancel the export and do it again, the filename is correct. When I logout, empty my cache and login, the incorrect filename occurs again. > Incorrect default filename for downloading when exporting node in web console > ----------------------------------------------------------------------------- > > Key: HREPTWO-3542 > URL: http://issues.onehippo.com/browse/HREPTWO-3542 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Firefox 3.0.15 > Reporter: Rita Bijlsma > Attachments: bug_save_as_weird_default_name.png > > > Just after login: > In the console when exporting the node content/documents/docs and right clicking for 'save as' and then clicking 'save link as', I get the following string as the default filename: > Download (or right click and choose "Save as..".htm > This looks like a bug, so I fear that I will not get the correct file, especially because the extension is .htm instead of .xml. > I compared a file downloaded like this with a file downloaded directly and they are actually the same. Furthermore, a download of a single document did not show this problem, the default filename was just the name of the document with .xml after it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 10:02:00 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 16 10:02:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3544) Run cms editor in a portlet Message-ID: <33289763.38021260954120329.JavaMail.jira@jira.vm.castaserver.com> Run cms editor in a portlet --------------------------- Key: HREPTWO-3544 URL: http://issues.onehippo.com/browse/HREPTWO-3544 Project: Hippo Repository 2 Issue Type: New Feature Reporter: Frank van Lankvelt Assignee: Frank van Lankvelt Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 10:10:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 10:10:25 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3541) Empty requests In-Reply-To: <6100467.36401260896880273.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <23396379.38221260954600424.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77703#action_77703 ] Rita Bijlsma commented on HREPTWO-3541: --------------------------------------- I published the document 'hst config editor' and the request still remains in the todo list. The request child node of the document also still exists and can not be deleted. Even AFTER the parent has been checkout, there is an error message about not being able to delete a node whose parent is checked in: * Cannot remove a child of a checked-in node: node /content/documents/docs/cms/documentation/upgrading/7.1 to 7.2/hst config editor/hippo:request Delete /content/documents/docs/cms/documentation/upgrading/7.1 to 7.2/hst config editor/hippo:request > Empty requests > -------------- > > Key: HREPTWO-3541 > URL: http://issues.onehippo.com/browse/HREPTWO-3541 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04, r2.10.00 > Environment: Found in 2.09.04. Frank says that nothing about the todo list has changed in 2.10.00 since 2.09.04, so it must also hold for 2.10.00 > Reporter: Rita Bijlsma > Priority: High > Attachments: bug_empty_requests.png, bug_no_requests.png, hippo_log.xml, hst config editor.xml > > > As editor I had two documents in my todo list without any information about what was requested, see screenshot. Clicking on the first document got me there. On the document, there where no requests for accepting or rejecting, see other screenshot. In the console, the document did have a hippo:request node but it was empty. It only contained: > Types > * Primary: hippo:request > * Mixin: > Properties > Mixin Types > And then the list of all possible mixins, of which none was selected. > The document was: cms/documentation/upgrading/7.1 to 7.2/hst config editor It was written by Frank and he thinks he requested it to be published and that Stephan published it. However, it is now unpublished. The hippostd:stateSummary = new. > I added an export of the document and of the hippo logs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 10:15:34 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 10:15:38 2009 Subject: [HippoRepos-dev] [21089] hippo-ecm: HREPTWO-3533 support on jcr: primaryType faceted navigation + code clean up Message-ID: <20091216091537.6E031C19B@svnnew.onehippo.org> Revision: 21089 Author: aschrijvers Date: 2009-12-16 10:15:27 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3533 support on jcr:primaryType faceted navigation + code clean up Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/CachingFacetResultCollector.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -256,7 +256,7 @@ timestamp = System.currentTimeMillis(); } collector = new FacetResultCollector(indexReader, new String(propertyName), (facet != null ? resultset.get(facet) : null), - hitsRequested, nsMappings); + hitsRequested); searcher.search(searchQuery,authorizationFilter, collector); @@ -277,7 +277,7 @@ if (log.isDebugEnabled()) { timestamp = System.currentTimeMillis(); } - collector = new FacetResultCollector(indexReader, null, null, hitsRequested, nsMappings); + collector = new FacetResultCollector(indexReader, null, null, hitsRequested); searcher.search(searchQuery, authorizationFilter, collector); if (log.isDebugEnabled()) { log.debug("lucene query with collector took: \t" + (System.currentTimeMillis() - timestamp) Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -233,7 +233,7 @@ collector = new FacetResultCollector(indexReader, new String(propertyName), (facet != null ? resultset.get(facet) : null), - hitsRequested, nsMappings); + hitsRequested); searcher.search(searchQuery, collector); // set the numHits value if(!hitsRequested.isCountOnlyForFacetExists()) { @@ -247,7 +247,7 @@ if (log.isDebugEnabled()) { timestamp = System.currentTimeMillis(); } - collector = new FacetResultCollector(indexReader, null, null, hitsRequested, nsMappings); + collector = new FacetResultCollector(indexReader, null, null, hitsRequested); searcher.search(searchQuery, collector); if (log.isDebugEnabled()) { log.debug("lucene query with collector took: \t" + (System.currentTimeMillis() - timestamp) Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/CachingFacetResultCollector.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/CachingFacetResultCollector.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/CachingFacetResultCollector.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -55,7 +55,7 @@ this.reader = reader; try { - this.internalName = ServicingNameFormat.getInternalFacetName(facet, nsMappings); + this.internalName = ServicingNameFormat.getInternalFacetName(facet); } catch (Exception ex) { System.err.println(ex.getMessage()); ex.printStackTrace(System.err); Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -15,9 +15,7 @@ */ package org.hippoecm.repository.query.lucene; -import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; -import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.commons.name.NameFactoryImpl; import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -21,7 +21,6 @@ import org.apache.jackrabbit.core.NodeId; import org.apache.jackrabbit.core.query.lucene.FieldNames; -import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.document.FieldSelector; @@ -45,11 +44,11 @@ private int offset; private int limit; - public FacetResultCollector(IndexReader reader, String facet, Map facetMap, HitsRequested hitsRequested, NamespaceMappings nsMappings) { + public FacetResultCollector(IndexReader reader, String facet, Map facetMap, HitsRequested hitsRequested) { this.reader = reader; if (facet != null) { try { - this.internalName = ServicingNameFormat.getInternalFacetName(facet, nsMappings); + this.internalName = ServicingNameFormat.getInternalFacetName(facet); } catch (Exception ex) { System.err.println(ex.getMessage()); ex.printStackTrace(System.err); @@ -87,6 +86,7 @@ } if (facetMap != null) { final TermFreqVector tfv = reader.getTermFreqVector(docid, internalName); + if (tfv != null) { numhits++; for (int i = 0; i < tfv.getTermFrequencies().length; i++) { Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -16,10 +16,7 @@ package org.hippoecm.repository.query.lucene; import java.util.List; -import java.util.Map; -import javax.jcr.NamespaceException; - import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.spi.Path.Element; @@ -76,7 +73,7 @@ * TODO HREPTWO-652 : when lucene 2.3.x or higher is used, replace wildcardquery * below with FixedScoreTermQuery without wildcard, and use payload to get the type */ - String internalName = ServicingNameFormat.getInternalFacetName(new String(propertyName), nsMappings); + String internalName = ServicingNameFormat.getInternalFacetName(new String(propertyName)); wq = new WildcardQuery(new Term(internalName, keyValue.getValue() + "?")); } @@ -87,9 +84,7 @@ } } catch (IllegalNameException e) { log.error(e.toString()); - } catch (NamespaceException e) { - log.error(e.toString()); - } + } } } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -36,12 +36,17 @@ This may be combined with other terms with a {@link BooleanQuery}. */ public class FixedScoreTermQuery extends Query { + + private static final long serialVersionUID = 1L; + @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; private Term term; private class FixedScoreTermWeight implements Weight { + + private static final long serialVersionUID = 1L; private Similarity similarity; private float value; Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -36,7 +36,7 @@ return internalName; } - public static String getInternalFacetName(String facet, NamespaceMappings nsMappings) throws IllegalNameException, NamespaceException { + public static String getInternalFacetName(String facet) { String internalName = facet; int idx = internalName.indexOf(':'); internalName = internalName.substring(0,idx+1) + ServicingFieldNames.HIPPO_FACET + internalName.substring(idx+1); Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-15 23:34:02 UTC (rev 21088) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-16 09:15:27 UTC (rev 21089) @@ -97,6 +97,8 @@ // plus index our facet specifics // TODO : only index facets for hippo:document + subtypes + + try { if (node.getParentId() != null) { // skip root node @@ -202,6 +204,7 @@ // below: When the QName is configured to be a facet, also index like one private void addFacetValue(Document doc, InternalValue value, String fieldName, Name name) { + switch (value.getType()) { case PropertyType.BINARY: // never facet; @@ -243,6 +246,13 @@ } else if (name.equals(NameConstants.JCR_MIXINTYPES)) { indexNodeTypeNameFacet(doc, ServicingFieldNames.HIPPO_MIXINTYPE, value.getQName()); } + try { + // nodename in format: nsprefix:localname + String primaryNodeName = queryHandlerContext.getNamespaceRegistry().getPrefix(value.getQName().getNamespaceURI()) + ":" + value.getQName().getLocalName(); + indexFacet(doc, fieldName, primaryNodeName + FacetTypeConstants.STRING_POSTFIX); + } catch (NamespaceException e) { + log.error("Could not get primaryNodeName in format nsprefix:localname for '{}'", value.getQName()); + } break; default: throw new IllegalArgumentException("illegal internal value type"); @@ -301,9 +311,8 @@ private void indexFacet(Document doc, String fieldName, String value) { doc.add(new Field(ServicingFieldNames.FACET_PROPERTIES_SET, fieldName, Field.Store.NO, Field.Index.NO_NORMS, Field.TermVector.NO)); - int idx = fieldName.indexOf(':'); - fieldName = fieldName.substring(0, idx + 1) + ServicingFieldNames.HIPPO_FACET + fieldName.substring(idx + 1); - doc.add(new Field(fieldName, value, Field.Store.NO, Field.Index.NO_NORMS, Field.TermVector.YES)); + String internalFacetName = ServicingNameFormat.getInternalFacetName(fieldName); + doc.add(new Field(internalFacetName, value, Field.Store.NO, Field.Index.NO_NORMS, Field.TermVector.YES)); } protected void indexNodeTypeNameFacet(Document doc, String fieldName, Object internalValue) { From svn-logs at hippocms.org Wed Dec 16 10:24:08 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 10:24:10 2009 Subject: [HippoRepos-dev] [21090] hippo-ecm: HREPTWO-3533 and add unit test for faceted navigation on primary nodetype Message-ID: <20091216092408.B2785C971@svnnew.onehippo.org> Revision: 21090 Author: aschrijvers Date: 2009-12-16 10:24:07 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3533 and add unit test for faceted navigation on primary nodetype Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 09:15:27 UTC (rev 21089) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 09:24:07 UTC (rev 21090) @@ -53,10 +53,10 @@ Node testNode = session.getRootNode().getNode("test"); createSimpleStructure1(testNode); - createFacetNode1(testNode); + createFacetNodeSingleValues(testNode); session.save(); - Node node = session.getRootNode().getNode("test/facetnavigation/hippo:facetnavigation"); + Node node = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); assertNotNull(node); // assert some facetednavigation nodes exists assertTrue(node.hasNode("brand/peugeot/color/hippo:resultset")); @@ -89,9 +89,9 @@ commonStart(); Node testNode = session.getRootNode().getNode("test"); createSimpleStructure2(testNode); - createFacetNode2(testNode); + createFacetNodeMultiValue(testNode); session.save(); - Node node = testNode.getNode("facetnavigation/hippo:multivaluenavigation"); + Node node = testNode.getNode("facetnavigation/hippo:navigation"); assertNotNull(node); // assert some facetednavigation nodes exists (note, only one multivalued property) @@ -114,11 +114,11 @@ commonStart(); Node testNode = session.getRootNode().getNode("test"); createSimpleStructure1(testNode); - createFacetNode1(testNode); + createFacetNodeSingleValues(testNode); session.save(); - Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:facetnavigation"); + Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); // without filter: assertNotNull(navigation.getNode("brand")); @@ -149,9 +149,9 @@ // with filter now: assertNotNull(testNode.getNode("filtered")); - assertNotNull(testNode.getNode("filtered/hippo:facetnavigation")); + assertNotNull(testNode.getNode("filtered/hippo:navigation")); - Node filteredNavigation = testNode.getNode("filtered/hippo:facetnavigation"); + Node filteredNavigation = testNode.getNode("filtered/hippo:navigation"); assertNotNull(filteredNavigation.getNode("brand")); // after filter, only 2 results here! assertEquals(2L,filteredNavigation.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); @@ -169,6 +169,34 @@ } + + @Test + public void testFacetsOnNodeType() throws RepositoryException, IOException { + commonStart(); + + Node testNode = session.getRootNode().getNode("test"); + createSimpleStructure1(testNode); + createFacetNodeWithPrimaryType(testNode); + session.save(); + + Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); + + // the brand count: + assertNotNull(navigation.getNode("brand")); + assertEquals(4L,navigation.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + + // the primary node type counts: note, that there are 5 cars, onyly 4 of them having a brand, hence, 5L hippo:testdocument's + + assertNotNull(navigation.getNode("jcr:primaryType")); + assertEquals(5L,navigation.getNode("jcr:primaryType").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(5L,navigation.getNode("jcr:primaryType/hippo:testdocument").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + + assertNotNull(navigation.getNode("brand/peugeot/jcr:primaryType/hippo:testdocument")); + assertEquals(2L,navigation.getNode("brand/peugeot/jcr:primaryType/hippo:testdocument").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + + session.save(); + } + private void commonStart() throws RepositoryException{ session.getRootNode().addNode("test"); session.save(); @@ -260,19 +288,27 @@ car.setProperty("tags", tags2); } - private void createFacetNode1(Node node) throws RepositoryException { + private void createFacetNodeSingleValues(Node node) throws RepositoryException { node = node.addNode("facetnavigation"); node.addMixin("mix:referenceable"); - node = node.addNode("hippo:facetnavigation", HippoNodeType.NT_FACETNAVIGATION); + node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "brand", "color", "product" }); } - private void createFacetNode2(Node node) throws RepositoryException { + private void createFacetNodeMultiValue(Node node) throws RepositoryException { node = node.addNode("facetnavigation"); - node = node.addNode("hippo:multivaluenavigation", HippoNodeType.NT_FACETNAVIGATION); + node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "tags"}); } + + private void createFacetNodeWithPrimaryType(Node node) throws RepositoryException { + node = node.addNode("facetnavigation"); + node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); + node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); + node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "jcr:primaryType", "brand"}); + //node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] {"brand"}); + } } From helpdesk at onehippo.com Wed Dec 16 10:31:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 10:31:22 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3541) Empty requests In-Reply-To: <6100467.36401260896880273.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <942400.38671260955860454.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3541: ---------------------------------- Attachment: prepare production upgrade.xml The document 'prepare production upgrade', also in /content/documents/docs/cms/documentation/upgrading/7.1 to 7.2/, also has an empty request node, but it was published, not unpublished. However, someone may have published it after the problem occurred. > Empty requests > -------------- > > Key: HREPTWO-3541 > URL: http://issues.onehippo.com/browse/HREPTWO-3541 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04, r2.10.00 > Environment: Found in 2.09.04. Frank says that nothing about the todo list has changed in 2.10.00 since 2.09.04, so it must also hold for 2.10.00 > Reporter: Rita Bijlsma > Priority: High > Attachments: bug_empty_requests.png, bug_no_requests.png, hippo_log.xml, hst config editor.xml, prepare production upgrade.xml > > > As editor I had two documents in my todo list without any information about what was requested, see screenshot. Clicking on the first document got me there. On the document, there where no requests for accepting or rejecting, see other screenshot. In the console, the document did have a hippo:request node but it was empty. It only contained: > Types > * Primary: hippo:request > * Mixin: > Properties > Mixin Types > And then the list of all possible mixins, of which none was selected. > The document was: cms/documentation/upgrading/7.1 to 7.2/hst config editor It was written by Frank and he thinks he requested it to be published and that Stephan published it. However, it is now unpublished. The hippostd:stateSummary = new. > I added an export of the document and of the hippo logs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 10:35:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 10:35:26 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3541) Empty requests In-Reply-To: <6100467.36401260896880273.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <8697307.38821260956100366.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77721#action_77721 ] Rita Bijlsma commented on HREPTWO-3541: --------------------------------------- The incorrect, empty request node of the 'prepare production upgrade' could succesfully be deleted. This time I did not try to delete first, but checked out the parent first. Then deleting was successful. With the other request node, I first tried deleting, then got reminded about checking out, then checkout the parent, then tried deleting again and then that failed, as if the checkout of the parent had not occurred. > Empty requests > -------------- > > Key: HREPTWO-3541 > URL: http://issues.onehippo.com/browse/HREPTWO-3541 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04, r2.10.00 > Environment: Found in 2.09.04. Frank says that nothing about the todo list has changed in 2.10.00 since 2.09.04, so it must also hold for 2.10.00 > Reporter: Rita Bijlsma > Priority: High > Attachments: bug_empty_requests.png, bug_no_requests.png, hippo_log.xml, hst config editor.xml, prepare production upgrade.xml > > > As editor I had two documents in my todo list without any information about what was requested, see screenshot. Clicking on the first document got me there. On the document, there where no requests for accepting or rejecting, see other screenshot. In the console, the document did have a hippo:request node but it was empty. It only contained: > Types > * Primary: hippo:request > * Mixin: > Properties > Mixin Types > And then the list of all possible mixins, of which none was selected. > The document was: cms/documentation/upgrading/7.1 to 7.2/hst config editor It was written by Frank and he thinks he requested it to be published and that Stephan published it. However, it is now unpublished. The hippostd:stateSummary = new. > I added an export of the document and of the hippo logs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 11:36:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 11:36:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3545) While copying, document picker allows selecting a document, which is ignored Message-ID: <15857855.39801260959760407.JavaMail.jira@jira.vm.castaserver.com> While copying, document picker allows selecting a document, which is ignored ---------------------------------------------------------------------------- Key: HREPTWO-3545 URL: http://issues.onehippo.com/browse/HREPTWO-3545 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Rita Bijlsma I have a tab with an unpublished document. I click to copy the document. The document picker appears I go to the tree to select the folder to put the copy in I notice that I can select a document: the OK button is active and the document gets selected (yellow background). I click OK to do the copy. The selected document is ignored: not overwritten or anything. The document is copied to the folder selected with the filename given in the inputfield in the left-down corner, quite as espected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 11:39:22 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 16 11:39:24 2009 Subject: [HippoRepos-dev] [21091] hippo-ecm/trunk: HREPTWO-3544: make editor usable from portal Message-ID: <20091216103922.1D485C971@svnnew.onehippo.org> Revision: 21091 Author: fvlankvelt Date: 2009-12-16 11:39:20 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3544: make editor usable from portal - the editor (manager) is now aware of its model type - an editor context contains the callbacks that an editor should invoke to an editor manager implementation Editor managers are responsible for invoking the refresh() method on the editors. This is necessary since the editor may need to be closed. - the editor implementations and factory have been moved to the editor frontend project; the cms editor is reduced to the editor manager. - a special portlet-wireframe has been introduced that doesn't assume that the root is bound to the document body Modified Paths: -------------- hippo-ecm/trunk/addon/cms/edit/pom.xml hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/BrowserObserver.java hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorManagerPlugin.java hippo-ecm/trunk/addon/xinha/webResources/xinha/plugins/AutoSave/AutoSave.js hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager-debug.js hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager.js hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/Main.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/PluginConfigFactory.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditor.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditorManager.java Added Paths: ----------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor$EditorWrapper.html hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/DefaultCmsEditor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/EditorFactory.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/HippostdPublishableEditor.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/IEditorContext.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/TemplateTypeEditor.java Removed Paths: ------------- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor$EditorWrapper.html hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor.java hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/DefaultCmsEditor.java hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorFactory.java hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/HippostdPublishableEditor.java hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/TemplateTypeEditor.java Modified: hippo-ecm/trunk/addon/cms/edit/pom.xml =================================================================== --- hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/pom.xml 2009-12-16 10:39:20 UTC (rev 21091) @@ -46,6 +46,12 @@ provided + org.hippoecm + hippo-ecm-addon-editor-frontend + 2.11.00-SNAPSHOT + provided + + org.slf4j slf4j-api provided Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor$EditorWrapper.html =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor$EditorWrapper.html 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor$EditorWrapper.html 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,20 +0,0 @@ - - - -
[ EDITOR HERE ]
-
- Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,335 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.plugins.cms.edit; - -import java.util.IdentityHashMap; -import java.util.List; -import java.util.Map; - -import org.apache.wicket.IClusterable; -import org.apache.wicket.model.IDetachable; -import org.apache.wicket.model.IModel; -import org.hippoecm.frontend.model.ModelReference; -import org.hippoecm.frontend.plugin.IClusterControl; -import org.hippoecm.frontend.plugin.IPluginContext; -import org.hippoecm.frontend.plugin.config.IClusterConfig; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.plugin.config.IPluginConfigService; -import org.hippoecm.frontend.plugin.config.impl.JavaPluginConfig; -import org.hippoecm.frontend.service.EditorException; -import org.hippoecm.frontend.service.IEditor; -import org.hippoecm.frontend.service.IEditorFilter; -import org.hippoecm.frontend.service.IFocusListener; -import org.hippoecm.frontend.service.IRenderService; -import org.hippoecm.frontend.service.ServiceContext; -import org.hippoecm.frontend.service.ServiceTracker; -import org.hippoecm.frontend.service.render.RenderService; - -class AbstractCmsEditor implements IEditor, IDetachable { - private static final long serialVersionUID = 1L; - - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static int editorCount = 0; - - private class EditorWrapper extends RenderService { - private static final long serialVersionUID = 1L; - - public EditorWrapper(IPluginContext context, IPluginConfig properties) { - super(new ServiceContext(context), properties); - - addExtensionPoint("editor"); - } - - @Override - protected ExtensionPoint createExtensionPoint(String extension) { - return new Editor(extension); - } - - protected String getServiceId() { - return getPluginContext().getReference(this).getServiceId(); - } - - void dispose() { - ((ServiceContext) getPluginContext()).stop(); - } - - // forward - - protected class Forwarder extends ServiceTracker { - private static final long serialVersionUID = 1L; - - public Forwarder() { - super(IClusterable.class); - } - - @Override - protected void onServiceAdded(IClusterable service, String name) { - getPluginContext().registerService(service, getServiceId()); - } - - @Override - protected void onRemoveService(IClusterable service, String name) { - getPluginContext().unregisterService(service, getServiceId()); - } - } - - protected class Editor extends ExtensionPoint { - private static final long serialVersionUID = 1L; - - private int count = 0; - private Forwarder forwarder; - - protected Editor(String extension) { - super(extension); - } - - @Override - public void onServiceAdded(IRenderService service, String name) { - super.onServiceAdded(service, name); - count++; - if (forwarder == null) { - String rendererServiceId = context.getReference(service).getServiceId(); - forwarder = new Forwarder(); - getPluginContext().registerTracker(forwarder, rendererServiceId); - } - } - - @Override - public void onRemoveService(IRenderService service, String name) { - if (--count == 0) { - String rendererServiceId = context.getReference(service).getServiceId(); - getPluginContext().unregisterTracker(forwarder, rendererServiceId); - forwarder = null; - } - super.onRemoveService(service, name); - } - } - - } - - private EditorManagerPlugin manager; - private T model; - private IPluginContext context; - private IPluginConfig config; - - private IClusterControl cluster; - private EditorWrapper renderer; - private ModelReference modelService; - private IFocusListener focusListener; - private String editorId; - private String wicketId; - private Mode mode; - - AbstractCmsEditor(final EditorManagerPlugin manager, IPluginContext context, IPluginConfig config, T model, - Mode mode) throws CmsEditorException { - this.manager = manager; - this.model = model; - this.context = context; - this.config = config; - this.mode = mode; - - IPluginConfig previewConfig = config.getPluginConfig("cluster.preview.options"); - IPluginConfig editConfig = config.getPluginConfig("cluster.edit.options"); - if (!previewConfig.getString(RenderService.WICKET_ID).equals(editConfig.getString(RenderService.WICKET_ID))) { - throw new CmsEditorException("preview and edit clusters have different wicket.id values"); - } - - editorId = getClass().getName() + "." + (editorCount++); - wicketId = editConfig.getString(RenderService.WICKET_ID); - JavaPluginConfig renderConfig = new JavaPluginConfig(); - renderConfig.put(RenderService.WICKET_ID, wicketId); - renderConfig.put("editor", editorId); - renderer = new EditorWrapper(context, renderConfig); - } - - public Mode getMode() { - return mode; - } - - public void setMode(Mode mode) throws EditorException { - if (mode != this.mode && cluster != null) { - stop(); - this.mode = mode; - try { - start(); - } catch (CmsEditorException ex) { - throw new EditorException("failed to restart editor", ex); - } - } else { - this.mode = mode; - } - } - - public T getModel() { - return model; - } - - public void close() throws EditorException { - if (context.getReference(this) != null) { - Map filterContexts = preClose(); - - stop(); - - onClose(); - - postClose(filterContexts); - } - manager.onClose(this); - } - - protected Map preClose() throws EditorException { - List filters = context.getServices(context.getReference(this).getServiceId(), - IEditorFilter.class); - IdentityHashMap filterContexts = new IdentityHashMap(); - for (IEditorFilter filter : filters) { - Object filterContext = filter.preClose(); - if (filterContext == null) { - throw new EditorException("Close operation cancelled by filter"); - } - filterContexts.put(filter, filterContext); - } - return filterContexts; - } - - protected void postClose(Map contexts) { - for (Map.Entry entry : contexts.entrySet()) { - entry.getKey().postClose(entry.getValue()); - } - } - - protected IPluginContext getPluginContext() { - return context; - } - - protected IPluginConfig getPluginConfig() { - return config; - } - - protected T getEditorModel() { - return model; - } - - protected void start() throws CmsEditorException { - String clusterName; - IPluginConfig parameters; - switch (mode) { - case EDIT: - clusterName = config.getString("cluster.edit.name"); - parameters = config.getPluginConfig("cluster.edit.options"); - break; - case VIEW: - default: - clusterName = config.getString("cluster.preview.name"); - parameters = config.getPluginConfig("cluster.preview.options"); - break; - } - JavaPluginConfig editorConfig = new JavaPluginConfig(parameters); - editorConfig.put("wicket.id", editorId); - - IPluginConfigService pluginConfigService = context.getService(IPluginConfigService.class.getName(), - IPluginConfigService.class); - IClusterConfig clusterConfig = pluginConfigService.getCluster(clusterName); - if (clusterConfig == null) { - throw new CmsEditorException("No cluster found with name " + clusterName); - } - - cluster = context.newCluster(clusterConfig, editorConfig); - IClusterConfig decorated = cluster.getClusterConfig(); - - String modelId = decorated.getString(RenderService.MODEL_ID); - modelService = new ModelReference(modelId, getEditorModel()); - modelService.init(context); - - String editorId = decorated.getString("editor.id"); - context.registerService(this, editorId); - context.registerService(manager, editorId); - - cluster.start(); - - IRenderService renderer = context - .getService(decorated.getString(RenderService.WICKET_ID), IRenderService.class); - if (renderer == null) { - cluster.stop(); - context.unregisterService(this, editorId); - context.unregisterService(manager, editorId); - modelService.destroy(); - throw new CmsEditorException("No IRenderService found"); - } - - String renderId = getRendererServiceId(); - - // attach self to renderer, so that other plugins can close us - context.registerService(this, renderId); - - // observe focus events, those need to be synchronized with the active model of the editor manager - focusListener = new IFocusListener() { - private static final long serialVersionUID = 1L; - - public void onFocus(IRenderService renderService) { - if (!manager.active) { - manager.active = true; - manager.onFocus(AbstractCmsEditor.this); - manager.active = false; - } - } - - }; - context.registerService(focusListener, renderId); - } - - protected void stop() { - String renderId = getRendererServiceId(); - context.unregisterService(focusListener, renderId); - context.unregisterService(this, renderId); - - cluster.stop(); - - String editorId = cluster.getClusterConfig().getString("editor.id"); - context.unregisterService(manager, editorId); - context.unregisterService(this, editorId); - - modelService.destroy(); - - cluster = null; - modelService = null; - focusListener = null; - } - - protected String getRendererServiceId() { - return context.getReference(renderer).getServiceId(); - } - - protected void onClose() { - renderer.dispose(); - renderer = null; - } - - void refresh() { - } - - void focus() { - if (renderer != null) { - renderer.focus(null); - } - } - - public void detach() { - model.detach(); - } - -} Modified: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/BrowserObserver.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/BrowserObserver.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/BrowserObserver.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -32,6 +32,7 @@ import org.hippoecm.frontend.model.event.IObserver; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.IEditor; import org.hippoecm.frontend.service.ServiceException; import org.hippoecm.frontend.service.render.RenderService; import org.hippoecm.repository.api.HippoNode; @@ -100,7 +101,7 @@ try { IModel nodeModel = getEditorModel(modelReference.getModel()); if (nodeModel != null && nodeModel.getObject() != null) { - AbstractCmsEditor editor = editorMgr.getEditor(nodeModel); + IEditor editor = editorMgr.getEditor(nodeModel); if (editor == null) { editor = editorMgr.openPreview(nodeModel); } Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/DefaultCmsEditor.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/DefaultCmsEditor.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/DefaultCmsEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,89 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.plugins.cms.edit; - -import javax.jcr.Node; -import javax.jcr.RepositoryException; - -import org.hippoecm.repository.api.HippoNodeType; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.plugin.IPluginContext; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.service.EditorException; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -class DefaultCmsEditor extends AbstractCmsEditor { - private static final long serialVersionUID = 1L; - - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final Logger log = LoggerFactory.getLogger(DefaultCmsEditor.class); - - DefaultCmsEditor(EditorManagerPlugin manager, IPluginContext context, IPluginConfig config, JcrNodeModel model, - Mode mode) throws CmsEditorException { - super(manager, context, config, model, mode); - - Node node = model.getNode(); - if (node != null) { - try { - if (node.isNodeType("nt:version") && Mode.EDIT == mode) { - throw new CmsEditorException("Cannot edit version"); - } - } catch (RepositoryException e) { - throw new CmsEditorException("Error determining node type", e); - } - } - } - - @Override - protected JcrNodeModel getEditorModel() { - JcrNodeModel model = super.getEditorModel(); - try { - Node node = model.getNode(); - if (node.isNodeType(HippoNodeType.NT_HANDLE)) { - if (node.hasNode(node.getName())) { - return new JcrNodeModel(node.getNode(node.getName())); - } else { - return null; - } - } else if (node.isNodeType("nt:version")) { - return new JcrNodeModel(node.getNode("jcr:frozenNode")); - } else { - return model; - } - } catch (RepositoryException ex) { - log.warn("cannot obtain proper editable document from handle", ex); - return null; - } - } - - @Override - void refresh() { - JcrNodeModel nodeModel = (JcrNodeModel) getModel(); - - // close editor if model no longer exists - if (!nodeModel.getItemModel().exists()) { - try { - close(); - } catch (EditorException ex) { - log.warn("failed to close editor for non-existing document"); - } - } - } - -} Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorFactory.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorFactory.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorFactory.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,69 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.plugins.cms.edit; - -import javax.jcr.Node; -import javax.jcr.RepositoryException; - -import org.apache.wicket.IClusterable; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.plugin.IPluginContext; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.service.IEditor; -import org.hippoecm.repository.HippoStdNodeType; -import org.hippoecm.repository.api.HippoNodeType; - -public class EditorFactory implements IClusterable { - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final long serialVersionUID = 1L; - - private IPluginConfig config; - private IPluginContext context; - private EditorManagerPlugin manager; - - public EditorFactory(EditorManagerPlugin manager, IPluginContext context, IPluginConfig config) { - this.manager = manager; - this.context = context; - this.config = config; - } - - public AbstractCmsEditor newEditor(final JcrNodeModel nodeModel, IEditor.Mode mode) throws CmsEditorException { - Node node = nodeModel.getNode(); - try { - if (node.isNodeType(HippoNodeType.NT_HANDLE)) { - if (node.hasNode(node.getName())) { - Node doc = node.getNode(node.getName()); - if (doc.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) { - return new HippostdPublishableEditor(manager, context, config, nodeModel); - } else { - return new DefaultCmsEditor(manager, context, config, nodeModel, mode); - } - } else { - throw new CmsEditorException("Document has been deleted"); - } - } else if (node.isNodeType(HippoNodeType.NT_TEMPLATETYPE)) { - return new TemplateTypeEditor(manager, context, config, nodeModel, mode); - } else { - return new DefaultCmsEditor(manager, context, config, nodeModel, mode); - } - } catch (RepositoryException e) { - throw new CmsEditorException("Could not determine type of editor required", e); - } - } - -} Modified: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorManagerPlugin.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorManagerPlugin.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorManagerPlugin.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -24,11 +24,14 @@ import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.editor.EditorFactory; +import org.hippoecm.frontend.editor.IEditorContext; import org.hippoecm.frontend.model.JcrNodeModel; import org.hippoecm.frontend.model.event.IRefreshable; import org.hippoecm.frontend.plugin.IPluginContext; import org.hippoecm.frontend.plugin.Plugin; import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.EditorException; import org.hippoecm.frontend.service.IEditor; import org.hippoecm.frontend.service.IEditorManager; import org.hippoecm.frontend.service.ServiceException; @@ -47,16 +50,16 @@ private EditorFactory editorFactory; private BrowserObserver browser; - private List> editors; - transient boolean active = false; + private List> editors; + private transient boolean active = false; public EditorManagerPlugin(final IPluginContext context, final IPluginConfig config) { super(context, config); - editorFactory = new EditorFactory(this, context, config); + editorFactory = new EditorFactory(context, config); browser = new BrowserObserver(this, context, config); - editors = new LinkedList>(); + editors = new LinkedList>(); context.registerService(this, IRefreshable.class.getName()); // register editor @@ -65,18 +68,19 @@ public void detach() { browser.detach(); - for (AbstractCmsEditor editor : editors) { - editor.detach(); + for (IEditor editor : editors) { + if (editor instanceof IDetachable) { + ((IDetachable) editor).detach(); + } } } - @SuppressWarnings("unchecked") - public AbstractCmsEditor getEditor(IModel model) { + public IEditor getEditor(IModel model) { if (model instanceof JcrNodeModel) { JcrNodeModel editModel = getEditorModel((JcrNodeModel) model); - for (IEditor editor : editors) { + for (IEditor editor : editors) { if (editor.getModel().equals(editModel)) { - return (AbstractCmsEditor) editor; + return editor; } } } else { @@ -85,7 +89,7 @@ return null; } - public AbstractCmsEditor openEditor(IModel model) throws ServiceException { + public IEditor openEditor(IModel model) throws ServiceException { if (active) { throw new ServiceException("Cannot create editors recursively"); } @@ -103,7 +107,7 @@ } } - public AbstractCmsEditor openPreview(IModel model) throws ServiceException { + public IEditor openPreview(IModel model) throws ServiceException { JcrNodeModel nodeModel = getEditorModel((JcrNodeModel) model); checkEditorDoesNotExist(nodeModel); @@ -119,18 +123,31 @@ } } - protected AbstractCmsEditor createEditor(JcrNodeModel model, IEditor.Mode mode) + protected IEditor createEditor(final IModel model, IEditor.Mode mode) throws ServiceException { try { - AbstractCmsEditor editor = editorFactory.newEditor(model, mode); - editor.start(); + IEditor editor = editorFactory.newEditor(new IEditorContext() { + public IEditorManager getEditorManager() { + return EditorManagerPlugin.this; + } + + public void onClose() { + EditorManagerPlugin.this.onClose(model); + } + + public void onFocus() { + EditorManagerPlugin.this.onFocus(model); + } + + }, model, mode); + editors.add(editor); editor.focus(); - onFocus(editor); + focusBrowser(model); return editor; - } catch (CmsEditorException ex) { + } catch (EditorException ex) { log.error(ex.getMessage()); throw new ServiceException("Initialization failed", ex); } @@ -140,11 +157,13 @@ public void refresh() { active = true; try { - List> copy = new LinkedList>(editors); - Iterator> iter = copy.iterator(); + List> copy = new LinkedList>(editors); + Iterator> iter = copy.iterator(); while (iter.hasNext()) { - AbstractCmsEditor editor = iter.next(); - editor.refresh(); + IEditor editor = iter.next(); + if (editor instanceof IRefreshable) { + ((IRefreshable) editor).refresh(); + } } } finally { active = false; @@ -153,22 +172,27 @@ // callback methods for editor events - void onFocus(AbstractCmsEditor editor) { - if (editor.getModel() instanceof JcrNodeModel) { - JcrNodeModel nodeModel = (JcrNodeModel) editor.getModel(); - browser.setModel(nodeModel); + void onFocus(IModel model) { + if (!active) { + active = true; + try { + focusBrowser(model); + } finally { + active = false; + } } } - void onClose(AbstractCmsEditor editor) { - if (editor.getModel() instanceof JcrNodeModel) { - JcrNodeModel model = (JcrNodeModel) editor.getModel(); - if (model != null) { - // cleanup internals - editors.remove(editor); - if (editors.size() == 0 && model.equals(browser.getModel())) { - browser.setModel(new JcrNodeModel((Node) null)); - } + private void focusBrowser(IModel nodeModel) { + browser.setModel((JcrNodeModel) nodeModel); + } + + void onClose(IModel model) { + if (model != null) { + // cleanup internals + editors.remove(getEditor(model)); + if (editors.size() == 0 && model.equals(browser.getModel())) { + browser.setModel(new JcrNodeModel((Node) null)); } } } @@ -186,4 +210,5 @@ } return nodeModel; } + } Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/HippostdPublishableEditor.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/HippostdPublishableEditor.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/HippostdPublishableEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,252 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.plugins.cms.edit; - -import java.rmi.RemoteException; -import java.util.Map; - -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.RepositoryException; - -import org.apache.wicket.Session; -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.plugin.IPluginContext; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.service.EditorException; -import org.hippoecm.frontend.service.IEditorFilter; -import org.hippoecm.frontend.session.UserSession; -import org.hippoecm.repository.HippoStdNodeType; -import org.hippoecm.repository.api.HippoNodeType; -import org.hippoecm.repository.api.MappingException; -import org.hippoecm.repository.api.Workflow; -import org.hippoecm.repository.api.WorkflowException; -import org.hippoecm.repository.api.WorkflowManager; -import org.hippoecm.repository.standardworkflow.EditableWorkflow; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -/** - * An editor that takes a hippo:handle for its JcrNodeModel and displays one of the variants. - * The variant documents must be of type hippostd:publishable. - *

- * Algorithm to determine what is shown: - * - * when draft exists: - * show draft in edit mode - * else: - * when unpublished exists: - * show unpublished in preview mode - * else - * show published in preview mode - * - *

- * The editor model is the variant that is shown. - */ -class HippostdPublishableEditor extends AbstractCmsEditor { - private static final long serialVersionUID = 1L; - - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final Logger log = LoggerFactory.getLogger(HippostdPublishableEditor.class); - - private JcrNodeModel editorModel; - - HippostdPublishableEditor(final EditorManagerPlugin manager, IPluginContext context, IPluginConfig config, - JcrNodeModel model) throws CmsEditorException { - super(manager, context, config, model, getMode(model)); - } - - @Override - protected JcrNodeModel getEditorModel() { - switch (getMode()) { - case EDIT: - return getDraftModel(super.getEditorModel()); - case VIEW: - default: - return getPreviewModel(super.getEditorModel()); - } - } - - @Override - public void setMode(Mode mode) throws EditorException { - JcrNodeModel editorModel = getEditorModel(); - if (mode != getMode() && editorModel != null) { - WorkflowManager wflMgr = ((UserSession) Session.get()).getWorkflowManager(); - try { - Workflow workflow = wflMgr.getWorkflow("default", editorModel.getNode()); - if (workflow instanceof EditableWorkflow) { - Map contexts = preClose(); - - stop(); - - postClose(contexts); - - try { - switch (mode) { - case EDIT: - ((EditableWorkflow) workflow).obtainEditableInstance(); - break; - case VIEW: - ((EditableWorkflow) workflow).commitEditableInstance(); - break; - } - - super.setMode(mode); - - } finally { - start(); - } - } else { - throw new EditorException("No editable workflow available"); - } - } catch (MappingException e) { - throw new EditorException("Workflow configuration error when setting editor mode", e); - } catch (RepositoryException e) { - throw new EditorException("Repository error when setting editor mode", e); - } catch (RemoteException e) { - throw new EditorException("Connection failure when setting editor mode", e); - } catch (WorkflowException e) { - throw new EditorException("Workflow error when setting editor mode", e); - } catch (CmsEditorException e) { - throw new EditorException("Could not start editor", e); - } - } - } - - @Override - protected void start() throws CmsEditorException { - super.start(); - editorModel = getEditorModel(); - } - - @Override - void refresh() { - final JcrNodeModel handle = getModel(); - - // verify that the handle exists - if (handle.getNode() == null) { - try { - close(); - } catch (EditorException ex) { - log.error("Could not close editor for removed handle"); - } - return; - } - - // verify that a document exists, i.e. the document has not been deleted - try { - Mode newMode = getMode(handle); - if (newMode != super.getMode()) { - super.setMode(newMode); - } else { - JcrNodeModel newModel = getEditorModel(); - if (!newModel.equals(editorModel)) { - stop(); - start(); - } - } - } catch (EditorException ex) { - log.error("Could not close editor for empty handle"); - } catch (CmsEditorException ex) { - try { - close(); - } catch (EditorException ex2) { - log.error("Could not close editor for empty handle"); - } - } - } - - static Mode getMode(JcrNodeModel nodeModel) throws CmsEditorException { - // select draft if it exists - JcrNodeModel draftDocument = getDraftModel(nodeModel); - if (draftDocument != null) { - return Mode.EDIT; - } - - // show preview - JcrNodeModel previewDocument = getPreviewModel(nodeModel); - if (previewDocument != null) { - return Mode.VIEW; - } - - throw new CmsEditorException("unable to find draft or unpublished variants"); - } - - static JcrNodeModel getPreviewModel(JcrNodeModel handle) { - try { - Node handleNode = handle.getNode(); - Node published = null; - if (handleNode.isNodeType(HippoNodeType.NT_HANDLE)) { - for (NodeIterator iter = handleNode.getNodes(); iter.hasNext();) { - Node child = iter.nextNode(); - if (child.getName().equals(handleNode.getName())) { - if (child.hasProperty(HippoStdNodeType.HIPPOSTD_STATE)) { - String state = child.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString(); - if (state.equals(HippoStdNodeType.UNPUBLISHED)) { - return new JcrNodeModel(child); - } else if (state.equals(HippoStdNodeType.PUBLISHED)) { - published = child; - } - } else { - published = child; - } - } - } - if (published != null) { - return new JcrNodeModel(published); - } - } else { - return handle; - } - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - return null; - } - - static JcrNodeModel getDraftModel(JcrNodeModel handle) { - String user = ((UserSession) Session.get()).getCredentials().getString("username"); - try { - Node handleNode = handle.getNode(); - if (handleNode.isNodeType(HippoNodeType.NT_HANDLE)) { - for (NodeIterator iter = handleNode.getNodes(); iter.hasNext();) { - Node child = iter.nextNode(); - if (child.getName().equals(handleNode.getName())) { - if (child.hasProperty(HippoStdNodeType.HIPPOSTD_STATE) - && child.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString().equals( - HippoStdNodeType.DRAFT) - && child.getProperty(HippoStdNodeType.HIPPOSTD_HOLDER).getString().equals(user)) { - return new JcrNodeModel(child); - } - } - } - } - } catch (RepositoryException ex) { - log.error(ex.getMessage()); - } - return null; - } - - @Override - public void detach() { - if (editorModel != null) { - editorModel.detach(); - } - super.detach(); - } -} Deleted: hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/TemplateTypeEditor.java =================================================================== --- hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/TemplateTypeEditor.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/TemplateTypeEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -1,73 +0,0 @@ -/* - * Copyright 2009 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.frontend.plugins.cms.edit; - -import javax.jcr.Node; -import javax.jcr.NodeIterator; -import javax.jcr.RepositoryException; - -import org.hippoecm.frontend.model.JcrNodeModel; -import org.hippoecm.frontend.plugin.IPluginContext; -import org.hippoecm.frontend.plugin.config.IPluginConfig; -import org.hippoecm.frontend.service.EditorException; -import org.hippoecm.repository.api.HippoNodeType; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -class TemplateTypeEditor extends AbstractCmsEditor { - private static final long serialVersionUID = 1L; - - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private static final Logger log = LoggerFactory.getLogger(TemplateTypeEditor.class); - - TemplateTypeEditor(final EditorManagerPlugin manager, IPluginContext context, IPluginConfig config, - JcrNodeModel model, Mode mode) throws CmsEditorException { - super(manager, context, config, model, mode); - } - - public void refresh() { - Node node = getModel().getNode(); - if (node == null) { - try { - close(); - } catch (EditorException e) { - log.error("Could not close editor for null node", e); - } - } - try { - if (node.hasNode(HippoNodeType.HIPPO_PROTOTYPES)) { - NodeIterator prototypes = node.getNode(HippoNodeType.HIPPO_PROTOTYPES).getNodes(); - while (prototypes.hasNext()) { - Node prototype = prototypes.nextNode(); - if (prototype.isNodeType("nt:unstructured")) { - // any mode is fine - return; - } - } - - // no draft present - setMode(Mode.VIEW); - } - } catch (EditorException e) { - log.warn("Could not set editor mode", e); - } catch (RepositoryException e) { - log.error("Error determining node type", e); - } - } - -} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor$EditorWrapper.html (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor$EditorWrapper.html) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor$EditorWrapper.html (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor$EditorWrapper.html 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,20 @@ + + + +

[ EDITOR HERE ]
+ + Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor$EditorWrapper.html ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor.java (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/AbstractCmsEditor.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/AbstractCmsEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,328 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import java.util.IdentityHashMap; +import java.util.List; +import java.util.Map; + +import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IDetachable; +import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.model.ModelReference; +import org.hippoecm.frontend.model.event.IRefreshable; +import org.hippoecm.frontend.plugin.IClusterControl; +import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugin.config.IClusterConfig; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.plugin.config.IPluginConfigService; +import org.hippoecm.frontend.plugin.config.impl.JavaPluginConfig; +import org.hippoecm.frontend.service.EditorException; +import org.hippoecm.frontend.service.IEditor; +import org.hippoecm.frontend.service.IEditorFilter; +import org.hippoecm.frontend.service.IFocusListener; +import org.hippoecm.frontend.service.IRenderService; +import org.hippoecm.frontend.service.ServiceContext; +import org.hippoecm.frontend.service.ServiceTracker; +import org.hippoecm.frontend.service.render.RenderService; + +class AbstractCmsEditor implements IEditor, IDetachable, IRefreshable { + private static final long serialVersionUID = 1L; + + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static int editorCount = 0; + + private class EditorWrapper extends RenderService { + private static final long serialVersionUID = 1L; + + public EditorWrapper(IPluginContext context, IPluginConfig properties) { + super(new ServiceContext(context), properties); + + addExtensionPoint("editor"); + } + + @Override + protected ExtensionPoint createExtensionPoint(String extension) { + return new Editor(extension); + } + + protected String getServiceId() { + return getPluginContext().getReference(this).getServiceId(); + } + + void dispose() { + ((ServiceContext) getPluginContext()).stop(); + } + + // forward + + protected class Forwarder extends ServiceTracker { + private static final long serialVersionUID = 1L; + + public Forwarder() { + super(IClusterable.class); + } + + @Override + protected void onServiceAdded(IClusterable service, String name) { + getPluginContext().registerService(service, getServiceId()); + } + + @Override + protected void onRemoveService(IClusterable service, String name) { + getPluginContext().unregisterService(service, getServiceId()); + } + } + + protected class Editor extends ExtensionPoint { + private static final long serialVersionUID = 1L; + + private int count = 0; + private Forwarder forwarder; + + protected Editor(String extension) { + super(extension); + } + + @Override + public void onServiceAdded(IRenderService service, String name) { + super.onServiceAdded(service, name); + count++; + if (forwarder == null) { + String rendererServiceId = context.getReference(service).getServiceId(); + forwarder = new Forwarder(); + getPluginContext().registerTracker(forwarder, rendererServiceId); + } + } + + @Override + public void onRemoveService(IRenderService service, String name) { + if (--count == 0) { + String rendererServiceId = context.getReference(service).getServiceId(); + getPluginContext().unregisterTracker(forwarder, rendererServiceId); + forwarder = null; + } + super.onRemoveService(service, name); + } + } + + } + + private IEditorContext editorContext; + private IModel model; + private IPluginContext context; + private IPluginConfig config; + + private IClusterControl cluster; + private EditorWrapper renderer; + private ModelReference modelService; + private IFocusListener focusListener; + private String editorId; + private String wicketId; + private Mode mode; + + AbstractCmsEditor(IEditorContext editorContext, IPluginContext context, IPluginConfig config, IModel model, + Mode mode) throws EditorException { + this.editorContext = editorContext; + this.model = model; + this.context = context; + this.config = config; + this.mode = mode; + + IPluginConfig previewConfig = config.getPluginConfig("cluster.preview.options"); + IPluginConfig editConfig = config.getPluginConfig("cluster.edit.options"); + if (!previewConfig.getString(RenderService.WICKET_ID).equals(editConfig.getString(RenderService.WICKET_ID))) { + throw new EditorException("preview and edit clusters have different wicket.id values"); + } + + editorId = getClass().getName() + "." + (editorCount++); + wicketId = editConfig.getString(RenderService.WICKET_ID); + JavaPluginConfig renderConfig = new JavaPluginConfig(); + renderConfig.put(RenderService.WICKET_ID, wicketId); + renderConfig.put("editor", editorId); + renderer = new EditorWrapper(context, renderConfig); + } + + public Mode getMode() { + return mode; + } + + public void setMode(Mode mode) throws EditorException { + if (mode != this.mode && cluster != null) { + stop(); + this.mode = mode; + start(); + } else { + this.mode = mode; + } + } + + public IModel getModel() { + return model; + } + + public void close() throws EditorException { + if (context.getReference(this) != null) { + Map filterContexts = preClose(); + + stop(); + + onClose(); + + postClose(filterContexts); + } + editorContext.onClose(); + } + + protected Map preClose() throws EditorException { + List filters = context.getServices(context.getReference(this).getServiceId(), + IEditorFilter.class); + IdentityHashMap filterContexts = new IdentityHashMap(); + for (IEditorFilter filter : filters) { + Object filterContext = filter.preClose(); + if (filterContext == null) { + throw new EditorException("Close operation cancelled by filter"); + } + filterContexts.put(filter, filterContext); + } + return filterContexts; + } + + protected void postClose(Map contexts) { + for (Map.Entry entry : contexts.entrySet()) { + entry.getKey().postClose(entry.getValue()); + } + } + + protected IPluginContext getPluginContext() { + return context; + } + + protected IPluginConfig getPluginConfig() { + return config; + } + + protected IModel getEditorModel() { + return model; + } + + protected void start() throws EditorException { + String clusterName; + IPluginConfig parameters; + switch (mode) { + case EDIT: + clusterName = config.getString("cluster.edit.name"); + parameters = config.getPluginConfig("cluster.edit.options"); + break; + case VIEW: + default: + clusterName = config.getString("cluster.preview.name"); + parameters = config.getPluginConfig("cluster.preview.options"); + break; + } + JavaPluginConfig editorConfig = new JavaPluginConfig(parameters); + editorConfig.put("wicket.id", editorId); + + IPluginConfigService pluginConfigService = context.getService(IPluginConfigService.class.getName(), + IPluginConfigService.class); + IClusterConfig clusterConfig = pluginConfigService.getCluster(clusterName); + if (clusterConfig == null) { + throw new EditorException("No cluster found with name " + clusterName); + } + + cluster = context.newCluster(clusterConfig, editorConfig); + IClusterConfig decorated = cluster.getClusterConfig(); + + String modelId = decorated.getString(RenderService.MODEL_ID); + modelService = new ModelReference(modelId, getEditorModel()); + modelService.init(context); + + String editorId = decorated.getString("editor.id"); + context.registerService(this, editorId); + context.registerService(editorContext.getEditorManager(), editorId); + + cluster.start(); + + IRenderService renderer = context + .getService(decorated.getString(RenderService.WICKET_ID), IRenderService.class); + if (renderer == null) { + cluster.stop(); + context.unregisterService(this, editorId); + context.unregisterService(editorContext.getEditorManager(), editorId); + modelService.destroy(); + throw new EditorException("No IRenderService found"); + } + + String renderId = getRendererServiceId(); + + // attach self to renderer, so that other plugins can close us + context.registerService(this, renderId); + + // observe focus events, those need to be synchronized with the active model of the editor manager + focusListener = new IFocusListener() { + private static final long serialVersionUID = 1L; + + public void onFocus(IRenderService renderService) { + editorContext.onFocus(); + } + + }; + context.registerService(focusListener, renderId); + } + + protected void stop() { + String renderId = getRendererServiceId(); + context.unregisterService(focusListener, renderId); + context.unregisterService(this, renderId); + + cluster.stop(); + + String editorId = cluster.getClusterConfig().getString("editor.id"); + context.unregisterService(editorContext.getEditorManager(), editorId); + context.unregisterService(this, editorId); + + modelService.destroy(); + + cluster = null; + modelService = null; + focusListener = null; + } + + protected String getRendererServiceId() { + return context.getReference(renderer).getServiceId(); + } + + protected void onClose() { + renderer.dispose(); + renderer = null; + } + + public void refresh() { + } + + public void focus() { + if (renderer != null) { + renderer.focus(null); + } + } + + public void detach() { + model.detach(); + } + +} Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/DefaultCmsEditor.java (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/DefaultCmsEditor.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/DefaultCmsEditor.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/DefaultCmsEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,90 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import javax.jcr.Node; +import javax.jcr.RepositoryException; + +import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.EditorException; +import org.hippoecm.repository.api.HippoNodeType; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +class DefaultCmsEditor extends AbstractCmsEditor { + private static final long serialVersionUID = 1L; + + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final Logger log = LoggerFactory.getLogger(DefaultCmsEditor.class); + + DefaultCmsEditor(IEditorContext manager, IPluginContext context, IPluginConfig config, IModel model, Mode mode) + throws EditorException { + super(manager, context, config, model, mode); + + Node node = model.getObject(); + if (node != null) { + try { + if (node.isNodeType("nt:version") && Mode.EDIT == mode) { + throw new EditorException("Cannot edit version"); + } + } catch (RepositoryException e) { + throw new EditorException("Error determining node type", e); + } + } + } + + @Override + protected IModel getEditorModel() { + IModel model = super.getEditorModel(); + try { + Node node = model.getObject(); + if (node.isNodeType(HippoNodeType.NT_HANDLE)) { + if (node.hasNode(node.getName())) { + return new JcrNodeModel(node.getNode(node.getName())); + } else { + return null; + } + } else if (node.isNodeType("nt:version")) { + return new JcrNodeModel(node.getNode("jcr:frozenNode")); + } else { + return model; + } + } catch (RepositoryException ex) { + log.warn("cannot obtain proper editable document from handle", ex); + return null; + } + } + + @Override + public void refresh() { + JcrNodeModel nodeModel = (JcrNodeModel) getModel(); + + // close editor if model no longer exists + if (!nodeModel.getItemModel().exists()) { + try { + close(); + } catch (EditorException ex) { + log.warn("failed to close editor for non-existing document"); + } + } + } + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/DefaultCmsEditor.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/EditorFactory.java (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/EditorFactory.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/EditorFactory.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/EditorFactory.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,75 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import javax.jcr.Node; +import javax.jcr.RepositoryException; + +import org.apache.wicket.IClusterable; +import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.EditorException; +import org.hippoecm.frontend.service.IEditor; +import org.hippoecm.repository.HippoStdNodeType; +import org.hippoecm.repository.api.HippoNodeType; + +/** + * Factory for Node {@link IEditor}s. Use this class to create an editor for any Node. + *

+ * This will likely be turned into a service at some point. + */ +public class EditorFactory implements IClusterable { + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final long serialVersionUID = 1L; + + private IPluginConfig config; + private IPluginContext context; + + public EditorFactory(IPluginContext context, IPluginConfig config) { + this.context = context; + this.config = config; + } + + public IEditor newEditor(IEditorContext manager, IModel nodeModel, IEditor.Mode mode) throws EditorException { + Node node = nodeModel.getObject(); + AbstractCmsEditor editor; + try { + if (node.isNodeType(HippoNodeType.NT_HANDLE)) { + if (node.hasNode(node.getName())) { + Node doc = node.getNode(node.getName()); + if (doc.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) { + editor = new HippostdPublishableEditor(manager, context, config, nodeModel); + } else { + editor = new DefaultCmsEditor(manager, context, config, nodeModel, mode); + } + } else { + throw new EditorException("Document has been deleted"); + } + } else if (node.isNodeType(HippoNodeType.NT_TEMPLATETYPE)) { + editor = new TemplateTypeEditor(manager, context, config, nodeModel, mode); + } else { + editor = new DefaultCmsEditor(manager, context, config, nodeModel, mode); + } + } catch (RepositoryException e) { + throw new EditorException("Could not determine type of editor required", e); + } + editor.start(); + return editor; + } +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/EditorFactory.java ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/HippostdPublishableEditor.java (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/HippostdPublishableEditor.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/HippostdPublishableEditor.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/HippostdPublishableEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,251 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import java.rmi.RemoteException; +import java.util.Map; + +import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.RepositoryException; + +import org.apache.wicket.Session; +import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.model.JcrNodeModel; +import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.EditorException; +import org.hippoecm.frontend.service.IEditorFilter; +import org.hippoecm.frontend.session.UserSession; +import org.hippoecm.repository.HippoStdNodeType; +import org.hippoecm.repository.api.HippoNodeType; +import org.hippoecm.repository.api.MappingException; +import org.hippoecm.repository.api.Workflow; +import org.hippoecm.repository.api.WorkflowException; +import org.hippoecm.repository.api.WorkflowManager; +import org.hippoecm.repository.standardworkflow.EditableWorkflow; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +/** + * An editor that takes a hippo:handle for its JcrNodeModel and displays one of the variants. + * The variant documents must be of type hippostd:publishable. + *

+ * Algorithm to determine what is shown: + * + * when draft exists: + * show draft in edit mode + * else: + * when unpublished exists: + * show unpublished in preview mode + * else + * show published in preview mode + * + *

+ * The editor model is the variant that is shown. + */ +class HippostdPublishableEditor extends AbstractCmsEditor { + private static final long serialVersionUID = 1L; + + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final Logger log = LoggerFactory.getLogger(HippostdPublishableEditor.class); + + private IModel editorModel; + + HippostdPublishableEditor(IEditorContext manager, IPluginContext context, IPluginConfig config, + IModel model) throws EditorException { + super(manager, context, config, model, getMode(model)); + } + + @Override + protected IModel getEditorModel() { + switch (getMode()) { + case EDIT: + return getDraftModel(super.getEditorModel()); + case VIEW: + default: + return getPreviewModel(super.getEditorModel()); + } + } + + @Override + public void setMode(Mode mode) throws EditorException { + IModel editorModel = getEditorModel(); + if (mode != getMode() && editorModel != null) { + WorkflowManager wflMgr = ((UserSession) Session.get()).getWorkflowManager(); + try { + Workflow workflow = wflMgr.getWorkflow("default", editorModel.getObject()); + if (workflow instanceof EditableWorkflow) { + Map contexts = preClose(); + + stop(); + + postClose(contexts); + + try { + switch (mode) { + case EDIT: + ((EditableWorkflow) workflow).obtainEditableInstance(); + break; + case VIEW: + ((EditableWorkflow) workflow).commitEditableInstance(); + break; + } + + super.setMode(mode); + + } finally { + start(); + } + } else { + throw new EditorException("No editable workflow available"); + } + } catch (MappingException e) { + throw new EditorException("Workflow configuration error when setting editor mode", e); + } catch (RepositoryException e) { + throw new EditorException("Repository error when setting editor mode", e); + } catch (RemoteException e) { + throw new EditorException("Connection failure when setting editor mode", e); + } catch (WorkflowException e) { + throw new EditorException("Workflow error when setting editor mode", e); + } + } + } + + @Override + protected void start() throws EditorException { + super.start(); + editorModel = getEditorModel(); + } + + @Override + public void refresh() { + final IModel handle = getModel(); + + // verify that the handle exists + if (handle.getObject() == null) { + try { + close(); + } catch (EditorException ex) { + log.error("Could not close editor for removed handle"); + } + return; + } + + // verify that a document exists, i.e. the document has not been deleted + try { + Mode newMode = getMode(handle); + if (newMode != super.getMode()) { + super.setMode(newMode); + } else { + IModel newModel = getEditorModel(); + if (!newModel.equals(editorModel)) { + stop(); + start(); + } + } + } catch (EditorException ex) { + try { + close(); + } catch (EditorException ex2) { + log.error("Could not close editor for empty handle"); + } + } + } + + static Mode getMode(IModel nodeModel) throws EditorException { + // select draft if it exists + IModel draftDocument = getDraftModel(nodeModel); + if (draftDocument != null) { + return Mode.EDIT; + } + + // show preview + IModel previewDocument = getPreviewModel(nodeModel); + if (previewDocument != null) { + return Mode.VIEW; + } + + throw new EditorException("unable to find draft or unpublished variants"); + } + + static IModel getPreviewModel(IModel handle) { + try { + Node handleNode = handle.getObject(); + Node published = null; + if (handleNode.isNodeType(HippoNodeType.NT_HANDLE)) { + for (NodeIterator iter = handleNode.getNodes(); iter.hasNext();) { + Node child = iter.nextNode(); + if (child.getName().equals(handleNode.getName())) { + if (child.hasProperty(HippoStdNodeType.HIPPOSTD_STATE)) { + String state = child.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString(); + if (state.equals(HippoStdNodeType.UNPUBLISHED)) { + return new JcrNodeModel(child); + } else if (state.equals(HippoStdNodeType.PUBLISHED)) { + published = child; + } + } else { + published = child; + } + } + } + if (published != null) { + return new JcrNodeModel(published); + } + } else { + return handle; + } + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + return null; + } + + static IModel getDraftModel(IModel handle) { + String user = ((UserSession) Session.get()).getCredentials().getString("username"); + try { + Node handleNode = handle.getObject(); + if (handleNode.isNodeType(HippoNodeType.NT_HANDLE)) { + for (NodeIterator iter = handleNode.getNodes(); iter.hasNext();) { + Node child = iter.nextNode(); + if (child.getName().equals(handleNode.getName())) { + if (child.hasProperty(HippoStdNodeType.HIPPOSTD_STATE) + && child.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString().equals( + HippoStdNodeType.DRAFT) + && child.getProperty(HippoStdNodeType.HIPPOSTD_HOLDER).getString().equals(user)) { + return new JcrNodeModel(child); + } + } + } + } else { + log.warn("Editor model is not a handle"); + } + } catch (RepositoryException ex) { + log.error(ex.getMessage()); + } + return null; + } + + @Override + public void detach() { + if (editorModel != null) { + editorModel.detach(); + } + super.detach(); + } +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/HippostdPublishableEditor.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Added: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/IEditorContext.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/IEditorContext.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/IEditorContext.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,32 @@ +/* + * Copyright 2008 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import org.apache.wicket.IClusterable; +import org.hippoecm.frontend.service.IEditorManager; + +/** + * Callback interface to be used when instantiating an IEditor using the EditorFactory. + */ +public interface IEditorContext extends IClusterable { + + void onFocus(); + + void onClose(); + + IEditorManager getEditorManager(); + +} \ No newline at end of file Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/IEditorContext.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Copied: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/TemplateTypeEditor.java (from rev 21076, hippo-ecm/trunk/addon/cms/edit/src/main/java/org/hippoecm/frontend/plugins/cms/edit/TemplateTypeEditor.java) =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/TemplateTypeEditor.java (rev 0) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/TemplateTypeEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -0,0 +1,75 @@ +/* + * Copyright 2009 Hippo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.hippoecm.frontend.editor; + +import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.RepositoryException; + +import org.apache.wicket.model.IModel; +import org.hippoecm.frontend.plugin.IPluginContext; +import org.hippoecm.frontend.plugin.config.IPluginConfig; +import org.hippoecm.frontend.service.EditorException; +import org.hippoecm.repository.api.HippoNodeType; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +class TemplateTypeEditor extends AbstractCmsEditor { + private static final long serialVersionUID = 1L; + + @SuppressWarnings("unused") + private final static String SVN_ID = "$Id$"; + + private static final Logger log = LoggerFactory.getLogger(TemplateTypeEditor.class); + + TemplateTypeEditor(IEditorContext manager, IPluginContext context, IPluginConfig config, IModel model, + Mode mode) throws EditorException { + super(manager, context, config, model, mode); + } + + @Override + public void refresh() { + Node node = getModel().getObject(); + if (node == null) { + try { + close(); + } catch (EditorException e) { + log.error("Could not close editor for null node", e); + } + return; + } + try { + if (node.hasNode(HippoNodeType.HIPPO_PROTOTYPES)) { + NodeIterator prototypes = node.getNode(HippoNodeType.HIPPO_PROTOTYPES).getNodes(); + while (prototypes.hasNext()) { + Node prototype = prototypes.nextNode(); + if (prototype.isNodeType("nt:unstructured")) { + // any mode is fine + return; + } + } + + // no draft present + setMode(Mode.VIEW); + } + } catch (EditorException e) { + log.warn("Could not set editor mode", e); + } catch (RepositoryException e) { + log.error("Error determining node type", e); + } + } + +} Property changes on: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/TemplateTypeEditor.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Id Added: svn:eol-style + native Modified: hippo-ecm/trunk/addon/xinha/webResources/xinha/plugins/AutoSave/AutoSave.js =================================================================== --- hippo-ecm/trunk/addon/xinha/webResources/xinha/plugins/AutoSave/AutoSave.js 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/xinha/webResources/xinha/plugins/AutoSave/AutoSave.js 2009-12-16 10:39:20 UTC (rev 21091) @@ -12,7 +12,7 @@ Xinha.Config.prototype.AutoSave = { 'timeoutLength' : 2000, - 'callbackUrl' : '?save=true' + 'callbackUrl' : '' } function AutoSave(editor) { @@ -44,7 +44,7 @@ this.editor._textArea.value = this.editor.outwardHtml(this.editor.getHTML()); - var callbackUrl = this.editor.config.callbackUrl + "&save=true"; + var callbackUrl = this.editor.config.callbackUrl; xmlHttpReq.open('POST', callbackUrl, false); xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttpReq.onreadystatechange = function() { @@ -90,4 +90,4 @@ return '

 

'; }); return html; -} \ No newline at end of file +} Modified: hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java =================================================================== --- hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/xinha-frontend/src/main/java/org/hippoecm/frontend/plugins/xinha/AbstractXinhaPlugin.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -313,15 +313,12 @@ setVisible(true); setMarkupId("xinha" + Integer.valueOf(Session.get().nextSequenceValue())); - add(callback = new AbstractAjaxBehavior() { + add(callback = new AbstractDefaultAjaxBehavior() { private static final long serialVersionUID = 1L; - public void onRequest() { - Request request = RequestCycle.get().getRequest(); - boolean save = Boolean.valueOf(request.getParameter("save")).booleanValue(); - if (save) { - processInput(); - } + @Override + public void respond(AjaxRequestTarget target) { + processInput(); } }); } Modified: hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager-debug.js =================================================================== --- hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager-debug.js 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager-debug.js 2009-12-16 10:39:20 UTC (rev 21091) @@ -151,7 +151,7 @@ }, getWireframe : function(id) { - if(id == this.root.id) { + if(this.root != null && id == this.root.id) { return this.root; } return this.wireframes.get(id); @@ -314,7 +314,7 @@ * Dom.getAncestorByClassName didn't work */ _findUnitElement : function(el) { - while (el != null && el != document.body && el.id != this.root.id) { + while (el != null && el != document.body && (this.root == null || el.id != this.root.id)) { if (Dom.hasClass(el, 'yui-layout-unit')) { return el; } @@ -586,6 +586,87 @@ } }); + + /** + * Wireframe that functions as a root wireframe in a portlet environment + */ + YAHOO.hippo.PortletWireframe = function(id, config) { + YAHOO.hippo.PortletWireframe.superclass.constructor.apply(this, arguments); + + var units = []; + var body = { position: 'center', body: 'bd', grids: true, scroll: config.bodyScroll}; + if(config.bodyGutter != null) { + body.gutter = config.bodyGutter; + } + units.push(body); + + if(Lang.isNumber(config.headerHeight) && config.headerHeight > 0) { + var header = {position: 'top', body: 'hd', height: config.headerHeight, scroll: config.headerScroll, resize: config.headerResize, grids: true}; + if(config.headerGutter != null) { + header.gutter = config.headerGutter; + } + units.push(header); + } + + if(Lang.isNumber(config.leftWidth) && config.leftWidth > 0) { + var left = {position: 'left', body: 'lt', width: config.leftWidth, scroll: config.leftScroll, resize: config.leftResize }; + if(config.leftGutter != null) { + left.gutter = config.leftGutter; + } + units.push(left); + } + + if(Lang.isNumber(config.rightWidth) && config.rightWidth > 0) { + var right = {position: 'right', body: 'rt', width: config.rightWidth, scroll: config.rightScroll, resize: config.rightResize }; + units.push(right); + } + + if(Lang.isNumber(config.footerHeight) && config.footerHeight > 0) { + var footer = {position: 'bottom', body: 'ft', height: config.footerHeight, scroll: config.footerScroll, resize: config.footerResize, grids: true}; + if(config.footerGutter != null) { + footer.gutter = config.footerGutter; + } + units.push(footer); + } + + this.config.units = units; + this.margins = null; + }; + + YAHOO.extend(YAHOO.hippo.PortletWireframe, YAHOO.hippo.BaseWireframe, { + render: function() { + if(this.layout == null) { + this.prepareConfig(); + this.layout = new YAHOO.widget.Layout(this.id, this.config) + this.initLayout(); + } + this.layout.render(); + }, + + onLayoutResize : function() { + YAHOO.hippo.PortletWireframe.superclass.onLayoutResize.call(this); + + //HREPTWO-3072 it seems the body with/height is set once by YUI-layout + //after a resize it's not updated, so we set it to auto instead + var el = Dom.get(this.id); + Dom.setStyle(el, 'width', 'auto'); + Dom.setStyle(el, 'height', 'auto'); + }, + + prepareConfig : function() { + var el = Dom.get(this.id); + this.margins = new YAHOO.hippo.DomHelper().getMargin(el); + this.config.width = el.clientWidth - this.margins.w; //Width of the outer element + this.config.height = el.clientHeight - this.margins.h; + }, + + loadDimensions : function() { + var el = Dom.get(this.id); + this.config.height = el.clientHeight; + this.config.width = el.clientWidth; + } + + }); YAHOO.hippo.Wireframe = function(id, config) { YAHOO.hippo.Wireframe.superclass.constructor.apply(this, arguments); Modified: hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager.js =================================================================== --- hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager.js 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/addon/yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/layoutmanager/layoutmanager.js 2009-12-16 10:39:20 UTC (rev 21091) @@ -151,7 +151,7 @@ }, getWireframe : function(id) { - if(id == this.root.id) { + if(this.root != null && id == this.root.id) { return this.root; } return this.wireframes.get(id); @@ -295,7 +295,7 @@ * Dom.getAncestorByClassName didn't work */ _findUnitElement : function(el) { - while (el != null && el != document.body && el.id != this.root.id) { + while (el != null && el != document.body && (this.root == null || el.id != this.root.id)) { if (Dom.hasClass(el, 'yui-layout-unit')) { return el; } @@ -564,6 +564,87 @@ } }); + + /** + * Wireframe that functions as a root wireframe in a portlet environment + */ + YAHOO.hippo.PortletWireframe = function(id, config) { + YAHOO.hippo.PortletWireframe.superclass.constructor.apply(this, arguments); + + var units = []; + var body = { position: 'center', body: 'bd', grids: true, scroll: config.bodyScroll}; + if(config.bodyGutter != null) { + body.gutter = config.bodyGutter; + } + units.push(body); + + if(Lang.isNumber(config.headerHeight) && config.headerHeight > 0) { + var header = {position: 'top', body: 'hd', height: config.headerHeight, scroll: config.headerScroll, resize: config.headerResize, grids: true}; + if(config.headerGutter != null) { + header.gutter = config.headerGutter; + } + units.push(header); + } + + if(Lang.isNumber(config.leftWidth) && config.leftWidth > 0) { + var left = {position: 'left', body: 'lt', width: config.leftWidth, scroll: config.leftScroll, resize: config.leftResize }; + if(config.leftGutter != null) { + left.gutter = config.leftGutter; + } + units.push(left); + } + + if(Lang.isNumber(config.rightWidth) && config.rightWidth > 0) { + var right = {position: 'right', body: 'rt', width: config.rightWidth, scroll: config.rightScroll, resize: config.rightResize }; + units.push(right); + } + + if(Lang.isNumber(config.footerHeight) && config.footerHeight > 0) { + var footer = {position: 'bottom', body: 'ft', height: config.footerHeight, scroll: config.footerScroll, resize: config.footerResize, grids: true}; + if(config.footerGutter != null) { + footer.gutter = config.footerGutter; + } + units.push(footer); + } + + this.config.units = units; + this.margins = null; + }; + + YAHOO.extend(YAHOO.hippo.PortletWireframe, YAHOO.hippo.BaseWireframe, { + render: function() { + if(this.layout == null) { + this.prepareConfig(); + this.layout = new YAHOO.widget.Layout(this.id, this.config) + this.initLayout(); + } + this.layout.render(); + }, + + onLayoutResize : function() { + YAHOO.hippo.PortletWireframe.superclass.onLayoutResize.call(this); + + //HREPTWO-3072 it seems the body with/height is set once by YUI-layout + //after a resize it's not updated, so we set it to auto instead + var el = Dom.get(this.id); + Dom.setStyle(el, 'width', 'auto'); + Dom.setStyle(el, 'height', 'auto'); + }, + + prepareConfig : function() { + var el = Dom.get(this.id); + this.margins = new YAHOO.hippo.DomHelper().getMargin(el); + this.config.width = el.clientWidth - this.margins.w; //Width of the outer element + this.config.height = el.clientHeight - this.margins.h; + }, + + loadDimensions : function() { + var el = Dom.get(this.id); + this.config.height = el.clientHeight; + this.config.width = el.clientWidth; + } + + }); YAHOO.hippo.Wireframe = function(id, config) { YAHOO.hippo.Wireframe.superclass.constructor.apply(this, arguments); Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/Main.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/Main.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/Main.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -83,6 +83,7 @@ public final static String DEFAULT_REPOSITORY_DIRECTORY = "WEB-INF/storage"; public final static String MAXUPLOAD_PARAM = "upload-limit"; public final static ValueMap DEFAULT_CREDENTIALS = new ValueMap("username=,password="); + public final static String PLUGIN_APPLICATION_NAME = "config"; @Override protected void init() { @@ -260,12 +261,10 @@ } public CharSequence encode(IRequestTarget requestTarget) { - // TODO Auto-generated method stub return null; } public boolean matches(IRequestTarget requestTarget) { - // TODO Auto-generated method stub return false; } }); Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/PluginConfigFactory.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/PluginConfigFactory.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/plugin/config/impl/PluginConfigFactory.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -40,7 +40,7 @@ IApplicationFactory builtinFactory = new BuiltinApplicationFactory(); String appName = WebApplicationHelper.getConfigurationParameter((WebApplication) Application.get(), - "config", null); + Main.PLUGIN_APPLICATION_NAME, null); Session session = sessionModel.getSession(); ValueMap credentials = sessionModel.getCredentials(); if (Main.DEFAULT_CREDENTIALS.equals(credentials)) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditor.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditor.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditor.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -24,7 +24,7 @@ * "document". This can be achieved by using the edit mode or setting a different * (node) model. */ -public interface IEditor extends IClusterable { +public interface IEditor extends IClusterable { final static String SVN_ID = "$Id$"; enum Mode { @@ -42,9 +42,14 @@ void close() throws EditorException; /** + * Requests focus on the editor. + */ + void focus(); + + /** * The model that can be used to identify the editor. For publishable documents, * this is the parent handle. */ - IModel getModel(); + IModel getModel(); } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditorManager.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditorManager.java 2009-12-16 09:24:07 UTC (rev 21090) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/IEditorManager.java 2009-12-16 10:39:20 UTC (rev 21091) @@ -23,10 +23,10 @@ String EDITOR_ID = "editor.id"; - IEditor getEditor(IModel model); + IEditor getEditor(IModel model); - IEditor openEditor(IModel model) throws ServiceException; + IEditor openEditor(IModel model) throws ServiceException; - IEditor openPreview(IModel model) throws ServiceException; + IEditor openPreview(IModel model) throws ServiceException; } From svn-logs at hippocms.org Wed Dec 16 11:46:46 2009 From: svn-logs at hippocms.org (bvdschans) Date: Wed Dec 16 11:46:47 2009 Subject: [HippoRepos-dev] [21092] hippo-ecm: HREPTWO-3526, HREPTWO-3527: Make getNamespaceURI and getNamespacePrefix thread safe ( patch from issue 2717) Message-ID: <20091216104646.A9154C971@svnnew.onehippo.org> Revision: 21092 Author: bvdschans Date: 2009-12-16 11:46:46 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3526, HREPTWO-3527: Make getNamespaceURI and getNamespacePrefix thread safe (patch from issue 2717) Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java 2009-12-16 10:39:20 UTC (rev 21091) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java 2009-12-16 10:46:46 UTC (rev 21092) @@ -20,12 +20,16 @@ import java.io.InputStream; import java.security.AccessControlException; import java.security.Principal; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; import java.util.Set; import javax.jcr.AccessDeniedException; import javax.jcr.InvalidSerializedDataException; import javax.jcr.ItemExistsException; import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.PathNotFoundException; @@ -49,6 +53,7 @@ import org.apache.jackrabbit.core.state.LocalItemStateManager; import org.apache.jackrabbit.core.state.SessionItemStateManager; import org.apache.jackrabbit.core.state.SharedItemStateManager; +import org.apache.jackrabbit.util.XMLChar; import org.hippoecm.repository.jackrabbit.xml.DefaultContentHandler; import org.hippoecm.repository.security.HippoAMContext; @@ -144,7 +149,46 @@ public Set getUserPrincipals() { return helper.getUserPrincipals(); } + + @Override + public void logout() { + helper.logout(); + } + //------------------------------------------------< Namespace handling >-- + @Override + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespacePrefix(uri); + } + return helper.getNamespacePrefix(uri); + } + + @Override + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespaceURI(prefix); + } + return helper.getNamespaceURI(prefix); + } + + @Override + public String[] getNamespacePrefixes() + throws RepositoryException { + return helper.getNamespacePrefixes(); + } + + @Override + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + helper.setNamespacePrefix(prefix, uri); + } + + public NodeIterator pendingChanges(Node node, String nodeType, boolean prune) throws NamespaceException, NoSuchNodeTypeException, RepositoryException { return helper.pendingChanges(node, nodeType, prune); } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java 2009-12-16 10:39:20 UTC (rev 21091) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java 2009-12-16 10:46:46 UTC (rev 21092) @@ -18,13 +18,18 @@ import java.security.AccessControlException; import java.security.Principal; import java.util.Collections; +import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; +import java.util.Map; import java.util.Set; +import java.util.concurrent.ConcurrentMap; +import java.util.concurrent.ConcurrentHashMap; import javax.jcr.AccessDeniedException; import javax.jcr.ItemNotFoundException; import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.PathNotFoundException; @@ -57,11 +62,11 @@ import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.commons.conversion.NameException; import org.apache.jackrabbit.spi.commons.name.NameConstants; +import org.apache.jackrabbit.util.XMLChar; import org.hippoecm.repository.decorating.NodeDecorator; import org.hippoecm.repository.jackrabbit.MirrorVirtualProvider.MirrorNodeId; import org.hippoecm.repository.jackrabbit.xml.DereferencedImportHandler; import org.hippoecm.repository.jackrabbit.xml.DereferencedSessionImporter; -import org.hippoecm.repository.security.HippoAccessManager; import org.hippoecm.repository.security.principals.AdminPrincipal; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -83,6 +88,173 @@ Subject subject; org.apache.jackrabbit.core.SessionImpl sessionImpl; + /** + * Local namespace mappings. Prefixes as keys and namespace URIs as values. + *

+ * This map is only accessed from synchronized methods (see + * JCR-1793). + */ + private final ConcurrentMap namespaces = new ConcurrentHashMap(); + + /** + * Clears the local namespace mappings. Subclasses that for example + * want to participate in a session pools should remember to call + * super.logout() when overriding this method to avoid + * namespace mappings to be carried over to a new session. + */ + public void logout() { + namespaces.clear(); + } + + //------------------------------------------------< Namespace handling >-- + + /** + * Returns the namespace prefix mapped to the given URI. The mapping is + * added to the set of session-local namespace mappings unless it already + * exists there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param uri namespace URI + * @return namespace prefix + * @throws NamespaceException if the namespace is not found + * @throws RepositoryException if a repository error occurs + */ + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + Iterator> iterator = namespaces.entrySet().iterator(); + while (iterator.hasNext()) { + Map.Entry entry = iterator.next(); + if (entry.getValue().equals(uri)) { + return entry.getKey(); + } + } + + // The following throws an exception if the URI is not found, that's OK + String prefix = sessionImpl.getWorkspace().getNamespaceRegistry().getPrefix(uri); + + // Generate a new prefix if the global mapping is already taken + String base = prefix; + for (int i = 2; namespaces.containsKey(prefix); i++) { + prefix = base + i; + } + + namespaces.put(prefix, uri); + return prefix; + } + + /** + * Returns the namespace URI mapped to the given prefix. The mapping is + * added to the set of session-local namespace mappings unless it already + * exists there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param prefix namespace prefix + * @return namespace URI + * @throws NamespaceException if the namespace is not found + * @throws RepositoryException if a repository error occurs + */ + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + String uri = (String) namespaces.get(prefix); + + if (uri == null) { + // Not in local mappings, try the global ones + uri = sessionImpl.getWorkspace().getNamespaceRegistry().getURI(prefix); + if (namespaces.containsValue(uri)) { + // The global URI is locally mapped to some other prefix, + // so there are no mappings for this prefix + throw new NamespaceException("Namespace not found: " + prefix); + } + // Add the mapping to the local set, we already know that + // the prefix is not taken + namespaces.put(prefix, uri); + } + + return uri; + } + + /** + * Returns the prefixes of all known namespace mappings. All global + * mappings not already included in the local set of namespace mappings + * are added there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @return namespace prefixes + * @throws RepositoryException if a repository error occurs + */ + public String[] getNamespacePrefixes() + throws RepositoryException { + NamespaceRegistry registry = sessionImpl.getWorkspace().getNamespaceRegistry(); + String[] uris = registry.getURIs(); + for (int i = 0; i < uris.length; i++) { + getNamespacePrefix(uris[i]); + } + + return (String[]) + namespaces.keySet().toArray(new String[namespaces.size()]); + } + + /** + * Modifies the session local namespace mappings to contain the given + * prefix to URI mapping. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param prefix namespace prefix + * @param uri namespace URI + * @throws NamespaceException if the mapping is illegal + * @throws RepositoryException if a repository error occurs + */ + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + if (prefix == null) { + throw new IllegalArgumentException("Prefix must not be null"); + } else if (uri == null) { + throw new IllegalArgumentException("Namespace must not be null"); + } else if (prefix.length() == 0) { + throw new NamespaceException( + "Empty prefix is reserved and can not be remapped"); + } else if (uri.length() == 0) { + throw new NamespaceException( + "Default namespace is reserved and can not be remapped"); + } else if (prefix.toLowerCase().startsWith("xml")) { + throw new NamespaceException( + "XML prefixes are reserved: " + prefix); + } else if (!XMLChar.isValidNCName(prefix)) { + throw new NamespaceException( + "Prefix is not a valid XML NCName: " + prefix); + } + + // FIXME Figure out how this should be handled + // Currently JSR 283 does not specify this exception, but for + // compatibility with JCR 1.0 TCK it probably should. + // Note that the solution here also affects the remove() code below + String previous = (String) namespaces.get(prefix); + if (previous != null && !previous.equals(uri)) { + throw new NamespaceException("Namespace already mapped"); + } + + namespaces.remove(prefix); + Iterator> iterator = namespaces.entrySet().iterator(); + while (iterator.hasNext()) { + Map.Entry entry = iterator.next(); + if (entry.getValue().equals(uri)) { + iterator.remove(); + } + } + + namespaces.put(prefix, uri); + } + + + SessionImplHelper(org.apache.jackrabbit.core.SessionImpl sessionImpl, NodeTypeManagerImpl ntMgr, RepositoryImpl rep, Subject subject) throws RepositoryException { this.sessionImpl = sessionImpl; Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java 2009-12-16 10:39:20 UTC (rev 21091) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java 2009-12-16 10:46:46 UTC (rev 21092) @@ -143,7 +143,45 @@ public Set getUserPrincipals() { return helper.getUserPrincipals(); } + + @Override + public void logout() { + helper.logout(); + } + //------------------------------------------------< Namespace handling >-- + @Override + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespacePrefix(uri); + } + return helper.getNamespacePrefix(uri); + } + + @Override + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespaceURI(prefix); + } + return helper.getNamespaceURI(prefix); + } + + @Override + public String[] getNamespacePrefixes() + throws RepositoryException { + return helper.getNamespacePrefixes(); + } + + @Override + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + helper.setNamespacePrefix(prefix, uri); + } + public NodeIterator pendingChanges(Node node, String nodeType, boolean prune) throws NamespaceException, NoSuchNodeTypeException, RepositoryException { return helper.pendingChanges(node, nodeType, prune); } From helpdesk at onehippo.com Wed Dec 16 11:58:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 11:58:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3546) Cannot copy node in CMS Message-ID: <32613141.40331260961080298.JavaMail.jira@jira.vm.castaserver.com> Cannot copy node in CMS ----------------------- Key: HREPTWO-3546 URL: http://issues.onehippo.com/browse/HREPTWO-3546 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Rita Bijlsma I unpublished a document. Clicked to copy it. The document picker opened and I selected the folder to put it in. I clicked OK. The CMS was busy and then the popup disappeared. However, the new document was not there. It is on the docsite, so I can not get the logs. I went to the console and tried it there. I got a warning that the parent node was checked in. I tried locally (so on localhost) on the same document. However, possibly different state of course. It was OK. I tried again on the docsite. This time, an error message appeared: 'An error occurred, please retry'. Berry said there would be a workaround: Editing the document to be copied. Then click done Then do the copy I tried it, but it did not work. The error message appeared and no copy was made. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:14:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 16 12:14:22 2009 Subject: [HippoRepos-dev] [JIRA] Reopened: (HREPTWO-3434) Make init method of SecurityManager thread safe In-Reply-To: <14884659.180811258983495774.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <16278316.40631260962040261.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans reopened HREPTWO-3434: ------------------------------------------ backport to 7.2 > Make init method of SecurityManager thread safe > ----------------------------------------------- > > Key: HREPTWO-3434 > URL: http://issues.onehippo.com/browse/HREPTWO-3434 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.10.00 > > > javax.jcr.RepositoryException: this session has been closed > at org.apache.jackrabbit.core.SessionImpl.sanityCheck(SessionImpl.java:381) > at org.apache.jackrabbit.core.SessionImpl.getRootNode(SessionImpl.java:788) > at org.hippoecm.repository.security.user.AbstractUserManager.getUser(AbstractUserManager.java:155) > at org.hippoecm.repository.security.SecurityManager.authenticate(SecurityManager.java:133) > at org.hippoecm.repository.security.HippoLoginModule.authenticate(HippoLoginModule.java:252) > at org.junit.Assert.assertTrue(Assert.java:43) > at org.hippoecm.repository.security.HippoLoginModule.login(HippoLoginModule.java:181) > at org.hippoecm.hst.core.jcr.pool.TestBasicPoolingRepository$UncautiousJob.run(TestBasicPoolingRepository.java:254) > at org.apache.jackrabbit.core.security.authentication.LocalAuthContext.login(LocalAuthContext.java:72) > at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1356) > at org.hippoecm.repository.jackrabbit.RepositoryImpl.login(RepositoryImpl.java:195) > at org.hippoecm.repository.impl.RepositoryDecorator.login(RepositoryDecorator.java:84) > at org.hippoecm.repository.decorating.checked.RepositoryDecorator.login(RepositoryDecorator.java:77) > at org.hippoecm.hst.core.jcr.pool.TestBasicPoolingRepository$Worker.run(TestBasicPoolingRepository.java:222) > at org.hippoecm.repository.HippoRepositoryImpl.login(HippoRepositoryImpl.java:113) > at org.hippoecm.repository.HippoRepositoryImpl.login(HippoRepositoryImpl.java:126) > at org.hippoecm.hst.core.jcr.pool.JcrHippoRepository.login(JcrHippoRepository.java:124) > at org.hippoecm.hst.core.jcr.pool.BasicPoolingRepository$SessionFactory.makeObject(BasicPoolingRepository.java:878) > at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974) > Exception in thread "Thread-35" java.lang.AssertionError: No waiting occurred. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 12:15:52 2009 From: svn-logs at hippocms.org (bvdschans) Date: Wed Dec 16 12:15:53 2009 Subject: [HippoRepos-dev] [21094] hippo-ecm: HREPTWO-3526, HREPTWO-3527: Make getNamespaceURI and getNamespacePrefix thread safe ( patch from issue 2717) Message-ID: <20091216111552.9B1FAC971@svnnew.onehippo.org> Revision: 21094 Author: bvdschans Date: 2009-12-16 12:15:51 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3526, HREPTWO-3527: Make getNamespaceURI and getNamespacePrefix thread safe (patch from issue 2717) Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java 2009-12-16 10:47:27 UTC (rev 21093) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImpl.java 2009-12-16 11:15:51 UTC (rev 21094) @@ -20,12 +20,16 @@ import java.io.InputStream; import java.security.AccessControlException; import java.security.Principal; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; import java.util.Set; import javax.jcr.AccessDeniedException; import javax.jcr.InvalidSerializedDataException; import javax.jcr.ItemExistsException; import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.PathNotFoundException; @@ -49,6 +53,7 @@ import org.apache.jackrabbit.core.state.LocalItemStateManager; import org.apache.jackrabbit.core.state.SessionItemStateManager; import org.apache.jackrabbit.core.state.SharedItemStateManager; +import org.apache.jackrabbit.util.XMLChar; import org.hippoecm.repository.jackrabbit.xml.DefaultContentHandler; import org.hippoecm.repository.security.HippoAMContext; @@ -144,7 +149,46 @@ public Set getUserPrincipals() { return helper.getUserPrincipals(); } + + @Override + public void logout() { + helper.logout(); + } + //------------------------------------------------< Namespace handling >-- + @Override + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespacePrefix(uri); + } + return helper.getNamespacePrefix(uri); + } + + @Override + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespaceURI(prefix); + } + return helper.getNamespaceURI(prefix); + } + + @Override + public String[] getNamespacePrefixes() + throws RepositoryException { + return helper.getNamespacePrefixes(); + } + + @Override + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + helper.setNamespacePrefix(prefix, uri); + } + + public NodeIterator pendingChanges(Node node, String nodeType, boolean prune) throws NamespaceException, NoSuchNodeTypeException, RepositoryException { return helper.pendingChanges(node, nodeType, prune); } Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java 2009-12-16 10:47:27 UTC (rev 21093) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/SessionImplHelper.java 2009-12-16 11:15:51 UTC (rev 21094) @@ -18,13 +18,18 @@ import java.security.AccessControlException; import java.security.Principal; import java.util.Collections; +import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; +import java.util.Map; import java.util.Set; +import java.util.concurrent.ConcurrentMap; +import java.util.concurrent.ConcurrentHashMap; import javax.jcr.AccessDeniedException; import javax.jcr.ItemNotFoundException; import javax.jcr.NamespaceException; +import javax.jcr.NamespaceRegistry; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.PathNotFoundException; @@ -57,11 +62,11 @@ import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.commons.conversion.NameException; import org.apache.jackrabbit.spi.commons.name.NameConstants; +import org.apache.jackrabbit.util.XMLChar; import org.hippoecm.repository.decorating.NodeDecorator; import org.hippoecm.repository.jackrabbit.MirrorVirtualProvider.MirrorNodeId; import org.hippoecm.repository.jackrabbit.xml.DereferencedImportHandler; import org.hippoecm.repository.jackrabbit.xml.DereferencedSessionImporter; -import org.hippoecm.repository.security.HippoAccessManager; import org.hippoecm.repository.security.principals.AdminPrincipal; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -83,6 +88,173 @@ Subject subject; org.apache.jackrabbit.core.SessionImpl sessionImpl; + /** + * Local namespace mappings. Prefixes as keys and namespace URIs as values. + *

+ * This map is only accessed from synchronized methods (see + * JCR-1793). + */ + private final ConcurrentMap namespaces = new ConcurrentHashMap(); + + /** + * Clears the local namespace mappings. Subclasses that for example + * want to participate in a session pools should remember to call + * super.logout() when overriding this method to avoid + * namespace mappings to be carried over to a new session. + */ + public void logout() { + namespaces.clear(); + } + + //------------------------------------------------< Namespace handling >-- + + /** + * Returns the namespace prefix mapped to the given URI. The mapping is + * added to the set of session-local namespace mappings unless it already + * exists there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param uri namespace URI + * @return namespace prefix + * @throws NamespaceException if the namespace is not found + * @throws RepositoryException if a repository error occurs + */ + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + Iterator> iterator = namespaces.entrySet().iterator(); + while (iterator.hasNext()) { + Map.Entry entry = iterator.next(); + if (entry.getValue().equals(uri)) { + return entry.getKey(); + } + } + + // The following throws an exception if the URI is not found, that's OK + String prefix = sessionImpl.getWorkspace().getNamespaceRegistry().getPrefix(uri); + + // Generate a new prefix if the global mapping is already taken + String base = prefix; + for (int i = 2; namespaces.containsKey(prefix); i++) { + prefix = base + i; + } + + namespaces.put(prefix, uri); + return prefix; + } + + /** + * Returns the namespace URI mapped to the given prefix. The mapping is + * added to the set of session-local namespace mappings unless it already + * exists there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param prefix namespace prefix + * @return namespace URI + * @throws NamespaceException if the namespace is not found + * @throws RepositoryException if a repository error occurs + */ + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + String uri = (String) namespaces.get(prefix); + + if (uri == null) { + // Not in local mappings, try the global ones + uri = sessionImpl.getWorkspace().getNamespaceRegistry().getURI(prefix); + if (namespaces.containsValue(uri)) { + // The global URI is locally mapped to some other prefix, + // so there are no mappings for this prefix + throw new NamespaceException("Namespace not found: " + prefix); + } + // Add the mapping to the local set, we already know that + // the prefix is not taken + namespaces.put(prefix, uri); + } + + return uri; + } + + /** + * Returns the prefixes of all known namespace mappings. All global + * mappings not already included in the local set of namespace mappings + * are added there. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @return namespace prefixes + * @throws RepositoryException if a repository error occurs + */ + public String[] getNamespacePrefixes() + throws RepositoryException { + NamespaceRegistry registry = sessionImpl.getWorkspace().getNamespaceRegistry(); + String[] uris = registry.getURIs(); + for (int i = 0; i < uris.length; i++) { + getNamespacePrefix(uris[i]); + } + + return (String[]) + namespaces.keySet().toArray(new String[namespaces.size()]); + } + + /** + * Modifies the session local namespace mappings to contain the given + * prefix to URI mapping. + *

+ * This behaviour is based on JSR 283 (JCR 2.0), but remains backwards + * compatible with JCR 1.0. + * + * @param prefix namespace prefix + * @param uri namespace URI + * @throws NamespaceException if the mapping is illegal + * @throws RepositoryException if a repository error occurs + */ + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + if (prefix == null) { + throw new IllegalArgumentException("Prefix must not be null"); + } else if (uri == null) { + throw new IllegalArgumentException("Namespace must not be null"); + } else if (prefix.length() == 0) { + throw new NamespaceException( + "Empty prefix is reserved and can not be remapped"); + } else if (uri.length() == 0) { + throw new NamespaceException( + "Default namespace is reserved and can not be remapped"); + } else if (prefix.toLowerCase().startsWith("xml")) { + throw new NamespaceException( + "XML prefixes are reserved: " + prefix); + } else if (!XMLChar.isValidNCName(prefix)) { + throw new NamespaceException( + "Prefix is not a valid XML NCName: " + prefix); + } + + // FIXME Figure out how this should be handled + // Currently JSR 283 does not specify this exception, but for + // compatibility with JCR 1.0 TCK it probably should. + // Note that the solution here also affects the remove() code below + String previous = (String) namespaces.get(prefix); + if (previous != null && !previous.equals(uri)) { + throw new NamespaceException("Namespace already mapped"); + } + + namespaces.remove(prefix); + Iterator> iterator = namespaces.entrySet().iterator(); + while (iterator.hasNext()) { + Map.Entry entry = iterator.next(); + if (entry.getValue().equals(uri)) { + iterator.remove(); + } + } + + namespaces.put(prefix, uri); + } + + + SessionImplHelper(org.apache.jackrabbit.core.SessionImpl sessionImpl, NodeTypeManagerImpl ntMgr, RepositoryImpl rep, Subject subject) throws RepositoryException { this.sessionImpl = sessionImpl; Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java 2009-12-16 10:47:27 UTC (rev 21093) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/jackrabbit/XASessionImpl.java 2009-12-16 11:15:51 UTC (rev 21094) @@ -143,7 +143,45 @@ public Set getUserPrincipals() { return helper.getUserPrincipals(); } + + @Override + public void logout() { + helper.logout(); + } + //------------------------------------------------< Namespace handling >-- + @Override + public String getNamespacePrefix(String uri) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespacePrefix(uri); + } + return helper.getNamespacePrefix(uri); + } + + @Override + public String getNamespaceURI(String prefix) + throws NamespaceException, RepositoryException { + // accessmanager is instantiated before the helper is set + if (helper == null) { + return super.getNamespaceURI(prefix); + } + return helper.getNamespaceURI(prefix); + } + + @Override + public String[] getNamespacePrefixes() + throws RepositoryException { + return helper.getNamespacePrefixes(); + } + + @Override + public void setNamespacePrefix(String prefix, String uri) + throws NamespaceException, RepositoryException { + helper.setNamespacePrefix(prefix, uri); + } + public NodeIterator pendingChanges(Node node, String nodeType, boolean prune) throws NamespaceException, NoSuchNodeTypeException, RepositoryException { return helper.pendingChanges(node, nodeType, prune); } From helpdesk at onehippo.com Wed Dec 16 12:16:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Wed Dec 16 12:16:22 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20384138.40711260962160416.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77762#action_77762 ] Rob van der Linden Vooren commented on HREPTWO-3527: ---------------------------------------------------- Attached more detailed logs as running load test on 7.2 quickstart cms. Also attached a log we had when running with patch from HREPTWO-2717 Good luck, Rob > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, more-quickstart-testing-logs.zip, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:16:00 2009 From: helpdesk at onehippo.com (JIRA (Rob van der Linden Vooren)) Date: Wed Dec 16 12:16:26 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <4480422.40781260962160531.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob van der Linden Vooren updated HREPTWO-3527: ----------------------------------------------- Attachment: more-quickstart-testing-logs.zip > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, more-quickstart-testing-logs.zip, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 12:19:17 2009 From: svn-logs at hippocms.org (bvdschans) Date: Wed Dec 16 12:19:17 2009 Subject: [HippoRepos-dev] [21095] hippo-ecm: HREPTWO-3434: Backport login race condition prevention Message-ID: <20091216111917.857AEC971@svnnew.onehippo.org> Revision: 21095 Author: bvdschans Date: 2009-12-16 12:19:16 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3434: Backport login race condition prevention Modified Paths: -------------- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/SecurityManager.java Modified: hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/SecurityManager.java =================================================================== --- hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/SecurityManager.java 2009-12-16 11:15:51 UTC (rev 21094) +++ hippo-ecm/branches/Branch-HREPTWO-v2_09_xx/repository/engine/src/main/java/org/hippoecm/repository/security/SecurityManager.java 2009-12-16 11:19:16 UTC (rev 21095) @@ -20,6 +20,8 @@ import java.util.LinkedHashMap; import java.util.Map; import java.util.Set; +import java.util.concurrent.locks.ReadWriteLock; +import java.util.concurrent.locks.ReentrantReadWriteLock; import javax.jcr.Node; import javax.jcr.NodeIterator; @@ -38,7 +40,6 @@ import org.hippoecm.repository.api.HippoNodeType; import org.hippoecm.repository.security.domain.Domain; import org.hippoecm.repository.security.group.GroupManager; -import org.hippoecm.repository.security.role.Role; import org.hippoecm.repository.security.user.UserManager; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -66,6 +67,11 @@ private static final SecurityManager instance = new SecurityManager(); /** + * Lock for sync the init method + */ + private final ReadWriteLock lock = new ReentrantReadWriteLock(); + + /** * Logger */ private final Logger log = LoggerFactory.getLogger(SecurityManager.class); @@ -86,29 +92,42 @@ * @throws RepositoryException */ public void init(Session session) throws RepositoryException { - if (this.session != null && this.session.isLive()) { - return; + lock.readLock().lock(); + try { + if (this.session != null && this.session.isLive()) { + return; + } + } finally { + lock.readLock().unlock(); } - this.session = session; + + lock.writeLock().lock(); + try { + if (this.session != null && this.session.isLive()) { + return; + } + this.session = session; - // initial create - createSecurityProviders(); + // initial create + createSecurityProviders(); - // start a listener to check if provider are added or removed - ObservationManager obMgr = session.getWorkspace().getObservationManager(); - listener = new EventListener() { - public void onEvent(EventIterator events) { - try { - clearProviders(); - createSecurityProviders(); - } catch (RepositoryException e) { - log.info("Failed to reload config for provider: {}", e.getMessage()); + // start a listener to check if provider are added or removed + ObservationManager obMgr = session.getWorkspace().getObservationManager(); + listener = new EventListener() { + public void onEvent(EventIterator events) { + try { + clearProviders(); + createSecurityProviders(); + } catch (RepositoryException e) { + log.info("Failed to reload config for provider: {}", e.getMessage()); + } } - } - }; - obMgr.addEventListener(listener, Event.NODE_ADDED | Event.NODE_REMOVED, "/" + SECURITY_CONFIG_PATH, true, null, - new String[] { HippoNodeType.NT_SECURITYPROVIDER }, true); - + }; + obMgr.addEventListener(listener, Event.NODE_ADDED | Event.NODE_REMOVED, "/" + SECURITY_CONFIG_PATH, true, null, + new String[] { HippoNodeType.NT_SECURITYPROVIDER }, true); + } finally { + lock.writeLock().unlock(); + } } /** From helpdesk at onehippo.com Wed Dec 16 12:20:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 16 12:20:25 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3434) Make init method of SecurityManager thread safe In-Reply-To: <14884659.180811258983495774.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <25128885.40841260962400328.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3434. ------------------------------------------ Resolution: Fixed > Make init method of SecurityManager thread safe > ----------------------------------------------- > > Key: HREPTWO-3434 > URL: http://issues.onehippo.com/browse/HREPTWO-3434 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Fix For: r2.10.00 > > > javax.jcr.RepositoryException: this session has been closed > at org.apache.jackrabbit.core.SessionImpl.sanityCheck(SessionImpl.java:381) > at org.apache.jackrabbit.core.SessionImpl.getRootNode(SessionImpl.java:788) > at org.hippoecm.repository.security.user.AbstractUserManager.getUser(AbstractUserManager.java:155) > at org.hippoecm.repository.security.SecurityManager.authenticate(SecurityManager.java:133) > at org.hippoecm.repository.security.HippoLoginModule.authenticate(HippoLoginModule.java:252) > at org.junit.Assert.assertTrue(Assert.java:43) > at org.hippoecm.repository.security.HippoLoginModule.login(HippoLoginModule.java:181) > at org.hippoecm.hst.core.jcr.pool.TestBasicPoolingRepository$UncautiousJob.run(TestBasicPoolingRepository.java:254) > at org.apache.jackrabbit.core.security.authentication.LocalAuthContext.login(LocalAuthContext.java:72) > at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1356) > at org.hippoecm.repository.jackrabbit.RepositoryImpl.login(RepositoryImpl.java:195) > at org.hippoecm.repository.impl.RepositoryDecorator.login(RepositoryDecorator.java:84) > at org.hippoecm.repository.decorating.checked.RepositoryDecorator.login(RepositoryDecorator.java:77) > at org.hippoecm.hst.core.jcr.pool.TestBasicPoolingRepository$Worker.run(TestBasicPoolingRepository.java:222) > at org.hippoecm.repository.HippoRepositoryImpl.login(HippoRepositoryImpl.java:113) > at org.hippoecm.repository.HippoRepositoryImpl.login(HippoRepositoryImpl.java:126) > at org.hippoecm.hst.core.jcr.pool.JcrHippoRepository.login(JcrHippoRepository.java:124) > at org.hippoecm.hst.core.jcr.pool.BasicPoolingRepository$SessionFactory.makeObject(BasicPoolingRepository.java:878) > at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974) > Exception in thread "Thread-35" java.lang.AssertionError: No waiting occurred. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:28:00 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 16 12:28:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3547) Eliminate /binaries mounting for images Message-ID: <20332559.41011260962880400.JavaMail.jira@jira.vm.castaserver.com> Eliminate /binaries mounting for images --------------------------------------- Key: HREPTWO-3547 URL: http://issues.onehippo.com/browse/HREPTWO-3547 Project: Hippo Repository 2 Issue Type: Sub-task Reporter: Frank van Lankvelt Assignee: Frank van Lankvelt -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:28:00 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 16 12:28:25 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3548) Remove url parsing from link/image editing in Xinha Message-ID: <20710227.41061260962880487.JavaMail.jira@jira.vm.castaserver.com> Remove url parsing from link/image editing in Xinha --------------------------------------------------- Key: HREPTWO-3548 URL: http://issues.onehippo.com/browse/HREPTWO-3548 Project: Hippo Repository 2 Issue Type: Sub-task Reporter: Frank van Lankvelt -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:30:00 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Wed Dec 16 12:30:27 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3549) Hide inappropriate workflow actions Message-ID: <16821214.41111260963000402.JavaMail.jira@jira.vm.castaserver.com> Hide inappropriate workflow actions ----------------------------------- Key: HREPTWO-3549 URL: http://issues.onehippo.com/browse/HREPTWO-3549 Project: Hippo Repository 2 Issue Type: Sub-task Reporter: Frank van Lankvelt Assignee: Frank van Lankvelt -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 12:30:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 16 12:30:33 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3527) CMS locks down completely after a modest load test In-Reply-To: <28003372.21081260559020658.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <20665982.41171260963000485.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=77768#action_77768 ] Bart van der Schans commented on HREPTWO-3527: ---------------------------------------------- Thx Rob! I've applied the patch to the 7.2 branch and trunk that fixes exactly the dead lock in the "original-quickstart" file. Did you still get dead locks with the patch applied? I didn't see any thread dumps in the two patched-quickstart log files. Bart > CMS locks down completely after a modest load test > -------------------------------------------------- > > Key: HREPTWO-3527 > URL: http://issues.onehippo.com/browse/HREPTWO-3527 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Environment: Linux, Win XP > Reporter: Rob van der Linden Vooren > Assignee: Bart van der Schans > Priority: Blocker > Fix For: r2.09.05, r2.11.00 > > Attachments: blocked-threaddump-cachinghierarchymanager.txt, exception thrown before lock.txt, latest-stracktrace.txt, log4j.log, more-quickstart-testing-logs.zip, test-rob-clean-dennis-5-threads-counted.plc > > > Hi all, > ------------- > Introduction: > ------------- > In our acceptance environment we have encountered a bug where the CMS locks down completely after running with ~5 actual concurrent human users. > In order to narrow down and reproduce this issue, we have taken your quickstart version of the CMS 2.09.04, and applied a simple automated load test which enabled us to reproduce the issue. > -------------------------- > Reproduction of the issue: > -------------------------- > We followed the instructions on: > http://www.onehippo.org/cms7/documentation/quickstart.html > and downloaded the quickstart from here: > http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.09.04/hippo-ecm-quickstart-bin-2.09.04.zip > Without further modifications, we started the CMS quickstart on a developer notebook. > We used a load testing tool called "Pure Load" (trial version) that allows recording and replaying of http requests. > See: http://www.minq.se/products/pureload/ > As such, we set up our test to simulate 5 concurrent clients that perform the following steps for an infinite amount of time. > Note that the scenario below was run from a simple notebook as well. > - login to the cms under unique user credentials > - navigate to the news folder > - create a new newsitem with a unique name (counting up) > - save the newsitem (including 'done', and closing tab) > - navigate back to the document root > - log out of the cms > Results: > After running this test setup for 5 to 10 minutes we observe that requests from the load tool no longer are served. > Trying to login to the CMS from a browser with no running session (clear cache) results in a timeout: the login form does show, login times out... > Users with a running session in the CMS, are capable of navigating through the CMS without visible issues. > Logging out such a user, will result in a timeout, trying to logout. > -------------------------- > Further information: > -------------------------- > See attachments. > - Deployment: clean Hippo 7.2 (2.09.04) > - Tool: PureLoad (free edition, trial version) > - Test Script: see attachment > - Nr of workers: 5 (logical names: scenario0 ... scenario4) > - Nr of threads: 5 (one per worker) > The script uses five (admin)users in the CMS: > - dennis0 / dennis0 > - dennis1 / dennis1 > - dennis2 / dennis2 > - dennis3 / dennis3 > - dennis4 / dennis4 > We used a 6th user (just admin/admin) to monitor activity in the CMS while performing the test. > We are sure you can help us out. > If you need any more information, let us know. > -- > Rob van der Linden Vooren | Software Engineer | JTeam | T: +31(0)2-04862036 | www.jteam.nl > General conditions apply -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 12:39:18 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 16 12:39:18 2009 Subject: [HippoRepos-dev] [21097] hippo-ecm: HREPTWO-16: add type parameters to perspective Message-ID: <20091216113918.23A16C971@svnnew.onehippo.org> Revision: 21097 Author: fvlankvelt Date: 2009-12-16 12:39:17 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-16: add type parameters to perspective Modified Paths: -------------- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/perspective/Perspective.java Modified: hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/perspective/Perspective.java =================================================================== --- hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/perspective/Perspective.java 2009-12-16 11:26:05 UTC (rev 21096) +++ hippo-ecm/trunk/addon/standards/frontend/src/main/java/org/hippoecm/frontend/plugins/standards/perspective/Perspective.java 2009-12-16 11:39:17 UTC (rev 21097) @@ -23,7 +23,7 @@ import org.hippoecm.frontend.service.ITitleDecorator; import org.hippoecm.frontend.service.render.RenderPlugin; -public abstract class Perspective extends RenderPlugin implements ITitleDecorator { +public abstract class Perspective extends RenderPlugin implements ITitleDecorator { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; @@ -31,7 +31,7 @@ public static final String TITLE = "perspective.title"; - private IModel title = new Model("title"); + private IModel title = new Model("title"); public Perspective(IPluginContext context, IPluginConfig config) { super(context, config); @@ -43,7 +43,7 @@ // ITitleDecorator - public IModel getTitle() { + public IModel getTitle() { return title; } From helpdesk at onehippo.com Wed Dec 16 14:27:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:27:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3550) remove the property type postfixing in lucene terms with FacetTypeConstants like '\uFAFA' Message-ID: <11542435.43381260970020230.JavaMail.jira@jira.vm.castaserver.com> remove the property type postfixing in lucene terms with FacetTypeConstants like '\uFAFA' ----------------------------------------------------------------------------------------- Key: HREPTWO-3550 URL: http://issues.onehippo.com/browse/HREPTWO-3550 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Priority: High Fix For: r2.11.00 We do not need these FacetTypeConstants anymore: it also makes wilcard queries superfluous, and we can do exact term queries -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 14:31:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:31:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3551) remove FixedScoreTermQuery as it is not much faster then normal TermQuery Message-ID: <19592819.43441260970260277.JavaMail.jira@jira.vm.castaserver.com> remove FixedScoreTermQuery as it is not much faster then normal TermQuery ------------------------------------------------------------------------- Key: HREPTWO-3551 URL: http://issues.onehippo.com/browse/HREPTWO-3551 Project: Hippo Repository 2 Issue Type: Sub-task Affects Versions: r2.10.00 Reporter: Ard Schrijvers Assignee: Ard Schrijvers Fix For: r2.11.00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 14:38:26 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 14:38:28 2009 Subject: [HippoRepos-dev] [21098] hippo-ecm: HREPTWO-3550, HREPTWO-3551 improved code wrt not using FacetTypeConstants lucene term postfixes like '\uFAFA', added better support for Date properties, and removed the unnecessary complex FixedScoreTermQuery Message-ID: <20091216133826.C92B9C971@svnnew.onehippo.org> Revision: 21098 Author: aschrijvers Date: 2009-12-16 14:38:24 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3550, HREPTWO-3551 improved code wrt not using FacetTypeConstants lucene term postfixes like '\uFAFA', added better support for Date properties, and removed the unnecessary complex FixedScoreTermQuery Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFirstImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineWrapperImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/AuthorizationQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingSearchIndex.java hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/repository-test.cnd hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/AbstractFacetSearchProvider.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/AbstractFacetNavigationProvider.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetSubNavigationProvider.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetsAvailableNavigationProvider.java Removed Paths: ------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetTypeConstants.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFirstImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFirstImpl.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFirstImpl.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -235,4 +235,8 @@ public QueryImpl parse(String query) { return this . new QueryImpl(query); } + + public String resolveLuceneTermToPropertyString(String resolvedFacet, String luceneTerm) { + return luceneTerm; + } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -39,6 +39,7 @@ import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.Filter; import org.apache.lucene.search.IndexSearcher; +import org.apache.lucene.search.TermQuery; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.jackrabbit.HippoSharedItemStateManager; import org.hippoecm.repository.jackrabbit.KeyValue; @@ -49,7 +50,6 @@ import org.hippoecm.repository.query.lucene.FacetsQuery; import org.hippoecm.repository.query.lucene.FacetsQueryFilter; import org.hippoecm.repository.query.lucene.FixedScoreSimilarity; -import org.hippoecm.repository.query.lucene.FixedScoreTermQuery; import org.hippoecm.repository.query.lucene.ServicingFieldNames; import org.hippoecm.repository.query.lucene.ServicingIndexingConfiguration; import org.hippoecm.repository.query.lucene.ServicingSearchIndex; @@ -179,7 +179,7 @@ */ org.apache.lucene.search.Query initialLuceneQuery = null; if (initialQuery != null && !initialQuery.xpath.equals("")) { - initialLuceneQuery = new FixedScoreTermQuery(new Term(ServicingFieldNames.HIPPO_PATH, initialQuery.xpath)); + initialLuceneQuery = new TermQuery(new Term(ServicingFieldNames.HIPPO_PATH, initialQuery.xpath)); } BooleanQuery searchQuery = new BooleanQuery(true); @@ -332,4 +332,7 @@ } + public String resolveLuceneTermToPropertyString(String resolvedFacet, String luceneTerm) { + return super.luceneTermToProperty(resolvedFacet, luceneTerm); + } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -37,6 +37,7 @@ import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.IndexSearcher; +import org.apache.lucene.search.TermQuery; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.jackrabbit.HippoSharedItemStateManager; import org.hippoecm.repository.jackrabbit.KeyValue; @@ -45,7 +46,6 @@ import org.hippoecm.repository.query.lucene.FacetResultCollector; import org.hippoecm.repository.query.lucene.FacetsQuery; import org.hippoecm.repository.query.lucene.FixedScoreSimilarity; -import org.hippoecm.repository.query.lucene.FixedScoreTermQuery; import org.hippoecm.repository.query.lucene.InheritedFilterQuery; import org.hippoecm.repository.query.lucene.ServicingFieldNames; import org.hippoecm.repository.query.lucene.ServicingIndexingConfiguration; @@ -166,7 +166,7 @@ */ org.apache.lucene.search.Query initialLuceneQuery = null; if (initialQuery != null && !initialQuery.xpath.equals("")) { - initialLuceneQuery = new FixedScoreTermQuery(new Term(ServicingFieldNames.HIPPO_PATH, initialQuery.xpath)); + initialLuceneQuery = new TermQuery(new Term(ServicingFieldNames.HIPPO_PATH, initialQuery.xpath)); } /* @@ -298,4 +298,9 @@ super.doInit(); } + + + public String resolveLuceneTermToPropertyString(String resolvedFacet, String luceneTerm) { + return super.luceneTermToProperty(resolvedFacet, luceneTerm); + } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineWrapperImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineWrapperImpl.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineWrapperImpl.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -90,4 +90,8 @@ public Q parse(String query) { return upstream.parse(query); } + + public String resolveLuceneTermToPropertyString(String resolvedFacet, String luceneTerm) { + return upstream.resolveLuceneTermToPropertyString(resolvedFacet, luceneTerm); + } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/AuthorizationQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/AuthorizationQuery.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/AuthorizationQuery.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -33,14 +33,13 @@ import org.apache.jackrabbit.core.SessionImpl; import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; -import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.Name; +import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.MatchAllDocsQuery; import org.apache.lucene.search.Query; import org.apache.lucene.search.TermQuery; -import org.apache.lucene.search.WildcardQuery; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.security.FacetAuthConstants; import org.hippoecm.repository.security.domain.DomainRule; @@ -190,15 +189,15 @@ return QueryHelper.negateQuery(b); } } else { - Query wq = new WildcardQuery(new Term(internalFieldName, facetRule.getValue() + "?")); + Query tq = new TermQuery(new Term(internalFieldName, facetRule.getValue())); if (facetRule.isEqual()) { - return wq; + return tq; } else { BooleanQuery b = new BooleanQuery(false); Query propExists = new TermQuery(new Term(ServicingFieldNames.FACET_PROPERTIES_SET, internalNameTerm)); b.add(propExists, Occur.MUST); - b.add(wq, Occur.MUST_NOT); + b.add(tq, Occur.MUST_NOT); return b; } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetPropExistsQuery.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -20,6 +20,7 @@ import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.Query; +import org.apache.lucene.search.TermQuery; import org.apache.lucene.search.BooleanClause.Occur; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -44,7 +45,7 @@ Name nodeName; nodeName = NameFactoryImpl.getInstance().create(facet); if (indexingConfig.isFacet(nodeName)) { - Query q = new FixedScoreTermQuery(new Term(ServicingFieldNames.FACET_PROPERTIES_SET, internalName)); + Query q = new TermQuery(new Term(ServicingFieldNames.FACET_PROPERTIES_SET, internalName)); this.query.add(q, Occur.MUST); } else { log.warn("Property " + nodeName.getNamespaceURI() + ":" + nodeName.getLocalName() + " not allowed for facetted search. " + Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -26,7 +26,7 @@ import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.Query; -import org.apache.lucene.search.WildcardQuery; +import org.apache.lucene.search.TermQuery; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.jackrabbit.KeyValue; import org.slf4j.Logger; @@ -64,21 +64,16 @@ propertyName.append(nsMappings.translatePropertyName(pathElements[i].getName())); } - Query wq ; + Query tq ; if(keyValue.getValue() == null) { // only make sure the document contains at least the facet (propertyName) - wq = new FacetPropExistsQuery(keyValue.getKey() , new String(propertyName), indexingConfig).getQuery(); + tq = new FacetPropExistsQuery(keyValue.getKey() , new String(propertyName), indexingConfig).getQuery(); } else { - /* - * TODO HREPTWO-652 : when lucene 2.3.x or higher is used, replace wildcardquery - * below with FixedScoreTermQuery without wildcard, and use payload to get the type - */ String internalName = ServicingNameFormat.getInternalFacetName(new String(propertyName)); - wq = new WildcardQuery(new Term(internalName, keyValue.getValue() + "?")); + tq = new TermQuery(new Term(internalName, keyValue.getValue())); } - //Query q = new FixedScoreTermQuery(new Term(internalName, entry.getValue() + "?")); - this.query.add(wq, Occur.MUST); + this.query.add(tq, Occur.MUST); } else { log.warn("Property " + keyValue.getKey() + " not allowed for facetted search. " + "Add the property to the indexing configuration to be defined as FACET"); } Deleted: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FixedScoreTermQuery.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -1,215 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.repository.query.lucene; - -import java.io.IOException; -import java.util.Set; - -import org.apache.lucene.index.IndexReader; -import org.apache.lucene.index.Term; -import org.apache.lucene.index.TermDocs; -import org.apache.lucene.search.BooleanQuery; -import org.apache.lucene.search.ComplexExplanation; -import org.apache.lucene.search.Explanation; -import org.apache.lucene.search.HitCollector; -import org.apache.lucene.search.Query; -import org.apache.lucene.search.Scorer; -import org.apache.lucene.search.Searcher; -import org.apache.lucene.search.Similarity; -import org.apache.lucene.search.Weight; -import org.apache.lucene.util.ToStringUtils; - -/** A Query that matches documents containing a term. -This may be combined with other terms with a {@link BooleanQuery}. - */ -public class FixedScoreTermQuery extends Query { - - private static final long serialVersionUID = 1L; - - @SuppressWarnings("unused") - private final static String SVN_ID = "$Id$"; - - private Term term; - - private class FixedScoreTermWeight implements Weight { - - private static final long serialVersionUID = 1L; - private Similarity similarity; - private float value; - - public FixedScoreTermWeight(Searcher searcher) throws IOException { - this.similarity = searcher.getSimilarity(); - } - - public String toString() { - return "weight(" + FixedScoreTermQuery.this + ")"; - } - - public Query getQuery() { - return FixedScoreTermQuery.this; - } - - public float getValue() { - return value; - } - - public float sumOfSquaredWeights() { - return 1.0f; // square it - } - - public void normalize(float queryNorm) { - value = 1.0f; - } - - public Scorer scorer(IndexReader reader) throws IOException { - TermDocs termDocs = reader.termDocs(term); - - if (termDocs == null) { - return null; - } - return new FixedScoreTermScorer(this, termDocs, similarity); - } - - public Explanation explain(IndexReader reader, int doc) throws IOException { - - ComplexExplanation result = new ComplexExplanation(); - - return result; - } - } - - protected class FixedScoreTermScorer extends Scorer { - private int pointer; - private int doc; - private int pointerMax; - private TermDocs termDocs; - private final int[] docs = new int[32]; // buffered doc numbers (do not set higher) - private final int[] freqs = new int[32]; // buffered term freqs - - protected FixedScoreTermScorer(Similarity similarity) { - super(similarity); - } - - protected FixedScoreTermScorer(Weight weight, TermDocs td, Similarity similarity) { - super(similarity); - this.termDocs = td; - } - - public void score(HitCollector hc) throws IOException { - next(); - score(hc, Integer.MAX_VALUE); - } - - @Override - public int doc() { - return doc; - } - - @Override - public Explanation explain(int value) throws IOException { - return new Explanation(1.0f, "No Score Term Query has constant score of 1.0"); - } - - @Override - public boolean next() throws IOException { - pointer++; - if (pointer >= pointerMax) { - pointerMax = termDocs.read(docs, freqs); // refill buffer - if (pointerMax != 0) { - pointer = 0; - } else { - termDocs.close(); // close stream - doc = Integer.MAX_VALUE; // set to sentinel value - return false; - } - } - doc = docs[pointer]; - return true; - } - - @Override - public float score() throws IOException { - return 1.0f; - } - - @Override - public boolean skipTo(int target) throws IOException { - // first scan in cache - for (pointer++; pointer < pointerMax; pointer++) { - if (docs[pointer] >= target) { - doc = docs[pointer]; - return true; - } - } - - // not found in cache, seek underlying stream - boolean result = termDocs.skipTo(target); - if (result) { - pointerMax = 1; - pointer = 0; - docs[pointer] = doc = termDocs.doc(); - freqs[pointer] = termDocs.freq(); - } else { - doc = Integer.MAX_VALUE; - } - return result; - } - } - - /** Constructs a query for the term t. */ - public FixedScoreTermQuery(Term t) { - term = t; - } - - /** Returns the term of this query. */ - public Term getTerm() { - return term; - } - - protected Weight createWeight(Searcher searcher) throws IOException { - return new FixedScoreTermWeight(searcher); - } - - public void extractTerms(Set terms) { - terms.add(getTerm()); - } - - /** Prints a user-readable version of this query. */ - public String toString(String field) { - StringBuffer buffer = new StringBuffer(); - if (!term.field().equals(field)) { - buffer.append(term.field()); - buffer.append(":"); - } - buffer.append(term.text()); - buffer.append(ToStringUtils.boost(getBoost())); - return buffer.toString(); - } - - /** Returns true iff o is equal to this. */ - public boolean equals(Object o) { - if (!(o instanceof FixedScoreTermQuery)) { - return false; - } - FixedScoreTermQuery other = (FixedScoreTermQuery) o; - return this.term.equals(other.term); - } - - /** Returns a hash code value for this object.*/ - public int hashCode() { - return Float.floatToIntBits(getBoost()) ^ term.hashCode(); - } -} Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -25,6 +25,7 @@ import org.apache.jackrabbit.core.PropertyId; import org.apache.jackrabbit.core.query.QueryHandlerContext; +import org.apache.jackrabbit.core.query.lucene.DateField; import org.apache.jackrabbit.core.query.lucene.DoubleField; import org.apache.jackrabbit.core.query.lucene.FieldNames; import org.apache.jackrabbit.core.query.lucene.LongField; @@ -42,7 +43,6 @@ import org.apache.lucene.document.DateTools; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; -import org.hippoecm.repository.jackrabbit.FacetTypeConstants; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -210,18 +210,18 @@ // never facet; break; case PropertyType.BOOLEAN: - indexFacet(doc, fieldName, value.toString() + FacetTypeConstants.BOOLEAN_POSTFIX); + indexFacet(doc, fieldName, value.toString()); break; case PropertyType.DATE: - // TODO : configurable resolution for dates: currently SECONDS - String dateToString = DateTools.timeToString(value.getDate().getTimeInMillis(), DateTools.Resolution.SECOND); - indexFacet(doc, fieldName, dateToString + FacetTypeConstants.DATE_POSTFIX); + //String dateToString = DateTools.timeToString(value.getDate().getTimeInMillis(), DateTools.Resolution.SECOND); + String dateToString = DateField.timeToString(value.getDate().getTimeInMillis()); + indexFacet(doc, fieldName, dateToString); break; case PropertyType.DOUBLE: - indexFacet(doc, fieldName, DoubleField.doubleToString(new Double(value.getDouble()).doubleValue()) + FacetTypeConstants.DOUBLE_POSTFIX); + indexFacet(doc, fieldName, DoubleField.doubleToString(new Double(value.getDouble()).doubleValue())); break; case PropertyType.LONG: - indexFacet(doc, fieldName, LongField.longToString(new Long(value.getLong())) + FacetTypeConstants.LONG_POSTFIX); + indexFacet(doc, fieldName, LongField.longToString(new Long(value.getLong()))); break; case PropertyType.REFERENCE: // never facet; @@ -237,7 +237,7 @@ log.debug("truncating facet value because string length exceeds 255 chars. This is useless for facets"); str = str.substring(0, 255); } - indexFacet(doc, fieldName, str + FacetTypeConstants.STRING_POSTFIX); + indexFacet(doc, fieldName, str); } break; case PropertyType.NAME: @@ -249,7 +249,7 @@ try { // nodename in format: nsprefix:localname String primaryNodeName = queryHandlerContext.getNamespaceRegistry().getPrefix(value.getQName().getNamespaceURI()) + ":" + value.getQName().getLocalName(); - indexFacet(doc, fieldName, primaryNodeName + FacetTypeConstants.STRING_POSTFIX); + indexFacet(doc, fieldName, primaryNodeName); } catch (NamespaceException e) { log.error("Could not get primaryNodeName in format nsprefix:localname for '{}'", value.getQName()); } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingSearchIndex.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingSearchIndex.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingSearchIndex.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -25,6 +25,7 @@ import java.util.List; import java.util.NoSuchElementException; +import javax.jcr.PropertyType; import javax.jcr.RepositoryException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; @@ -32,9 +33,13 @@ import org.apache.jackrabbit.core.NodeId; import org.apache.jackrabbit.core.NodeIdIterator; +import org.apache.jackrabbit.core.query.PropertyTypeRegistry.TypeMapping; +import org.apache.jackrabbit.core.query.lucene.DateField; +import org.apache.jackrabbit.core.query.lucene.DoubleField; import org.apache.jackrabbit.core.query.lucene.FieldNames; import org.apache.jackrabbit.core.query.lucene.IndexFormatVersion; import org.apache.jackrabbit.core.query.lucene.IndexingConfigurationEntityResolver; +import org.apache.jackrabbit.core.query.lucene.LongField; import org.apache.jackrabbit.core.query.lucene.MultiIndex; import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.core.query.lucene.SearchIndex; @@ -46,6 +51,7 @@ import org.apache.jackrabbit.core.state.NodeStateIterator; import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.spi.commons.name.NameConstants; +import org.apache.jackrabbit.spi.commons.name.NameFactoryImpl; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.document.Fieldable; @@ -466,5 +472,57 @@ } } - + + // method that translates a lucene term into the original property + public String luceneTermToProperty(String resolvedFacet, String luceneTerm) { + + try { + // try to get the Name for resolvedFacet + Name facetName = NameFactoryImpl.getInstance().create(resolvedFacet); + TypeMapping[] typeMappings = getContext().getPropertyTypeRegistry().getPropertyTypes(facetName); + if(typeMappings.length == 0) { + log.debug("Property name '{}' not mapped in cnd: do not know how to convert from lucene term. Return lucene term", resolvedFacet); + } + else if(typeMappings.length > 1) { + log.debug("Same property name '{}' mapped to multiple types: do not know how to convert from lucene term. Return lucene term", resolvedFacet); + } else { + int type = typeMappings[0].type; + switch (type) { + case PropertyType.STRING: + return luceneTerm; + case PropertyType.BOOLEAN: + return luceneTerm; + case PropertyType.LONG: + try { + return String.valueOf(LongField.stringToLong(luceneTerm)); + } catch (NumberFormatException e) { + log.debug("Cannot parse lucene term to long"); + return luceneTerm; + } + case PropertyType.DOUBLE: + try { + return String.valueOf(DoubleField.stringToDouble(luceneTerm)); + } catch (NumberFormatException e) { + log.debug("Cannot parse lucene term to double"); + return luceneTerm; + } + case PropertyType.DATE: + try { + return String.valueOf(DateField.stringToTime(luceneTerm)); + } catch (NumberFormatException e) { + log.debug("Cannot parse lucene term to date"); + return luceneTerm; + } + case PropertyType.NAME: + return luceneTerm; + default: + return luceneTerm; + } + } + } catch (IllegalArgumentException e) { + log.debug("Cannot get Name for '{}'. Return the luceneTerm as is.", resolvedFacet); + } + + return luceneTerm; + } } Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -21,12 +21,14 @@ import static org.junit.Assert.assertTrue; import java.io.IOException; +import java.util.Calendar; import javax.jcr.Node; import javax.jcr.RepositoryException; import org.hippoecm.repository.TestCase; import org.hippoecm.repository.api.HippoNodeType; +import org.hippoecm.repository.api.NodeNameCodec; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -35,6 +37,8 @@ @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; + private final Calendar globalCal = Calendar.getInstance(); + @Before @Override public void setUp() throws Exception { @@ -59,28 +63,28 @@ Node node = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); assertNotNull(node); // assert some facetednavigation nodes exists - assertTrue(node.hasNode("brand/peugeot/color/hippo:resultset")); - assertTrue(node.hasNode("brand/peugeot/color/grey")); - assertTrue(node.hasNode("brand/peugeot/color/grey/hippo:resultset")); - assertTrue(node.hasNode("brand/peugeot/product/car")); - assertTrue(node.hasNode("brand/peugeot/product/car/color/grey")); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/hippo:resultset")); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/grey")); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/grey/hippo:resultset")); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:product/car")); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:product/car/hippo:color/grey")); // assert that after iterating the same key-value twice, there are no child nodes below this node: - assertTrue(node.hasNode("brand/peugeot/brand/peugeot")); - assertFalse(node.getNode("brand/peugeot/brand/peugeot").hasNodes()); + assertTrue(node.hasNode("hippo:brand/peugeot/hippo:brand/peugeot")); + assertFalse(node.getNode("hippo:brand/peugeot/hippo:brand/peugeot").hasNodes()); // assert some counts: - assertEquals(4L,node.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(4L,node.getNode("brand/hippo:resultset").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; - assertEquals(2L,node.getNode("brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; - assertEquals(2L,node.getNode("brand/peugeot/brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; + assertEquals(4L,node.getNode("hippo:brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(4L,node.getNode("hippo:brand/hippo:resultset").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; + assertEquals(2L,node.getNode("hippo:brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; + assertEquals(2L,node.getNode("hippo:brand/peugeot/hippo:brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()) ; // assert some counts are equal to number of nodes in resultset - assertEquals(node.getNode("brand/hippo:resultset").getNodes().getSize(),node.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(node.getNode("brand/peugeot/hippo:resultset").getNodes().getSize(),node.getNode("brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(node.getNode("brand/peugeot/color/hippo:resultset").getNodes().getSize(),node.getNode("brand/peugeot/color").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(node.getNode("brand/peugeot/product/car/hippo:resultset").getNodes().getSize(),node.getNode("brand/peugeot/product/car").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(node.getNode("brand/peugeot/product/car/color/grey/hippo:resultset").getNodes().getSize(),node.getNode("brand/peugeot/product/car/color/grey").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(node.getNode("hippo:brand/hippo:resultset").getNodes().getSize(),node.getNode("hippo:brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(node.getNode("hippo:brand/peugeot/hippo:resultset").getNodes().getSize(),node.getNode("hippo:brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(node.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset").getNodes().getSize(),node.getNode("hippo:brand/peugeot/hippo:color").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(node.getNode("hippo:brand/peugeot/hippo:product/car/hippo:resultset").getNodes().getSize(),node.getNode("hippo:brand/peugeot/hippo:product/car").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(node.getNode("hippo:brand/peugeot/hippo:product/car/hippo:color/grey/hippo:resultset").getNodes().getSize(),node.getNode("hippo:brand/peugeot/hippo:product/car/hippo:color/grey").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); } @@ -121,14 +125,14 @@ Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); // without filter: - assertNotNull(navigation.getNode("brand")); - assertEquals(4L,navigation.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertNotNull(navigation.getNode("brand/mercedes")); - assertNotNull(navigation.getNode("brand/peugeot/color/hippo:resultset")); - assertNotNull(navigation.getNode("brand/peugeot/color/hippo:resultset/car4")); + assertNotNull(navigation.getNode("hippo:brand")); + assertEquals(4L,navigation.getNode("hippo:brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertNotNull(navigation.getNode("hippo:brand/mercedes")); + assertNotNull(navigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset")); + assertNotNull(navigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4")); // car 4 has a link to car 1 - assertNotNull(navigation.getNode("brand/peugeot/color/hippo:resultset/car4/car1")); - assertNotNull(navigation.getNode("brand/peugeot/color/hippo:resultset/car4/car1/car1")); + assertNotNull(navigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4/car1")); + assertNotNull(navigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4/car1/car1")); /* * let's create a facetselect with filter, that points to the faceted navigation. @@ -141,7 +145,7 @@ Node facetselect = testNode.addNode("filtered", HippoNodeType.NT_FACETSELECT); facetselect.setProperty(HippoNodeType.HIPPO_DOCBASE, docbase); facetselect.setProperty(HippoNodeType.HIPPO_MODES, new String[]{"select"}); - facetselect.setProperty(HippoNodeType.HIPPO_FACETS, new String[]{"brand"}); + facetselect.setProperty(HippoNodeType.HIPPO_FACETS, new String[]{"hippo:brand"}); facetselect.setProperty(HippoNodeType.HIPPO_VALUES, new String[]{"peugeot"}); session.save(); session.refresh(false); @@ -152,20 +156,20 @@ assertNotNull(testNode.getNode("filtered/hippo:navigation")); Node filteredNavigation = testNode.getNode("filtered/hippo:navigation"); - assertNotNull(filteredNavigation.getNode("brand")); + assertNotNull(filteredNavigation.getNode("hippo:brand")); // after filter, only 2 results here! - assertEquals(2L,filteredNavigation.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertEquals(2L,filteredNavigation.getNode("hippo:brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); // mercedes should not resolve through filter - assertFalse(filteredNavigation.hasNode("brand/mercedes")); + assertFalse(filteredNavigation.hasNode("hippo:brand/mercedes")); - assertTrue(filteredNavigation.hasNode("brand/peugeot")); - assertEquals(2L, filteredNavigation.getNode("brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertNotNull(filteredNavigation.getNode("brand/peugeot/color/hippo:resultset/car4")); + assertTrue(filteredNavigation.hasNode("hippo:brand/peugeot")); + assertEquals(2L, filteredNavigation.getNode("hippo:brand/peugeot").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertNotNull(filteredNavigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4")); // car 4 has a link to car 1 so the handle is visible - assertNotNull(filteredNavigation.getNode("brand/peugeot/color/hippo:resultset/car4/car1")); + assertNotNull(filteredNavigation.getNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4/car1")); // because of the original filter, car1 document which is brand mercedes is not allowed to be visible - assertFalse(filteredNavigation.hasNode("brand/peugeot/color/hippo:resultset/car4/car1/car1")); + assertFalse(filteredNavigation.hasNode("hippo:brand/peugeot/hippo:color/hippo:resultset/car4/car1/car1")); } @@ -180,21 +184,39 @@ session.save(); Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); - // the brand count: - assertNotNull(navigation.getNode("brand")); - assertEquals(4L,navigation.getNode("brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertNotNull(navigation.getNode("hippo:brand")); + assertEquals(4L,navigation.getNode("hippo:brand").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); // the primary node type counts: note, that there are 5 cars, onyly 4 of them having a brand, hence, 5L hippo:testdocument's assertNotNull(navigation.getNode("jcr:primaryType")); assertEquals(5L,navigation.getNode("jcr:primaryType").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertEquals(5L,navigation.getNode("jcr:primaryType/hippo:testdocument").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + String encodeNodeName = NodeNameCodec.encode("hippo:testcardocument", true); + assertEquals(5L,navigation.getNode("jcr:primaryType/"+encodeNodeName).getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + assertNotNull(navigation.getNode("hippo:brand/peugeot/jcr:primaryType/"+encodeNodeName)); + assertEquals(2L,navigation.getNode("hippo:brand/peugeot/jcr:primaryType/"+encodeNodeName).getProperty(HippoNodeType.HIPPO_COUNT).getLong()); - assertNotNull(navigation.getNode("brand/peugeot/jcr:primaryType/hippo:testdocument")); - assertEquals(2L,navigation.getNode("brand/peugeot/jcr:primaryType/hippo:testdocument").getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + session.save(); + } + + @Test + public void testFacetsOnDateValue() throws RepositoryException, IOException { + commonStart(); + Node testNode = session.getRootNode().getNode("test"); + createSimpleStructure1(testNode); + createFacetNodeDateValue(testNode); session.save(); + + // we must have a node "/hippo:navigation/hippo:date/" + globalCal.getTimeInMillis() as date nodes are displayed in millisec and there should be 4 of them + + Node navigation = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); + + assertNotNull(navigation.getNode("hippo:date")); + assertNotNull(navigation.getNode("hippo:date/"+globalCal.getTimeInMillis())); + assertEquals(4L,navigation.getNode("hippo:date/"+globalCal.getTimeInMillis()).getProperty(HippoNodeType.HIPPO_COUNT).getLong()); + } private void commonStart() throws RepositoryException{ @@ -213,43 +235,46 @@ */ Node car = cars.addNode("car0","hippo:handle"); car.addMixin("hippo:hardhandle"); - car = car.addNode("car0","hippo:testdocument"); + car = car.addNode("car0","hippo:testcardocument"); car.addMixin("hippo:harddocument"); // car 1 car = cars.addNode("car1","hippo:handle"); car.addMixin("hippo:hardhandle"); - car = car.addNode("car1","hippo:testdocument"); + car = car.addNode("car1","hippo:testcardocument"); car.addMixin("hippo:harddocument"); - car.setProperty("brand", "mercedes"); - car.setProperty("color", "grey"); - car.setProperty("product", "car"); + car.setProperty("hippo:brand", "mercedes"); + car.setProperty("hippo:color", "grey"); + car.setProperty("hippo:product", "car"); + car.setProperty("hippo:date", globalCal); // car 2 car = cars.addNode("car2","hippo:handle"); car.addMixin("hippo:hardhandle"); - car = car.addNode("car2","hippo:testdocument"); + car = car.addNode("car2","hippo:testcardocument"); car.addMixin("hippo:harddocument"); - car.setProperty("brand", "volkswagen"); - car.setProperty("color", "grey"); - car.setProperty("product", "car"); + car.setProperty("hippo:brand", "volkswagen"); + car.setProperty("hippo:color", "grey"); + car.setProperty("hippo:product", "car"); + car.setProperty("hippo:date", globalCal); // car 3 car = cars.addNode("car3","hippo:handle"); car.addMixin("hippo:hardhandle"); - car = car.addNode("car3","hippo:testdocument"); + car = car.addNode("car3","hippo:testcardocument"); car.addMixin("hippo:harddocument"); - car.setProperty("brand", "peugeot"); - car.setProperty("color", "blue"); - car.setProperty("product", "car"); + car.setProperty("hippo:brand", "peugeot"); + car.setProperty("hippo:color", "blue"); + car.setProperty("hippo:product", "car"); + car.setProperty("hippo:date", globalCal); test.save(); // car 4 car = cars.addNode("car4","hippo:handle"); car.addMixin("hippo:hardhandle"); - car = car.addNode("car4","hippo:testdocument"); + car = car.addNode("car4","hippo:testcardocument"); car.addMixin("hippo:harddocument"); // add a facetselect to car 1 @@ -260,11 +285,11 @@ facetselect.setProperty(HippoNodeType.HIPPO_VALUES, new String[]{}); facetselect.setProperty(HippoNodeType.HIPPO_FACETS, new String[]{}); - car.setProperty("brand", "peugeot"); - car.setProperty("color", "grey"); - car.setProperty("product", "car"); + car.setProperty("hippo:brand", "peugeot"); + car.setProperty("hippo:color", "grey"); + car.setProperty("hippo:product", "car"); + car.setProperty("hippo:date", globalCal); - } private void createSimpleStructure2(Node test) throws RepositoryException { @@ -293,7 +318,7 @@ node.addMixin("mix:referenceable"); node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); - node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "brand", "color", "product" }); + node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "hippo:brand", "hippo:color", "hippo:product" }); } private void createFacetNodeMultiValue(Node node) throws RepositoryException { @@ -307,8 +332,14 @@ node = node.addNode("facetnavigation"); node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); - node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "jcr:primaryType", "brand"}); - //node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] {"brand"}); + node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] { "jcr:primaryType", "hippo:brand"}); } + + private void createFacetNodeDateValue(Node node) throws RepositoryException { + node = node.addNode("facetnavigation"); + node = node.addNode("hippo:navigation", HippoNodeType.NT_FACETNAVIGATION); + node.setProperty(HippoNodeType.HIPPO_DOCBASE, session.getRootNode().getNode("test/documents").getUUID()); + node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] {"hippo:date"}); + } } Modified: hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/repository-test.cnd =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/repository-test.cnd 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/engine/src/test/resources/org/hippoecm/repository/repository-test.cnd 2009-12-16 13:38:24 UTC (rev 21098) @@ -27,6 +27,13 @@ + * (nt:base) = hippo:ntunstructured multiple - * +[hippo:testcardocument] > hippo:document ++ * (nt:base) = hippo:ntunstructured multiple +- hippo:product (string) +- hippo:brand (string) +- hippo:color (string) +- hippo:date (date) + [hippo:testtagdocument] > hippo:document - * (String) multiple Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -444,4 +444,6 @@ * language expected by the interface implementation. */ public Q parse(String query); + + public String resolveLuceneTermToPropertyString(String resolvedFacet, String luceneTerm); } Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/AbstractFacetSearchProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/AbstractFacetSearchProvider.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/AbstractFacetSearchProvider.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -29,8 +29,6 @@ import org.apache.jackrabbit.core.NodeId; import org.apache.jackrabbit.core.nodetype.PropDef; -import org.apache.jackrabbit.core.query.lucene.DoubleField; -import org.apache.jackrabbit.core.query.lucene.LongField; import org.apache.jackrabbit.core.state.NodeState; import org.apache.jackrabbit.core.state.PropertyState; import org.apache.jackrabbit.core.value.InternalValue; @@ -149,11 +147,13 @@ facetSearchResultMap.put(resolvePath(facets[0]).toString(), facetSearchResult); List> currentFacetQuery = new ArrayList>(); + String resolvedFacet = null; for (int i = 0; search != null && i < search.length; i++) { Matcher matcher = facetPropertyPattern.matcher(search[i]); if (matcher.matches() && matcher.groupCount() == 2) { try { - currentFacetQuery.add(new FacetKeyValue(resolvePath(matcher.group(1)).toString(), matcher.group(2))); + resolvedFacet = resolvePath(matcher.group(1)).toString(); + currentFacetQuery.add(new FacetKeyValue(resolvedFacet, matcher.group(2))); } catch (IllegalNameException ex) { log.error("intermediate facet search broken", ex); return state; @@ -208,18 +208,19 @@ if (search != null && search.length > 0) { System.arraycopy(search, 0, newSearch, 0, search.length); } - // nextTerm is the next facet value to search for (skip last char because this is the facet type constant) - String nextFacet = entry.facetValue.substring(0, entry.facetValue.length() - 1); - Character facetTypeConstant = entry.facetValue.charAt(entry.facetValue.length() - 1); + String luceneTerm = entry.facetValue; + if (facets[0].indexOf("#") == -1) { - newSearch[newSearch.length - 1] = "@" + facets[0] + "='" + nextFacet + "'"; + newSearch[newSearch.length - 1] = "@" + facets[0] + "='" + luceneTerm + "'"; } else { newSearch[newSearch.length - 1] = "@" + facets[0].substring(0, facets[0].indexOf("#")) + "='" - + nextFacet + "'" + facets[0].substring(facets[0].indexOf("#")); + + luceneTerm + "'" + facets[0].substring(facets[0].indexOf("#")); } try { - String name = getDisplayName(nextFacet, facetTypeConstant); + //String name = getDisplayName(nextFacet, facetTypeConstant); + String name = facetedEngine.resolveLuceneTermToPropertyString(resolvedFacet, luceneTerm); + Name childName = resolveName(NodeNameCodec.encode(name, true)); FacetSearchNodeId childNodeId = new FacetSearchNodeId(subSearchProvider, state.getNodeId(), childName); @@ -294,39 +295,6 @@ return populate(state); } - private String getDisplayName(String nextFacet, Character facetTypeConstant) { - int type = 0; - while (type < FacetTypeConstants.POSTFIXES.length) { - if (facetTypeConstant.equals(FacetTypeConstants.POSTFIXES[type])) { - break; - } - type++; - } - switch (type) { - case FacetTypeConstants.STRING: - return nextFacet; - case FacetTypeConstants.BOOLEAN: - return nextFacet; - case FacetTypeConstants.LONG: - return String.valueOf(LongField.stringToLong(nextFacet)); - case FacetTypeConstants.DOUBLE: - return String.valueOf(DoubleField.stringToDouble(nextFacet)); - case FacetTypeConstants.DATE: - return nextFacet; - // TODO : configurable representation of date nodes + resolution - //try { - //return String.valueOf(DateTools.stringToDate(nextFacet).toString()); - //} catch (ParseException e) { - // log.error("error parsing date " + e.getMessage()); - // return nextFacet; - //} - //return String.valueOf(DateField.stringToDate(nextFacet).toString()); - default: - return nextFacet; - } - - } - public class FacetSearchEntry implements Comparable { private String facetValue; private Count count; Deleted: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetTypeConstants.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetTypeConstants.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetTypeConstants.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -1,37 +0,0 @@ -/* - * Copyright 2008 Hippo. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.hippoecm.repository.jackrabbit; - -/** - * This class contains Character constants to use to prepend a facet lucene field to - * be able to distinguish between Date, String, Long, Double and Boolean - */ -public interface FacetTypeConstants { - final static String SVN_ID = "$Id$"; - - public final static Character STRING_POSTFIX = '\uFAFA'; - public final static Character BOOLEAN_POSTFIX = '\uFAFE'; - public final static Character LONG_POSTFIX = '\uFAFD'; - public final static Character DOUBLE_POSTFIX = '\uFAFC'; - public final static Character DATE_POSTFIX = '\uFAFB'; - public final static Character[] POSTFIXES = {STRING_POSTFIX,BOOLEAN_POSTFIX,LONG_POSTFIX,DOUBLE_POSTFIX,DATE_POSTFIX}; - - public final static int STRING = 0; - public final static int BOOLEAN = 1; - public final static int LONG = 2; - public final static int DOUBLE = 3; - public final static int DATE = 4; -} Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/AbstractFacetNavigationProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/AbstractFacetNavigationProvider.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/AbstractFacetNavigationProvider.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -23,8 +23,6 @@ import org.apache.jackrabbit.core.NodeId; import org.apache.jackrabbit.core.nodetype.PropDef; -import org.apache.jackrabbit.core.query.lucene.DoubleField; -import org.apache.jackrabbit.core.query.lucene.LongField; import org.apache.jackrabbit.core.state.NodeState; import org.apache.jackrabbit.spi.Name; import org.hippoecm.repository.FacetedNavigationEngine; @@ -33,7 +31,6 @@ import org.hippoecm.repository.FacetedNavigationEngine.Query; import org.hippoecm.repository.api.HippoNodeType; import org.hippoecm.repository.jackrabbit.DataProviderContext; -import org.hippoecm.repository.jackrabbit.FacetTypeConstants; import org.hippoecm.repository.jackrabbit.HippoNodeId; import org.hippoecm.repository.jackrabbit.HippoVirtualProvider; import org.hippoecm.repository.jackrabbit.IFilterNodeId; @@ -90,12 +87,9 @@ */ boolean stopSubNavigation = false; - /* - * the ancestors and self (only of SubNavigation nodes) stringName version before a org.apache.jackrabbit.spi.Name is created through - * NodeNameCodec.encode(name) - */ - String[] ancestorAndSelfSubNavNames; + String[] ancestorAndSelfUsedLuceneTerms; + /* * usedFacetValueCombis is the same as currentSearch, only the current search has as keys the string value * of org.apache.jackrabbit.spi.Path whereas the usedFacetValueCombis as keys has the orginal facet name @@ -178,36 +172,4 @@ } - String getDisplayName(String nextFacet, Character facetTypeConstant) { - int type = 0; - while (type < FacetTypeConstants.POSTFIXES.length) { - if (facetTypeConstant.equals(FacetTypeConstants.POSTFIXES[type])) { - break; - } - type++; - } - switch (type) { - case FacetTypeConstants.STRING: - return nextFacet; - case FacetTypeConstants.BOOLEAN: - return nextFacet; - case FacetTypeConstants.LONG: - return String.valueOf(LongField.stringToLong(nextFacet)); - case FacetTypeConstants.DOUBLE: - return String.valueOf(DoubleField.stringToDouble(nextFacet)); - case FacetTypeConstants.DATE: - return nextFacet; - // TODO : configurable representation of date nodes + resolution - //try { - //return String.valueOf(DateTools.stringToDate(nextFacet).toString()); - //} catch (ParseException e) { - // log.error("error parsing date " + e.getMessage()); - // return nextFacet; - //} - //return String.valueOf(DateField.stringToDate(nextFacet).toString()); - default: - return nextFacet; - } - - } } Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetSubNavigationProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetSubNavigationProvider.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetSubNavigationProvider.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -52,7 +52,7 @@ String docbase = facetNavigationNodeId.docbase; Map inheritedFilter = facetNavigationNodeId.view; List> usedFacetValueCombis = facetNavigationNodeId.usedFacetValueCombis; - + FacetedNavigationEngine.Query initialQuery; initialQuery = (docbase != null ? facetedEngine.parse(docbase) : null); @@ -89,7 +89,7 @@ Name childName = resolveName(NodeNameCodec.encode(nodeName)); FacetNavigationNodeId childNodeId = new FacetNavigationNodeId(facetsAvailableNavigationProvider,state.getNodeId(), childName); - for(String value : facetNavigationNodeId.ancestorAndSelfSubNavNames) { + for(String value : facetNavigationNodeId.ancestorAndSelfUsedLuceneTerms) { KeyValue facetValueCombi = new FacetKeyValue(facet, value); if(usedFacetValueCombis.indexOf(facetValueCombi) > -1) { /* @@ -104,7 +104,7 @@ childNodeId.availableFacets = availableFacets; childNodeId.facetNodeNames = facetNodeNames; childNodeId.currentFacet = facet; - childNodeId.ancestorAndSelfSubNavNames = facetNavigationNodeId.ancestorAndSelfSubNavNames; + childNodeId.ancestorAndSelfUsedLuceneTerms = facetNavigationNodeId.ancestorAndSelfUsedLuceneTerms; childNodeId.docbase = docbase; childNodeId.currentSearch = currentSearch; childNodeId.view = facetNavigationNodeId.view; Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetsAvailableNavigationProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetsAvailableNavigationProvider.java 2009-12-16 11:39:17 UTC (rev 21097) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/facetnavigation/FacetsAvailableNavigationProvider.java 2009-12-16 13:38:24 UTC (rev 21098) @@ -54,7 +54,7 @@ String currentFacet = facetNavigationNodeId.currentFacet; String[] availableFacets = facetNavigationNodeId.availableFacets; String docbase = facetNavigationNodeId.docbase; - String[] ancestorAndSelfSubNavNames = facetNavigationNodeId.ancestorAndSelfSubNavNames; + String[] ancestorAndSelfUsedLuceneTerms = facetNavigationNodeId.ancestorAndSelfUsedLuceneTerms; Map inheritedFilter = facetNavigationNodeId.view; @@ -115,14 +115,12 @@ if (entry.facetValue.length() > 1) { List> newSearch = new ArrayList>(currentSearch); - // nextTerm is the next facet value to search for (skip last char because this is the facet type constant) - String nextFacet = entry.facetValue.substring(0, entry.facetValue.length() - 1); - Character facetTypeConstant = entry.facetValue.charAt(entry.facetValue.length() - 1); + String luceneTerm = entry.facetValue; - newSearch.add(new FacetKeyValue(resolvedFacet, nextFacet)); + newSearch.add(new FacetKeyValue(resolvedFacet, luceneTerm)); List> usedFacetValueCombis = new ArrayList>(facetNavigationNodeId.usedFacetValueCombis); - KeyValue facetValueCombi = new FacetKeyValue(currentFacet, nextFacet); + KeyValue facetValueCombi = new FacetKeyValue(currentFacet, luceneTerm); boolean stopSubNavigation = facetNavigationNodeId.stopSubNavigation; if(!usedFacetValueCombis.contains(facetValueCombi)) { @@ -134,8 +132,10 @@ stopSubNavigation = false; } try { - String name = getDisplayName(nextFacet, facetTypeConstant); - Name childName = resolveName(NodeNameCodec.encode(name)); + String name = facetedEngine.resolveLuceneTermToPropertyString(resolvedFacet, luceneTerm); + + // use forceSimpleName = true in encode because value may contain ":" but this is not related to a namespace prefix + Name childName = resolveName(NodeNameCodec.encode(name, true)); FacetNavigationNodeId childNodeId = new FacetNavigationNodeId(facetsSubNavigationProvider, state.getNodeId(), childName); state.addChildNodeEntry(childName, childNodeId); childNodeId.docbase = docbase; @@ -143,13 +143,13 @@ childNodeId.currentSearch = newSearch; childNodeId.currentFacet = currentFacet; - String[] newAncestorAndSelfSubNavNames = new String[ancestorAndSelfSubNavNames != null ? ancestorAndSelfSubNavNames.length + 1 : 1]; - if (ancestorAndSelfSubNavNames != null && ancestorAndSelfSubNavNames.length > 0) { - System.arraycopy(ancestorAndSelfSubNavNames, 0, newAncestorAndSelfSubNavNames, 0, ancestorAndSelfSubNavNames.length); + String[] newAncestorAndSelfUsedLuceneTerms = new String[ancestorAndSelfUsedLuceneTerms != null ? ancestorAndSelfUsedLuceneTerms.length + 1 : 1]; + if (ancestorAndSelfUsedLuceneTerms != null && ancestorAndSelfUsedLuceneTerms.length > 0) { + System.arraycopy(ancestorAndSelfUsedLuceneTerms, 0, newAncestorAndSelfUsedLuceneTerms, 0, ancestorAndSelfUsedLuceneTerms.length); } - newAncestorAndSelfSubNavNames[newAncestorAndSelfSubNavNames.length - 1] = name; + newAncestorAndSelfUsedLuceneTerms[newAncestorAndSelfUsedLuceneTerms.length - 1] = luceneTerm; - childNodeId.ancestorAndSelfSubNavNames = newAncestorAndSelfSubNavNames; + childNodeId.ancestorAndSelfUsedLuceneTerms = newAncestorAndSelfUsedLuceneTerms; childNodeId.usedFacetValueCombis = usedFacetValueCombis; childNodeId.facetNodeNames = facetNavigationNodeId.facetNodeNames; childNodeId.stopSubNavigation = stopSubNavigation; From helpdesk at onehippo.com Wed Dec 16 14:39:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:39:22 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3551) remove FixedScoreTermQuery as it is not much faster then normal TermQuery In-Reply-To: <19592819.43441260970260277.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6905248.43671260970740295.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ard Schrijvers resolved HREPTWO-3551. ------------------------------------- Resolution: Fixed > remove FixedScoreTermQuery as it is not much faster then normal TermQuery > ------------------------------------------------------------------------- > > Key: HREPTWO-3551 > URL: http://issues.onehippo.com/browse/HREPTWO-3551 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Affects Versions: r2.10.00 > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Fix For: r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 14:39:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:39:26 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3550) remove the property type postfixing in lucene terms with FacetTypeConstants like '\uFAFA' In-Reply-To: <11542435.43381260970020230.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11026375.43691260970740332.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ard Schrijvers resolved HREPTWO-3550. ------------------------------------- Resolution: Fixed > remove the property type postfixing in lucene terms with FacetTypeConstants like '\uFAFA' > ----------------------------------------------------------------------------------------- > > Key: HREPTWO-3550 > URL: http://issues.onehippo.com/browse/HREPTWO-3550 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Affects Versions: r2.10.00 > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Priority: High > Fix For: r2.11.00 > > > We do not need these FacetTypeConstants anymore: it also makes wilcard queries superfluous, and we can do exact term queries -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 14:39:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:39:31 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3533) Add support for faceted navigation on primary node type In-Reply-To: <25742867.32011260872880332.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <1101562.43711260970740374.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ard Schrijvers resolved HREPTWO-3533. ------------------------------------- Resolution: Fixed > Add support for faceted navigation on primary node type > -------------------------------------------------------- > > Key: HREPTWO-3533 > URL: http://issues.onehippo.com/browse/HREPTWO-3533 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Affects Versions: r2.10.00 > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Fix For: r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 14:41:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Wed Dec 16 14:41:21 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3540) Replace the FacetTypeConstants constants like '\uFAFA' or '\uFAFE' with lucene payloads In-Reply-To: <22536576.36241260895680362.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <3523706.43771260970860356.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ard Schrijvers resolved HREPTWO-3540. ------------------------------------- Resolution: Fixed removed FacetTypeConstants not with payloads, but with PropertyTypeRegistry > Replace the FacetTypeConstants constants like '\uFAFA' or '\uFAFE' with lucene payloads > ---------------------------------------------------------------------------------------- > > Key: HREPTWO-3540 > URL: http://issues.onehippo.com/browse/HREPTWO-3540 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Affects Versions: r2.10.00 > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Fix For: r2.11.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 15:51:13 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 16 15:51:12 2009 Subject: [HippoRepos-dev] [21101] hippo-ecm: HREPTWO-16: don' t register tracker when service reference has not been configured Message-ID: <20091216145113.5FDB3C19B@svnnew.onehippo.org> Revision: 21101 Author: fvlankvelt Date: 2009-12-16 15:51:11 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-16: don't register tracker when service reference has not been configured Modified Paths: -------------- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/RenderService.java Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java 2009-12-16 14:29:39 UTC (rev 21100) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/AbstractRenderService.java 2009-12-16 14:51:11 UTC (rev 21101) @@ -481,11 +481,17 @@ } protected void register() { - context.registerTracker(this, config.getString(extension)); + if (config.containsKey(extension)) { + context.registerTracker(this, config.getString(extension)); + } else { + log.debug("Extension {} has not been configured; not registering tracker", extension); + } } protected void unregister() { - context.registerTracker(this, config.getString(extension)); + if (config.containsKey(extension)) { + context.unregisterTracker(this, config.getString(extension)); + } } public List getChildren() { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/RenderService.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/RenderService.java 2009-12-16 14:29:39 UTC (rev 21100) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/RenderService.java 2009-12-16 14:51:11 UTC (rev 21101) @@ -75,14 +75,24 @@ @Override protected void register() { - getPluginContext().registerTracker(this, getPluginConfig().getString(id)); + IPluginConfig config = getPluginConfig(); + IPluginContext context = getPluginContext(); + if (config.containsKey(id)) { + context.registerTracker(this, config.getString(id)); + } else { + log.debug("Extension {} has not been configured; not registering tracker", extension); + } } - + @Override protected void unregister() { - getPluginContext().unregisterTracker(this, getPluginConfig().getString(id)); + IPluginConfig config = getPluginConfig(); + IPluginContext context = getPluginContext(); + if (config.containsKey(id)) { + context.unregisterTracker(this, config.getString(id)); + } } - + @Override public void onServiceAdded(IRenderService service, String name) { service.bind(RenderService.this, id); From svn-logs at hippocms.org Wed Dec 16 15:51:52 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Wed Dec 16 15:51:50 2009 Subject: [HippoRepos-dev] [21102] hippo-ecm/trunk: HREPTWO-16: stop recursion when child node definition refers to containing type Message-ID: <20091216145152.299E4C971@svnnew.onehippo.org> Revision: 21102 Author: fvlankvelt Date: 2009-12-16 15:51:51 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-16: stop recursion when child node definition refers to containing type Modified Paths: -------------- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrFieldValidator.java hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrTypeValidator.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinFieldDescriptor.java hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrFieldValidator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrFieldValidator.java 2009-12-16 14:51:11 UTC (rev 21101) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrFieldValidator.java 2009-12-16 14:51:51 UTC (rev 21102) @@ -51,11 +51,15 @@ private ITypeValidator typeValidator; private HtmlValidator htmlValidator; - public JcrFieldValidator(IFieldDescriptor field) throws StoreException { + public JcrFieldValidator(IFieldDescriptor field, JcrTypeValidator container) throws StoreException { this.field = field; this.fieldType = field.getTypeDescriptor(); if (fieldType.isNode()) { - typeValidator = new JcrTypeValidator(fieldType); + if (fieldType.equals(container.getType())) { + typeValidator = container; + } else { + typeValidator = new JcrTypeValidator(fieldType); + } } if (field.getValidators().contains("non-empty")) { if (!"String".equals(fieldType.getType())) { @@ -145,8 +149,7 @@ Set paths = new HashSet(); for (ModelPath childPath : childPaths) { ModelPathElement[] elements = new ModelPathElement[childPath.getElements().length + 1]; - System.arraycopy(childPath.getElements(), 0, elements, 1, - childPath.getElements().length); + System.arraycopy(childPath.getElements(), 0, elements, 1, childPath.getElements().length); elements[0] = new ModelPathElement(field, name, index); paths.add(new ModelPath(elements)); } Modified: hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrTypeValidator.java =================================================================== --- hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrTypeValidator.java 2009-12-16 14:51:11 UTC (rev 21101) +++ hippo-ecm/trunk/addon/editor/frontend/src/main/java/org/hippoecm/frontend/editor/validator/JcrTypeValidator.java 2009-12-16 14:51:51 UTC (rev 21102) @@ -32,13 +32,19 @@ private static final long serialVersionUID = 1L; private Set fieldValidators = new HashSet(); + private ITypeDescriptor type; public JcrTypeValidator(ITypeDescriptor type) throws StoreException { + this.type = type; for (IFieldDescriptor field : type.getFields().values()) { - fieldValidators.add(new JcrFieldValidator(field)); + fieldValidators.add(new JcrFieldValidator(field, this)); } } + public ITypeDescriptor getType() { + return type; + } + public Set validate(IModel model) throws ValidationException { Set violations = new HashSet(); for (JcrFieldValidator fieldValidator : fieldValidators) { Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinFieldDescriptor.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinFieldDescriptor.java 2009-12-16 14:51:11 UTC (rev 21101) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinFieldDescriptor.java 2009-12-16 14:51:51 UTC (rev 21102) @@ -33,8 +33,9 @@ private static final Logger log = LoggerFactory.getLogger(BuiltinFieldDescriptor.class); - BuiltinFieldDescriptor(String prefix, ItemDefinition definition, ITypeLocator locator) throws StoreException { - super(prefix, locator.locate(getType(definition))); + BuiltinFieldDescriptor(String prefix, ItemDefinition definition, ITypeLocator locator, ITypeDescriptor declaringType) + throws StoreException { + super(prefix, getType(locator, definition, declaringType)); setPath(definition.getName()); if (definition instanceof NodeDefinition) { @@ -63,18 +64,26 @@ } } - static String getType(ItemDefinition def) { + static ITypeDescriptor getType(ITypeLocator locator, ItemDefinition def, ITypeDescriptor containingType) + throws StoreException { + String type; if (def instanceof NodeDefinition) { NodeDefinition ntDef = (NodeDefinition) def; NodeType[] types = ntDef.getRequiredPrimaryTypes(); if (types.length == 0) { - return "nt:base"; - } else if (types.length > 1) { - log.warn("multiple primary types specified; this is not supported. Only the first one is used."); + type = "nt:base"; + } else { + type = types[0].getName(); + if (types.length > 1) { + log.warn("multiple primary types specified; this is not supported. Only the first one is used."); + } } - return types[0].getName(); } else { - return PropertyType.nameFromValue(((PropertyDefinition) def).getRequiredType()); + type = PropertyType.nameFromValue(((PropertyDefinition) def).getRequiredType()); } + if (type.equals(containingType.getType())) { + return containingType; + } + return locator.locate(type); } } Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java =================================================================== --- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java 2009-12-16 14:51:11 UTC (rev 21101) +++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/types/BuiltinTypeDescriptor.java 2009-12-16 14:51:51 UTC (rev 21102) @@ -132,7 +132,7 @@ } protected void addDefinition(String prefix, ItemDefinition definition) throws StoreException { - BuiltinFieldDescriptor field = new BuiltinFieldDescriptor(prefix, definition, locator); + BuiltinFieldDescriptor field = new BuiltinFieldDescriptor(prefix, definition, locator, this); if (definition.getDeclaringNodeType().equals(nt)) { declaredFields.put(field.getName(), field); } From svn-logs at hippocms.org Wed Dec 16 15:53:21 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 15:53:20 2009 Subject: [HippoRepos-dev] [21103] hippo-ecm: HREPTWO-3535 initial preparations for being able to sort the resultset. Message-ID: <20091216145321.44EB3C971@svnnew.onehippo.org> Revision: 21103 Author: aschrijvers Date: 2009-12-16 15:53:20 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3535 initial preparations for being able to sort the resultset. when a resultset is needed, I do not wish to use the collector anymore, but use a much more efficient TopFieldDocs Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-16 14:51:51 UTC (rev 21102) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineFourthImpl.java 2009-12-16 14:53:20 UTC (rev 21103) @@ -58,6 +58,11 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** + * class deprecated: never used anyway, but kept for reference because some examples of possible nice improvements + * + */ +@Deprecated public class FacetedNavigationEngineFourthImpl extends ServicingSearchIndex implements FacetedNavigationEngine { @@ -310,7 +315,9 @@ } } - return this.new ResultImpl(collector.getNumhits(), collector.getHits()); + return null; + + // return this.new ResultImpl(collector.getNumhits(), collector.getHits()); } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 14:51:51 UTC (rev 21102) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 14:53:20 UTC (rev 21103) @@ -16,6 +16,7 @@ package org.hippoecm.repository; import java.io.IOException; +import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; @@ -28,16 +29,26 @@ import org.apache.jackrabbit.core.NodeId; import org.apache.jackrabbit.core.query.QueryHandlerContext; +import org.apache.jackrabbit.core.query.lucene.FieldNames; import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.spi.Path.Element; import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.commons.name.PathFactoryImpl; +import org.apache.lucene.document.Document; +import org.apache.lucene.document.Field; +import org.apache.lucene.document.FieldSelector; +import org.apache.lucene.document.SetBasedFieldSelector; import org.apache.lucene.index.IndexReader; import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; +import org.apache.lucene.search.Filter; +import org.apache.lucene.search.Hits; import org.apache.lucene.search.IndexSearcher; +import org.apache.lucene.search.ScoreDoc; +import org.apache.lucene.search.Sort; import org.apache.lucene.search.TermQuery; +import org.apache.lucene.search.TopFieldDocs; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.jackrabbit.HippoSharedItemStateManager; import org.hippoecm.repository.jackrabbit.KeyValue; @@ -226,12 +237,9 @@ */ FacetPropExistsQuery facetPropExists = new FacetPropExistsQuery(facet, new String(propertyName), (ServicingIndexingConfiguration) getIndexingConfig()); - - BooleanQuery q = facetPropExists.getQuery(); - + searchQuery.add(facetPropExists.getQuery(), Occur.MUST); - collector = new FacetResultCollector(indexReader, new String(propertyName), (facet != null ? resultset.get(facet) : null), hitsRequested); searcher.search(searchQuery, collector); @@ -239,27 +247,43 @@ if(!hitsRequested.isCountOnlyForFacetExists()) { collector.setNumhits(numHits); } - } + + return new ResultImpl(collector.getNumhits(), null); + } else { // resultset is null, so search for HippoNodeType.HIPPO_RESULTSET - long timestamp = 0; - if (log.isDebugEnabled()) { - timestamp = System.currentTimeMillis(); + if (!hitsRequested.isResultRequested()) { + // only fetch the count and return: + Hits hits = searcher.search(searchQuery); + return new ResultImpl(hits.length(), null); + } else { + Set fieldNames = new HashSet(); + fieldNames.add(FieldNames.UUID); + FieldSelector fieldSelector = new SetBasedFieldSelector(fieldNames, new HashSet()); + + int fetchTotal = hitsRequested.getOffset() + hitsRequested.getLimit(); + TopFieldDocs tfDocs = searcher.search(searchQuery, (Filter) null, fetchTotal, new Sort()); + ScoreDoc[] hits = tfDocs.scoreDocs; + int position = hitsRequested.getOffset(); + + HashSet nodeIdHits = new HashSet(); + while (position < hits.length) { + Document d = indexReader.document(hits[position].doc, fieldSelector); + Field uuidField = d.getField(FieldNames.UUID); + if (uuidField != null) { + nodeIdHits.add(NodeId.valueOf(uuidField.stringValue())); + } + position++; + } + return new ResultImpl(nodeIdHits.size(), nodeIdHits); } - collector = new FacetResultCollector(indexReader, null, null, hitsRequested); - searcher.search(searchQuery, collector); - if (log.isDebugEnabled()) { - log.debug("lucene query with collector took: \t" + (System.currentTimeMillis() - timestamp) - + " ms for #" + collector.getNumhits() + ". Query: " + searchQuery.toString()); - } - } } catch (IllegalNameException e) { - e.printStackTrace(); + log.error("Error during creating view: ", e); } catch (IOException e) { - e.printStackTrace(); + log.error("Error during creating view: ", e); } finally { if (searcher != null) { try { @@ -276,9 +300,9 @@ } } } - - return this.new ResultImpl(collector.getNumhits(), collector.getHits()); - + // an exception happend + + return new ResultImpl(0, null); } public Result view(String queryName, QueryImpl initialQuery, ContextImpl authorization, Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java 2009-12-16 14:51:51 UTC (rev 21102) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetResultCollector.java 2009-12-16 14:53:20 UTC (rev 21103) @@ -15,16 +15,8 @@ */ package org.hippoecm.repository.query.lucene; -import java.util.HashSet; import java.util.Map; -import java.util.Set; -import org.apache.jackrabbit.core.NodeId; -import org.apache.jackrabbit.core.query.lucene.FieldNames; -import org.apache.lucene.document.Document; -import org.apache.lucene.document.Field; -import org.apache.lucene.document.FieldSelector; -import org.apache.lucene.document.SetBasedFieldSelector; import org.apache.lucene.index.IndexReader; import org.apache.lucene.index.TermFreqVector; import org.apache.lucene.search.HitCollector; @@ -38,11 +30,7 @@ private IndexReader reader; private String internalName; private int numhits; - private Set hits; private Map facetMap; - private FieldSelector fieldSelector; - private int offset; - private int limit; public FacetResultCollector(IndexReader reader, String facet, Map facetMap, HitsRequested hitsRequested) { this.reader = reader; @@ -55,35 +43,11 @@ } } this.numhits = 0; - - Set fieldNames = new HashSet(); - fieldNames.add(FieldNames.UUID); - this.fieldSelector = new SetBasedFieldSelector(fieldNames, new HashSet()); - if (hitsRequested.isResultRequested()) { - this.hits = new HashSet(); - this.offset = hitsRequested.getOffset(); - this.limit = hitsRequested.getLimit(); - } else { - this.hits = null; - } - this.facetMap = facetMap; } public final void collect(final int docid, final float score) { try { - if (hits != null) { - if (offset == 0 && hits.size() < limit) { - Document d = reader.document(docid, fieldSelector); - Field uuidField = d.getField(FieldNames.UUID); - if (uuidField != null) { - hits.add(NodeId.valueOf(uuidField.stringValue())); - } - } else if (offset > 0) { - // decrement offset untill it is 0. Then start gathering results above - offset--; - } - } if (facetMap != null) { final TermFreqVector tfv = reader.getTermFreqVector(docid, internalName); @@ -98,12 +62,6 @@ } } } - } else { - /* - * only without facetMap the numHits are correct directly. With a non-null - * facet map, a seperate query is needed to get the correct count - */ - ++numhits; } } catch (Exception ex) { System.err.println(ex.getMessage()); @@ -111,10 +69,6 @@ } } - public Set getHits() { - return hits; - } - public int getNumhits() { return numhits; } Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 14:51:51 UTC (rev 21102) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 14:53:20 UTC (rev 21103) @@ -24,6 +24,7 @@ import java.util.Calendar; import javax.jcr.Node; +import javax.jcr.NodeIterator; import javax.jcr.RepositoryException; import org.hippoecm.repository.TestCase; @@ -61,6 +62,9 @@ session.save(); Node node = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); + + //traverse(node); + assertNotNull(node); // assert some facetednavigation nodes exists assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/hippo:resultset")); @@ -342,4 +346,22 @@ node.setProperty(HippoNodeType.HIPPO_FACETS, new String[] {"hippo:date"}); } + + private void traverse(Node navigation) throws RepositoryException { + traverse(navigation, "", 0); + } + + private void traverse(Node navigation, String indent, int depth) throws RepositoryException { + depth++; + String countStr = ""; + if(navigation.hasProperty("hippo:count")) { + countStr = " [" + navigation.getProperty("hippo:count").getLong() + "]"; + } + System.out.println(indent + navigation.getName() + countStr); + NodeIterator it = navigation.getNodes(); + indent += "\t"; + while(it.hasNext()) { + traverse(it.nextNode(), indent, depth); + } + } } From helpdesk at onehippo.com Wed Dec 16 16:28:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 16:28:21 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3552) Internal link not made Message-ID: <18117734.44741260977280230.JavaMail.jira@jira.vm.castaserver.com> Internal link not made ----------------------- Key: HREPTWO-3552 URL: http://issues.onehippo.com/browse/HREPTWO-3552 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Rita Bijlsma It sometimes happens that I am making an internal link in a Xinha field and after selecting the document to link to in the link picker and clicking OK, there is no underlining in the Xinha field, i.e. no link made. Until today, the second time I tried, it worked, so I could not test further. It seemed to happen only at the first time I tried to make an internal link in that particular Xinha field in that session. At first I was thinking that I accidentally had pressed 'cancel' instead of OK (it is hard to remember for sure, as the buttons are on the same side of the popup). On later instances I was very sure that I had pressed 'OK'. Today I got a Xinha field in the CMS into a state where I could not make any internal links in that Xinha field any more. I added a movie of it. I checked in the console: there is really no link and no facet select made. After I did logout / login, it was OK again. This was on the live docsite. I tried to get into the same state locally, but could not reproduce it. On the live site I had tried to make an internal link to a facet select, which failed (without warnings given). I think the problem occurred after that, but I repeated this locally and while the internal link to the facet select was not created, no further problems occurred. Note that there have been problems with deleting and copying nodes on the live site, so it may be in some special state. However, no other problems have occurred so far. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 16:30:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 16:30:22 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3552) Internal link not made In-Reply-To: <18117734.44741260977280230.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <21502130.44761260977400304.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3552: ---------------------------------- Attachment: out-2.ogv > Internal link not made > ----------------------- > > Key: HREPTWO-3552 > URL: http://issues.onehippo.com/browse/HREPTWO-3552 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Attachments: out-2.ogv > > > It sometimes happens that I am making an internal link in a Xinha field and after selecting the document to link to in the link picker and clicking OK, there is no underlining in the Xinha field, i.e. no link made. > Until today, the second time I tried, it worked, so I could not test further. It seemed to happen only at the first time I tried to make an internal link in that particular Xinha field in that session. At first I was thinking that I accidentally had pressed 'cancel' instead of OK (it is hard to remember for sure, as the buttons are on the same side of the popup). On later instances I was very sure that I had pressed 'OK'. > Today I got a Xinha field in the CMS into a state where I could not make any internal links in that Xinha field any more. I added a movie of it. I checked in the console: there is really no link and no facet select made. > After I did logout / login, it was OK again. This was on the live docsite. > I tried to get into the same state locally, but could not reproduce it. On the live site I had tried to make an internal link to a facet select, which failed (without warnings given). I think the problem occurred after that, but I repeated this locally and while the internal link to the facet select was not created, no further problems occurred. Note that there have been problems with deleting and copying nodes on the live site, so it may be in some special state. However, no other problems have occurred so far. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 16:41:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 16:41:22 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3552) Internal link not made In-Reply-To: <18117734.44741260977280230.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <22970670.44921260978060329.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rita Bijlsma updated HREPTWO-3552: ---------------------------------- Description: It sometimes happens that I am making an internal link in a Xinha field and after selecting the document to link to in the link picker and clicking OK, there is no underlining in the Xinha field, i.e. no link made. Until today, the second time I tried, it worked, so I could not test further. It seemed to happen only at the first time I tried to make an internal link in that particular Xinha field in that session. At first I was thinking that I accidentally had pressed 'cancel' instead of OK (it is hard to remember for sure, as the buttons are on the same side of the popup). On later instances I was very sure that I had pressed 'OK'. Today I got a Xinha field in the CMS into a state where I could not make any internal links in that Xinha field any more. I added a movie of it. I checked in the console: there is really no link and no facet select made. After I pressed the reload button together with shift (in order to have my cache also emptied), the problem remained. After I did logout / login, it was OK again. This was on the live docsite. I tried to get into the same state locally, but could not reproduce it. On the live site I had tried to make an internal link to a facet select, which failed (without warnings given). I think the problem occurred after that, but I repeated this locally and while the internal link to the facet select was not created, no further problems occurred. Note that there have been problems with deleting and copying nodes on the live site, so it may be in some special state. However, no other problems have occurred so far. was: It sometimes happens that I am making an internal link in a Xinha field and after selecting the document to link to in the link picker and clicking OK, there is no underlining in the Xinha field, i.e. no link made. Until today, the second time I tried, it worked, so I could not test further. It seemed to happen only at the first time I tried to make an internal link in that particular Xinha field in that session. At first I was thinking that I accidentally had pressed 'cancel' instead of OK (it is hard to remember for sure, as the buttons are on the same side of the popup). On later instances I was very sure that I had pressed 'OK'. Today I got a Xinha field in the CMS into a state where I could not make any internal links in that Xinha field any more. I added a movie of it. I checked in the console: there is really no link and no facet select made. After I did logout / login, it was OK again. This was on the live docsite. I tried to get into the same state locally, but could not reproduce it. On the live site I had tried to make an internal link to a facet select, which failed (without warnings given). I think the problem occurred after that, but I repeated this locally and while the internal link to the facet select was not created, no further problems occurred. Note that there have been problems with deleting and copying nodes on the live site, so it may be in some special state. However, no other problems have occurred so far. In the movie the link text is 'upgrade and remove them'. Now it is correctly 'upgrade or remove them'. I can not remember changing the text after I did logout/login. Therefor I am wondering if it is possible that the text in the Xinha field was only known by my browser. Such happens in the console. After the link to the facet select failed I did remove and re-add the text. Maybe I then typed 'and' instead of 'or' and maybe the CMS never knew? Just to tell you everything that might be of help. > Internal link not made > ----------------------- > > Key: HREPTWO-3552 > URL: http://issues.onehippo.com/browse/HREPTWO-3552 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Rita Bijlsma > Attachments: out-2.ogv > > > It sometimes happens that I am making an internal link in a Xinha field and after selecting the document to link to in the link picker and clicking OK, there is no underlining in the Xinha field, i.e. no link made. > Until today, the second time I tried, it worked, so I could not test further. It seemed to happen only at the first time I tried to make an internal link in that particular Xinha field in that session. At first I was thinking that I accidentally had pressed 'cancel' instead of OK (it is hard to remember for sure, as the buttons are on the same side of the popup). On later instances I was very sure that I had pressed 'OK'. > Today I got a Xinha field in the CMS into a state where I could not make any internal links in that Xinha field any more. I added a movie of it. I checked in the console: there is really no link and no facet select made. > After I pressed the reload button together with shift (in order to have my cache also emptied), the problem remained. > After I did logout / login, it was OK again. This was on the live docsite. > I tried to get into the same state locally, but could not reproduce it. On the live site I had tried to make an internal link to a facet select, which failed (without warnings given). I think the problem occurred after that, but I repeated this locally and while the internal link to the facet select was not created, no further problems occurred. Note that there have been problems with deleting and copying nodes on the live site, so it may be in some special state. However, no other problems have occurred so far. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 16:59:00 2009 From: helpdesk at onehippo.com (JIRA (Rita Bijlsma)) Date: Wed Dec 16 16:59:22 2009 Subject: [HippoRepos-dev] [JIRA] Created: (HREPTWO-3553) Creating internal link to facet select fails without visible warning Message-ID: <14347996.45261260979140298.JavaMail.jira@jira.vm.castaserver.com> Creating internal link to facet select fails without visible warning -------------------------------------------------------------------- Key: HREPTWO-3553 URL: http://issues.onehippo.com/browse/HREPTWO-3553 Project: Hippo Repository 2 Issue Type: Bug Affects Versions: r2.09.04 Reporter: Rita Bijlsma I created a facet select by hand in the console and it worked fine. Then I wanted to create a internal link to it from a Xinha field. Everything seemed fine: the facet select was selectable in the linkpicker and I could press OK. But after that there was no internal link in the Xinha field. At least a warning would be helpful. Or not being selectable in the link picker. Or of course: fixing it. The log said: 16.12.2009 16:40:58 ERROR [org.hippoecm.frontend.plugins.xinha.services.XinhaFacetHelper.createFacet():42] uuid is null. Should never be possible for facet There was nothing after this in the log. Usecase: I have a folder about upgrading to a new CMS 7 version. Several of these documents explain the same thing about upgrading to a new namespace. I want those documents to link to a small document explaining that part in general, so that readers know that it is the same they may have read before so can skip it. That small document could also be listed in the upgrading folder, but by its subject, it should also be in the folder about the content repository. So I put the document in the latter and made a facet select to it in the upgrading folder. Now I wanted to link to it and then it is quite natural to link to the closest instance of it, which was the facet select. Furthermore, this would make the upgrading folder more self contained, having less internal links outwards, which seems more elegant. And it would also allow to change the target of the facet select and change in this way several links of equal meaning at once. Although in my use case I would not expect myself doing that, as the small document is created especially for this purpose, so if the information should change, the content of the small document would be change, there would not be relinking. However, in other cases of several links of equal meaning, relinking them all at once could be very useful. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 16 17:05:00 2009 From: helpdesk at onehippo.com (JIRA (Hippo Helpdesk)) Date: Wed Dec 16 17:05:21 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3491) Fullscreen not working correctly In-Reply-To: <32375083.237741259760855885.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <14154347.45391260979500242.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hippo Helpdesk updated HREPTWO-3491: ------------------------------------ Attachment: screenshot-2.jpg > Fullscreen not working correctly > -------------------------------- > > Key: HREPTWO-3491 > URL: http://issues.onehippo.com/browse/HREPTWO-3491 > Project: Hippo Repository 2 > Issue Type: Bug > Environment: FFX 3.5.5 > IE7 > Reporter: Hippo Helpdesk > Assignee: Renate Droogendijk > Priority: High > Attachments: screenshot-1.jpg, screenshot-2.jpg > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > In FFX 3.5.5 it doesnt work at all. (the fullscreen button is non clickable) > In IE7 when switching to full screen mode, it doesnt change to full screen but it looks like the screenshot. The textfield is not fullscreen, and it's not possible to change the size either. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 16 17:44:18 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 17:44:16 2009 Subject: [HippoRepos-dev] [21105] hippo-ecm: HREPTWO-3535, HREPTWO-3532 prepare faceted navigation engine to return resultset with possible configured limit and order by some property , descending or ascending Message-ID: <20091216164418.5DA89C971@svnnew.onehippo.org> Revision: 21105 Author: aschrijvers Date: 2009-12-16 17:44:17 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3535, HREPTWO-3532 prepare faceted navigation engine to return resultset with possible configured limit and order by some property, descending or ascending Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQueryFilter.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetResultSetProvider.java Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/FacetedNavigationEngineThirdImpl.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -18,6 +18,7 @@ import java.io.IOException; import java.util.HashSet; import java.util.Iterator; +import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; @@ -32,9 +33,7 @@ import org.apache.jackrabbit.core.query.lucene.FieldNames; import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; -import org.apache.jackrabbit.spi.Path.Element; import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; -import org.apache.jackrabbit.spi.commons.name.PathFactoryImpl; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.document.FieldSelector; @@ -48,7 +47,7 @@ import org.apache.lucene.search.ScoreDoc; import org.apache.lucene.search.Sort; import org.apache.lucene.search.TermQuery; -import org.apache.lucene.search.TopFieldDocs; +import org.apache.lucene.search.TopDocs; import org.apache.lucene.search.BooleanClause.Occur; import org.hippoecm.repository.jackrabbit.HippoSharedItemStateManager; import org.hippoecm.repository.jackrabbit.KeyValue; @@ -60,6 +59,7 @@ import org.hippoecm.repository.query.lucene.InheritedFilterQuery; import org.hippoecm.repository.query.lucene.ServicingFieldNames; import org.hippoecm.repository.query.lucene.ServicingIndexingConfiguration; +import org.hippoecm.repository.query.lucene.ServicingNameFormat; import org.hippoecm.repository.query.lucene.ServicingSearchIndex; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -225,22 +225,16 @@ numHits = searcher.search(searchQuery).length(); } - StringBuffer propertyName = new StringBuffer(); - Element[] pathElements = PathFactoryImpl.getInstance().create(facet).getElements(); - propertyName.append(nsMappings.translatePropertyName(pathElements[pathElements.length-1].getName())); - for(int i=0; i()); int fetchTotal = hitsRequested.getOffset() + hitsRequested.getLimit(); - TopFieldDocs tfDocs = searcher.search(searchQuery, (Filter) null, fetchTotal, new Sort()); + Sort sort = null; + if(hitsRequested.getOrderBy() != null) { + try { + String propertyName = ServicingNameFormat.getInteralPropertyPathName(nsMappings, hitsRequested.getOrderBy()); + String internalFacetName = ServicingNameFormat.getInternalFacetName(propertyName); + boolean reverse = hitsRequested.isDescending(); + sort = new Sort(internalFacetName, reverse); + } catch (IllegalNameException e) { + log.error("Cannot order by illegal name: '{}' : '{}'. Skip ordering", hitsRequested.getOrderBy(), e.getMessage()); + } + } + + TopDocs tfDocs; + if(sort == null) { + // when sort == null, use this search without search as is more efficient + tfDocs = searcher.search(searchQuery, (Filter) null, fetchTotal); + } else { + tfDocs = searcher.search(searchQuery, (Filter) null, fetchTotal, sort); + } ScoreDoc[] hits = tfDocs.scoreDocs; int position = hitsRequested.getOffset(); - - HashSet nodeIdHits = new HashSet(); + + // LinkedHashSet because ordering should be kept! + Set nodeIdHits = new LinkedHashSet(); while (position < hits.length) { Document d = indexReader.document(hits[position].doc, fieldSelector); Field uuidField = d.getField(FieldNames.UUID); Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQuery.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -19,10 +19,8 @@ import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; -import org.apache.jackrabbit.spi.Path.Element; import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; import org.apache.jackrabbit.spi.commons.name.NameFactoryImpl; -import org.apache.jackrabbit.spi.commons.name.PathFactoryImpl; import org.apache.lucene.index.Term; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.Query; @@ -52,25 +50,19 @@ if (facetsQuery != null) { for (KeyValue keyValue : facetsQuery ) { - Name nodeName; + Name propertyName; try { - nodeName = NameFactoryImpl.getInstance().create(keyValue.getKey()); - if (indexingConfig.isFacet(nodeName)) { - StringBuffer propertyName = new StringBuffer(); - Element[] pathElements = PathFactoryImpl.getInstance().create(keyValue.getKey()).getElements(); - propertyName.append(nsMappings.translatePropertyName(pathElements[pathElements.length - 1].getName())); - for (int i = 0; i < pathElements.length - 1; i++) { - propertyName.append("/"); - propertyName.append(nsMappings.translatePropertyName(pathElements[i].getName())); - } + propertyName = NameFactoryImpl.getInstance().create(keyValue.getKey()); + if (indexingConfig.isFacet(propertyName)) { + String internalName = ServicingNameFormat.getInteralPropertyPathName(nsMappings, keyValue.getKey()); Query tq ; if(keyValue.getValue() == null) { // only make sure the document contains at least the facet (propertyName) - tq = new FacetPropExistsQuery(keyValue.getKey() , new String(propertyName), indexingConfig).getQuery(); + tq = new FacetPropExistsQuery(keyValue.getKey() , internalName, indexingConfig).getQuery(); } else { - String internalName = ServicingNameFormat.getInternalFacetName(new String(propertyName)); - tq = new TermQuery(new Term(internalName, keyValue.getValue())); + String internalFacetName = ServicingNameFormat.getInternalFacetName(internalName); + tq = new TermQuery(new Term(internalFacetName, keyValue.getValue())); } this.query.add(tq, Occur.MUST); Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQueryFilter.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQueryFilter.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/FacetsQueryFilter.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -22,18 +22,12 @@ import org.apache.lucene.index.IndexReader; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.Filter; -import org.hippoecm.repository.FacetedNavigationEngine; import org.hippoecm.repository.query.lucene.caching.CachedQueryBitSet; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; public class FacetsQueryFilter extends Filter { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; - /** The logger instance for this class */ - private static final Logger log = LoggerFactory.getLogger(FacetedNavigationEngine.class); - private static final long serialVersionUID = 1L; private BitSet bits; Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingIndexingConfigurationImpl.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -21,7 +21,6 @@ import java.util.Properties; import java.util.Set; -import org.apache.jackrabbit.core.nodetype.xml.AdditionalNamespaceResolver; import org.apache.jackrabbit.core.query.QueryHandlerContext; import org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl; import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNameFormat.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -15,11 +15,11 @@ */ package org.hippoecm.repository.query.lucene; -import javax.jcr.NamespaceException; - import org.apache.jackrabbit.core.query.lucene.NamespaceMappings; import org.apache.jackrabbit.spi.Name; +import org.apache.jackrabbit.spi.Path.Element; import org.apache.jackrabbit.spi.commons.conversion.IllegalNameException; +import org.apache.jackrabbit.spi.commons.name.PathFactoryImpl; public class ServicingNameFormat { @SuppressWarnings("unused") @@ -42,4 +42,16 @@ internalName = internalName.substring(0,idx+1) + ServicingFieldNames.HIPPO_FACET + internalName.substring(idx+1); return internalName; } + + public static String getInteralPropertyPathName(NamespaceMappings nsMappings, String propertyPath) throws IllegalNameException{ + StringBuffer internalName = new StringBuffer(); + Element[] pathElements = PathFactoryImpl.getInstance().create(propertyPath).getElements(); + internalName.append(nsMappings.translatePropertyName(pathElements[pathElements.length - 1].getName())); + for (int i = 0; i < pathElements.length - 1; i++) { + internalName.append("/"); + internalName.append(nsMappings.translatePropertyName(pathElements[i].getName())); + } + + return new String(internalName); + } } Modified: hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/main/java/org/hippoecm/repository/query/lucene/ServicingNodeIndexer.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -40,7 +40,6 @@ import org.apache.jackrabbit.extractor.TextExtractor; import org.apache.jackrabbit.spi.Name; import org.apache.jackrabbit.spi.commons.name.NameConstants; -import org.apache.lucene.document.DateTools; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.slf4j.Logger; Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -63,8 +63,14 @@ Node node = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); - //traverse(node); + NodeIterator it = node.getNode("hippo:brand/hippo:resultset").getNodes(); + while(it.hasNext()) { + Node n = it.nextNode(); + System.out.println(n.getProperty("hippo:brand").getString()); + } + traverse(node); + assertNotNull(node); // assert some facetednavigation nodes exists assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/hippo:resultset")); Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/FacetedNavigationEngine.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -232,6 +232,16 @@ * The offset in the resultset to start from. */ private int offset = 0; + + /** + * The orderBy property when resultset is order, null if no ordering is needed + */ + private String orderBy; + + /** + * When orderBy is not null, this is the order in which the resultset returns its hits. + */ + private boolean descending = false; public int getLimit() { return limit; @@ -264,6 +274,22 @@ public void setCountOnlyForFacetExists(boolean countOnlyForFacetExists) { this.countOnlyForFacetExists = countOnlyForFacetExists; } + + public String getOrderBy() { + return orderBy; + } + + public void setOrderBy(String orderBy) { + this.orderBy = orderBy; + } + + public void setDescending(boolean descending) { + this.descending = descending; + } + + public boolean isDescending() { + return this.descending; + } } Modified: hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetResultSetProvider.java =================================================================== --- hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetResultSetProvider.java 2009-12-16 16:01:58 UTC (rev 21104) +++ hippo-ecm/trunk/repository/modules/src/main/java/org/hippoecm/repository/jackrabbit/FacetResultSetProvider.java 2009-12-16 16:44:17 UTC (rev 21105) @@ -60,7 +60,15 @@ String[] search; List> preparedSearch; long count; + // default limit = 1000 + int limit = 1000; + // default, we do not order + public String resultSetOrderBy = null; + + // default descending is false + public boolean isDescending = false; + FacetResultSetNodeId(NodeId parent, Name name) { super(FacetResultSetProvider.this, parent, name); } @@ -71,6 +79,7 @@ this.search = search; this.count = count; } + public FacetResultSetNodeId(NodeId parent, Name name, String queryname, String docbase, List> currentSearch, int count) { super(FacetResultSetProvider.this, parent, name); this.queryname = queryname; @@ -78,6 +87,16 @@ this.preparedSearch = currentSearch; this.count = count; } + + public void setLimit(int limit) { + this.limit = limit; + } + public void setResultSetOrderBy(String resultSetOrderBy) { + this.resultSetOrderBy = resultSetOrderBy; + } + public void setDescending(boolean isDescending) { + this.isDescending = isDescending; + } } ViewVirtualProvider subNodesProvider; @@ -179,9 +198,11 @@ */ HitsRequested hitsRequested = new HitsRequested(); hitsRequested.setResultRequested(true); - hitsRequested.setLimit(1000); + hitsRequested.setLimit(nodeId.limit); hitsRequested.setOffset(0); - + hitsRequested.setOrderBy(nodeId.resultSetOrderBy); + hitsRequested.setDescending(nodeId.isDescending ); + FacetedNavigationEngine.Result facetedResult; long t1 = 0, t2; if(log.isDebugEnabled()) From svn-logs at hippocms.org Wed Dec 16 17:45:29 2009 From: svn-logs at hippocms.org (aschrijvers) Date: Wed Dec 16 17:45:30 2009 Subject: [HippoRepos-dev] [21106] hippo-ecm: HREPTWO-3535, HREPTWO-3532 remove accidental ci Message-ID: <20091216164532.079DFC19B@svnnew.onehippo.org> Revision: 21106 Author: aschrijvers Date: 2009-12-16 17:45:23 +0100 (Wed, 16 Dec 2009) Log Message: ----------- HREPTWO-3535, HREPTWO-3532 remove accidental ci Modified Paths: -------------- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java Modified: hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java =================================================================== --- hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 16:44:17 UTC (rev 21105) +++ hippo-ecm/trunk/repository/engine/src/test/java/org/hippoecm/repository/facetnavigation/FacetedNavigationSimpleTest.java 2009-12-16 16:45:23 UTC (rev 21106) @@ -63,14 +63,6 @@ Node node = session.getRootNode().getNode("test/facetnavigation/hippo:navigation"); - NodeIterator it = node.getNode("hippo:brand/hippo:resultset").getNodes(); - while(it.hasNext()) { - Node n = it.nextNode(); - System.out.println(n.getProperty("hippo:brand").getString()); - } - - traverse(node); - assertNotNull(node); // assert some facetednavigation nodes exists assertTrue(node.hasNode("hippo:brand/peugeot/hippo:color/hippo:resultset")); @@ -353,21 +345,5 @@ } - private void traverse(Node navigation) throws RepositoryException { - traverse(navigation, "", 0); - } - - private void traverse(Node navigation, String indent, int depth) throws RepositoryException { - depth++; - String countStr = ""; - if(navigation.hasProperty("hippo:count")) { - countStr = " [" + navigation.getProperty("hippo:count").getLong() + "]"; - } - System.out.println(indent + navigation.getName() + countStr); - NodeIterator it = navigation.getNodes(); - indent += "\t"; - while(it.hasNext()) { - traverse(it.nextNode(), indent, depth); - } - } + } From schans at onehippo.com Wed Dec 16 19:29:56 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 19:29:52 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Repository_test_=23940?= Message-ID: <21880523.01260988196640.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 19:29:56 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 19:29:58 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Faceted_date_repository_addon_=23940?= Message-ID: <33169032.21260988196997.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 19:29:56 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 19:30:03 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_became_unstable=3A_Hippo?= =?utf-8?q?_ECM_Trunk_=C2=BB_Repository_engine_=23940?= Message-ID: <17091634.11260988196951.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 19:29:58 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 19:30:11 2009 Subject: [HippoRepos-dev] Hudson build became unstable: Hippo ECM Trunk #940 Message-ID: <3362470.31260988198257.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 22:12:35 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 22:12:30 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_still_unstable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Repository_test_=23941?= In-Reply-To: <21880523.01260988196640.JavaMail.hudson@hudson.onehippo.org> References: <21880523.01260988196640.JavaMail.hudson@hudson.onehippo.org> Message-ID: <6801847.41260997955507.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 22:12:36 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 22:12:35 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_still_unstable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Repository_engine_=23941?= In-Reply-To: <17091634.11260988196951.JavaMail.hudson@hudson.onehippo.org> References: <17091634.11260988196951.JavaMail.hudson@hudson.onehippo.org> Message-ID: <32260583.51260997956049.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 22:12:36 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 22:12:40 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_still_unstable=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Faceted_date_repository_addon_=23941?= In-Reply-To: <33169032.21260988196997.JavaMail.hudson@hudson.onehippo.org> References: <33169032.21260988196997.JavaMail.hudson@hudson.onehippo.org> Message-ID: <31111467.61260997956102.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Wed Dec 16 22:12:37 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Wed Dec 16 22:12:44 2009 Subject: [HippoRepos-dev] Hudson build is still unstable: Hippo ECM Trunk #941 In-Reply-To: <3362470.31260988198257.JavaMail.hudson@hudson.onehippo.org> References: <3362470.31260988198257.JavaMail.hudson@hudson.onehippo.org> Message-ID: <32717784.71260997957044.JavaMail.hudson@hudson.onehippo.org> See From svn-logs at hippocms.org Thu Dec 17 10:46:15 2009 From: svn-logs at hippocms.org (fvlankvelt) Date: Thu Dec 17 10:46:17 2009 Subject: [HippoRepos-dev] [21108] hippo-ecm: HREPTWO-16: hide prototypes Message-ID: <20091217094615.D803AC971@svnnew.onehippo.org> Revision: 21108 Author: fvlankvelt Date: 2009-12-17 10:46:15 +0100 (Thu, 17 Dec 2009) Log Message: ----------- HREPTWO-16: hide prototypes Access to prototypes is handled by another domain. Modified Paths: -------------- hippo-ecm/trunk/package/auth/src/main/resources/domain-hippodocuments.xml Modified: hippo-ecm/trunk/package/auth/src/main/resources/domain-hippodocuments.xml =================================================================== --- hippo-ecm/trunk/package/auth/src/main/resources/domain-hippodocuments.xml 2009-12-17 09:05:34 UTC (rev 21107) +++ hippo-ecm/trunk/package/auth/src/main/resources/domain-hippodocuments.xml 2009-12-17 09:46:15 UTC (rev 21108) @@ -1,5 +1,5 @@ - > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > org.apache.wicket.markup.MarkupException: Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. > [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html > > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.markup.repeater.AbstractRepeater.renderChild(AbstractRepeater.java:119) > at org.apache.wicket.markup.repeater.AbstractRepeater.onRender(AbstractRepeater.java:100) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427) > at org.apache.wicket.Page.onRender(Page.java:1470) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.Page.renderPage(Page.java:904) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:49:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 11:49:45 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3420) Author is not allowed to delete documents, but is allowed to delete folders with documents in them In-Reply-To: <9545615.177771258972395766.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <5799329.79311261651740360.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3420: ------------------------------------ Assignee: Bart van der Schans Fix Version/s: r2.12.00 (was: r2.11.00) > Author is not allowed to delete documents, but is allowed to delete folders with documents in them > -------------------------------------------------------------------------------------------------- > > Key: HREPTWO-3420 > URL: http://issues.onehippo.com/browse/HREPTWO-3420 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Assignee: Bart van der Schans > Priority: High > Fix For: r2.12.00 > > > Trying to delete a folder as author with an article in it results in the following error: > Expert technical details: > javax.jcr.AccessDeniedException: /content/documents/articles/test[2]/test/test/defaultcontent:body/hippostd:content: not allowed to remove item > javax.jcr.AccessDeniedException: /content/documents/articles/test[2]/test/test/defaultcontent:body/hippostd:content: not allowed to remove item > at org.apache.jackrabbit.core.ItemImpl.validateTransientItems(ItemImpl.java:577) > at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1058) > at org.hippoecm.repository.decorating.ItemDecorator.save(ItemDecorator.java:144) > at org.hippoecm.repository.impl.NodeDecorator.save(NodeDecorator.java:85) > at org.hippoecm.repository.standardworkflow.FolderWorkflowImpl.delete(FolderWorkflowImpl.java:389) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.hippoecm.repository.impl.WorkflowManagerImpl$WorkflowInvocationHandler.invoke(WorkflowManagerImpl.java:496) > at $Proxy3.delete(Unknown Source) > at org.hippoecm.frontend.plugins.standardworkflow.FolderWorkflowPlugin$3.execute(FolderWorkflowPlugin.java:188) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.execute(CompatibilityWorkflowPlugin.java:228) > at org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin$WorkflowAction$WorkflowDialog.onOk(CompatibilityWorkflowPlugin.java:212) > at org.hippoecm.frontend.dialog.AbstractDialog.handleSubmit(AbstractDialog.java:518) > at org.hippoecm.frontend.dialog.AbstractDialog$2.onSubmit(AbstractDialog.java:390) > at org.hippoecm.frontend.dialog.AbstractDialog$ButtonWrapper$1.onSubmit(AbstractDialog.java:264) > at org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:102) > at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:143) > at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177) > at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:299) > at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119) > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92) > at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:31) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:468) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:301) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) > at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:741) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522) > Are you sure you want to delete folder test and all of its contents permanently? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:49:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 11:49:50 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3343) table - thead in Rich Text Editor is not stored In-Reply-To: <26401530.84271257323295804.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28350181.79331261651740423.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3343: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > table - thead in Rich Text Editor is not stored > ------------------------------------------------ > > Key: HREPTWO-3343 > URL: http://issues.onehippo.com/browse/HREPTWO-3343 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Stephan Westen > Priority: Top > Fix For: Backlog > > > Customer wants to add a thead using the RTE table-editor. Is it possible to do so? > The workaround is to inject a piece of html in the html-perspective of the editor. However after saving the thead part is converted to tbody and the scope (scope="col") is removed. > Most likely the htmlCleaner causes this. > If the core problem cannot be fixed, please make the workaround possible. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:49:01 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 11:49:57 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3423) Add a password field in the template editor results in two warnings In-Reply-To: <24460238.178371258974015873.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18552936.79371261651741036.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3423: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Add a password field in the template editor results in two warnings > ------------------------------------------------------------------- > > Key: HREPTWO-3423 > URL: http://issues.onehippo.com/browse/HREPTWO-3423 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Fix For: Backlog > > > 23.11.2009 12:08:57 WARN [org.apache.wicket.markup.html.form.AbstractTextComponent.getModelType():166] Couldn't resolve model type of Model:classname=[org.apache.wicket.model.PropertyModel]:nestedModel=[Model:classname=[org.apache.wicket.model.Model]:object=[engine = "${engine}" mode = "${mode}" wicket.model = "${wicket.model}" plugin.class = "org.hippoecm.frontend.editor.plugins.field.PropertyFieldPlugin" field = "1fb4ef2c-c09b-421a-94a2-51caf2ff6736" wicket.id = "${cluster.id}.field" caption = "Password" cluster.options = "[]"]]:expression=[caption] for [MarkupContainer [Component id = widget]], please set the type yourself. > 23.11.2009 12:08:57 WARN [org.apache.wicket.markup.resolver.WicketMessageResolver$MessageContainer.onComponentTagBody():221] No value found for wicket:message tag with key: mandatory -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:51:00 2009 From: helpdesk at onehippo.com (JIRA (Frank van Lankvelt)) Date: Thu Dec 24 11:51:44 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3570) editor refreshes on ping In-Reply-To: <22044122.78101261604100242.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28590410.79461261651860550.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank van Lankvelt resolved HREPTWO-3570. ----------------------------------------- Resolution: Fixed > editor refreshes on ping > ------------------------ > > Key: HREPTWO-3570 > URL: http://issues.onehippo.com/browse/HREPTWO-3570 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: r2.12.00 > > > the editor redraws even when no fields have bene changed -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:51:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Thu Dec 24 11:51:50 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3571) Phase 2: Move FacetedNavigation to seperate project & seperate namespace In-Reply-To: <30311490.78871261648500306.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32712983.79481261651860577.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78611#action_78611 ] Ard Schrijvers commented on HREPTWO-3571: ----------------------------------------- ******************************************************************************************************************************** remove hardcoded "hippofacnav" namespace registering from RepositoryImpl as well! log.info("Initializing hippofacnav namespace: this needs to move to its own subproject, see HREPTWO-3571: "); safeRegisterNamespace(nsReg, "hippofacnav", "http://www.onehippo.org/jcr/hippofacnav/nt/1.0"); ******************************************************************************************************************************** > Phase 2: Move FacetedNavigation to seperate project & seperate namespace > ------------------------------------------------------------------------ > > Key: HREPTWO-3571 > URL: http://issues.onehippo.com/browse/HREPTWO-3571 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Fix For: r2.11.00 > > > move faceted nav code in seperate project -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 11:53:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 11:53:45 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3417) Creating an image as internal link results in a broken link In-Reply-To: <14566087.177471258971916374.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28843567.79501261651980272.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3417: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Creating an image as internal link results in a broken link > ----------------------------------------------------------- > > Key: HREPTWO-3417 > URL: http://issues.onehippo.com/browse/HREPTWO-3417 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Fix For: Backlog > > Attachments: screenshot-1.jpg > > > Add an image > click add internal link > select, done > click on image > -> broken -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From schans at onehippo.com Thu Dec 24 12:05:39 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Thu Dec 24 12:05:39 2009 Subject: [HippoRepos-dev] =?utf-8?q?Hudson_build_is_back_to_normal=3A_Hip?= =?utf-8?q?po_ECM_Trunk_=C2=BB_Repository_modules_=23963?= In-Reply-To: <32455001.91261649021314.JavaMail.hudson@hudson.onehippo.org> References: <32455001.91261649021314.JavaMail.hudson@hudson.onehippo.org> Message-ID: <74392.111261652739797.JavaMail.hudson@hudson.onehippo.org> See From schans at onehippo.com Thu Dec 24 12:05:41 2009 From: schans at onehippo.com (Hippo Hudson Server) Date: Thu Dec 24 12:05:46 2009 Subject: [HippoRepos-dev] Hudson build is back to normal: Hippo ECM Trunk #963 In-Reply-To: <2141644.101261649024311.JavaMail.hudson@hudson.onehippo.org> References: <2141644.101261649024311.JavaMail.hudson@hudson.onehippo.org> Message-ID: <32622193.121261652741612.JavaMail.hudson@hudson.onehippo.org> See From helpdesk at onehippo.com Thu Dec 24 12:22:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:22:45 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3428) Unclear styling what is editable and what not for hippo:query In-Reply-To: <12988194.178961258975095966.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28916692.79871261653720288.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3428: ------------------------------------ Fix Version/s: r2.12.00 (was: r2.11.00) > Unclear styling what is editable and what not for hippo:query > ------------------------------------------------------------- > > Key: HREPTWO-3428 > URL: http://issues.onehippo.com/browse/HREPTWO-3428 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Bart van der Schans > Fix For: r2.12.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:24:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:24:45 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3510) Compound types can be better looking In-Reply-To: <21081739.261811260209535681.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9777611.79901261653840370.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3510: ------------------------------------ Assignee: Rolf van der Steen (was: Stephan Westen) Fix Version/s: Backlog (was: r2.11.00) > Compound types can be better looking > ------------------------------------ > > Key: HREPTWO-3510 > URL: http://issues.onehippo.com/browse/HREPTWO-3510 > Project: Hippo Repository 2 > Issue Type: Improvement > Components: user experience > Affects Versions: r2.09.04 > Reporter: Mathijs Brand > Assignee: Rolf van der Steen > Fix For: Backlog > > Attachments: Poll with fix.png, Poll without fix.png > > > Without the fix is the first screenshot. The second one is with the fix > A fix from a project with a poll with options, the class .architect-poll-options was put on the options field: > .architect-poll-options div.hippo-editor-field input { > background: white; > border: 0px; > margin: 0px; > padding: 0px 0px 3px 0px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield div.even { > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .even div div { > background: white; > font-style: italic; > font-size: 9px; > } > .architect-poll-options div.hippo-editor-field div.hippo-editor-field-subfield .odd div div { > background: white; > font-style: italic; > font-size: 9px; > } > div.architect-poll-options { > border: 2px white solid; > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:24:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:24:56 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3544) Run cms editor in a portlet In-Reply-To: <33289763.38021260954120329.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <6154996.79921261653840410.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3544: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Run cms editor in a portlet > --------------------------- > > Key: HREPTWO-3544 > URL: http://issues.onehippo.com/browse/HREPTWO-3544 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:24:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:25:06 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3547) Eliminate /binaries mounting for images In-Reply-To: <20332559.41011260962880400.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <17313913.79941261653840443.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3547: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Eliminate /binaries mounting for images > --------------------------------------- > > Key: HREPTWO-3547 > URL: http://issues.onehippo.com/browse/HREPTWO-3547 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:24:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:25:16 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3548) Remove url parsing from link/image editing in Xinha In-Reply-To: <20710227.41061260962880487.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <19290882.79961261653840476.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3548: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Remove url parsing from link/image editing in Xinha > --------------------------------------------------- > > Key: HREPTWO-3548 > URL: http://issues.onehippo.com/browse/HREPTWO-3548 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:26:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:26:45 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3549) Hide inappropriate workflow actions In-Reply-To: <16821214.41111260963000402.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18842895.80001261653960325.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3549: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) Note that there is a desire to gray-out (disabled look) for menu-items that are not applicable for the current workflow state instead of hiding them. TBD with Rolf. > Hide inappropriate workflow actions > ----------------------------------- > > Key: HREPTWO-3549 > URL: http://issues.onehippo.com/browse/HREPTWO-3549 > Project: Hippo Repository 2 > Issue Type: Sub-task > Reporter: Frank van Lankvelt > Assignee: Frank van Lankvelt > Fix For: Backlog > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:26:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:26:53 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3389) After timeout the login window is shown with confusing msg 'incorrect password' In-Reply-To: <14121543.148101258471515764.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <12865757.80041261653960438.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3389: ------------------------------------ Fix Version/s: r2.12.00 (was: r2.11.00) > After timeout the login window is shown with confusing msg 'incorrect password' > ------------------------------------------------------------------------------- > > Key: HREPTWO-3389 > URL: http://issues.onehippo.com/browse/HREPTWO-3389 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Bart van der Schans > Fix For: r2.12.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:26:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:26:58 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3517) Readable nodenames in URL (remove specials characters) In-Reply-To: <8807523.3031260355740443.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <25061240.80091261653960515.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3517: ------------------------------------ Fix Version/s: r2.12.00 (was: r2.11.00) > Readable nodenames in URL (remove specials characters) > ------------------------------------------------------ > > Key: HREPTWO-3517 > URL: http://issues.onehippo.com/browse/HREPTWO-3517 > Project: Hippo Repository 2 > Issue Type: New Feature > Reporter: Stephan Westen > Assignee: Berry van Halderen > Priority: High > Fix For: r2.12.00 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:28:00 2009 From: helpdesk at onehippo.com (JIRA (Ard Schrijvers)) Date: Thu Dec 24 12:28:45 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3530) Phase 1: Move FacetedNavigation to seperate project & seperate namespace In-Reply-To: <1137803.31951260872760275.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <31245450.80151261654080389.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ard Schrijvers resolved HREPTWO-3530. ------------------------------------- Resolution: Fixed > Phase 1: Move FacetedNavigation to seperate project & seperate namespace > ------------------------------------------------------------------------ > > Key: HREPTWO-3530 > URL: http://issues.onehippo.com/browse/HREPTWO-3530 > Project: Hippo Repository 2 > Issue Type: Sub-task > Components: repository-core > Affects Versions: r2.10.00 > Reporter: Ard Schrijvers > Assignee: Ard Schrijvers > Fix For: r2.11.00 > > > phase 1: make the content model wrt node types correct -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:28:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:28:53 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3524) Improve Caption Dialog Document picker In-Reply-To: <31838312.10361260438060263.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <28722386.80121261654080334.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3524: ------------------------------------ Fix Version/s: Backlog (was: r2.11.00) > Improve Caption Dialog Document picker > -------------------------------------- > > Key: HREPTWO-3524 > URL: http://issues.onehippo.com/browse/HREPTWO-3524 > Project: Hippo Repository 2 > Issue Type: Bug > Reporter: Stephan Westen > Assignee: Rolf van der Steen > Fix For: Backlog > > Attachments: screenshot-1.jpg > > > see screenshot, suggestions? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:32:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:32:44 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3543) Complete documents show up in attic In-Reply-To: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <33295851.80221261654320393.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3543: ------------------------------------ Fix Version/s: r2.09.06 (was: r2.09.05) > Complete documents show up in attic > ----------------------------------- > > Key: HREPTWO-3543 > URL: http://issues.onehippo.com/browse/HREPTWO-3543 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.09.04 > Reporter: Bart van der Schans > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.09.06, r2.11.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Thu Dec 24 12:32:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Thu Dec 24 12:32:54 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3496) Make activity plugin more robust against errors In-Reply-To: <20358465.244931259841735857.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9521468.80241261654320433.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3496: ------------------------------------ Fix Version/s: r2.09.06 (was: r2.09.05) > Make activity plugin more robust against errors > ----------------------------------------------- > > Key: HREPTWO-3496 > URL: http://issues.onehippo.com/browse/HREPTWO-3496 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.06.14, r2.09.04, r2.10.00 > Reporter: Bart van der Schans > Priority: Top > Fix For: r2.06.16, r2.09.06, r2.12.00 > > > When the activity plugins fails the CMS is inaccessible. For example see the stacktrace below: > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 > javax.jcr.RepositoryException: failed to resolve name of 70522edd-fde0-4e86-82c3-fb186ca65c33 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b > javax.jcr.RepositoryException: failed to resolve name of 49d041fe-d165-4c6f-86d8-540cadb5de2b > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a > javax.jcr.RepositoryException: failed to resolve name of fbb0a290-b36d-4882-8447-fc5c6896b06a > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 > javax.jcr.RepositoryException: failed to resolve name of 4d413b28-413f-4160-bc07-ee168c9a01a3 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e > javax.jcr.RepositoryException: failed to resolve name of 3cf5dbc6-ddcc-49ae-9b6b-1c15b616101e > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 > javax.jcr.RepositoryException: failed to resolve name of dbdbaa83-5767-4390-89b9-909f821d8f93 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e > javax.jcr.RepositoryException: failed to resolve name of 4fa2322a-02a9-4507-a178-f2265ecd826e > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 > javax.jcr.RepositoryException: failed to resolve name of 260fc646-e200-4612-972a-6f41ad1360c8 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 > javax.jcr.RepositoryException: failed to resolve name of 9e4ae0b5-23c0-4a43-a54d-2b32c4472671 > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem():245] failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad > javax.jcr.RepositoryException: failed to resolve name of 4e3b06b5-1789-4739-9b91-09383fc676ad > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:465) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImpl.java:425) > at org.apache.jackrabbit.core.CachingHierarchyManager.getName(CachingHierarchyManager.java:244) > at org.hippoecm.repository.jackrabbit.HippoHierarchyManager.getName(HippoHierarchyManager.java:68) > at org.apache.jackrabbit.core.NodeImpl.getName(NodeImpl.java:2053) > at org.hippoecm.repository.decorating.ItemDecorator.getName(ItemDecorator.java:96) > at org.hippoecm.repository.decorating.checked.ItemDecorator.getName(ItemDecorator.java:119) > at org.hippoecm.frontend.plugins.cms.dashboard.current.CurrentActivityPlugin$CurrentActivityView.populateItem(CurrentActivityPlugin.java:142) > at org.apache.wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:108) > at org.apache.wicket.markup.repeater.DefaultItemReuseStrategy$1.next(DefaultItemReuseStrategy.java:78) > at org.apache.wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:182) > at org.apache.wicket.markup.repeater.RefreshingView.onPopulate(RefreshingView.java:93) > at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:127) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.hippoecm.frontend.plugins.standards.tabs.TabbedPanel.onBeforeRender(TabbedPanel.java:188) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1589) > at org.apache.wicket.Component.onBeforeRender(Component.java:3682) > at org.apache.wicket.Page.onBeforeRender(Page.java:1426) > at org.apache.wicket.Component.internalBeforeRender(Component.java:1002) > at org.apache.wicket.Component.beforeRender(Component.java:1034) > at org.apache.wicket.Component.prepareForRender(Component.java:2160) > at org.apache.wicket.Page.renderPage(Page.java:883) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > 03.12.2009 13:01:04 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. > [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html > > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > org.apache.wicket.markup.MarkupException: Unable to find component with id 'entry' in [MarkupContainer [Component id = 6]]. This means that you declared wicket:id=entry in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. > [markup = jar:file:/home/cms/apache-tomcat-6.0.20/webapps/cms/WEB-INF/lib/hippo-ecm-addon-cms-dashboard-2.06.14.jar!/org/hippoecm/frontend/plugins/cms/dashboard/current/CurrentActivityPlugin.html > > > > > > > >
> [entry] >
>
> > , index = 7, current = '' (line 21, column 21)] > at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.markup.repeater.AbstractRepeater.renderChild(AbstractRepeater.java:119) > at org.apache.wicket.markup.repeater.AbstractRepeater.onRender(AbstractRepeater.java:100) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1401) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639) > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112) > at org.apache.wicket.Component.renderComponent(Component.java:2480) > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297) > at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427) > at org.apache.wicket.Page.onRender(Page.java:1470) > at org.apache.wicket.Component.render(Component.java:2317) > at org.apache.wicket.Page.renderPage(Page.java:904) > at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163) > at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355) > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 28 15:55:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Mon Dec 28 15:55:56 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3543) Complete documents show up in attic In-Reply-To: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <32232393.88011262012100344.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78777#action_78777 ] Bart van der Schans commented on HREPTWO-3543: ---------------------------------------------- Nope. The logs usually get quite large pretty fast and hence get rotated out pretty quickly. I do see the same problem with 2.06.xx though. > Complete documents show up in attic > ----------------------------------- > > Key: HREPTWO-3543 > URL: http://issues.onehippo.com/browse/HREPTWO-3543 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.06.15, r2.09.04 > Reporter: Bart van der Schans > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.06.16, r2.09.06, r2.11.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Mon Dec 28 15:55:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Mon Dec 28 15:56:05 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3543) Complete documents show up in attic In-Reply-To: <12813493.36601260899280358.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <12140204.88041262012100389.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans updated HREPTWO-3543: ----------------------------------------- Fix Version/s: r2.06.16 Affects Version/s: r2.06.15 > Complete documents show up in attic > ----------------------------------- > > Key: HREPTWO-3543 > URL: http://issues.onehippo.com/browse/HREPTWO-3543 > Project: Hippo Repository 2 > Issue Type: Bug > Affects Versions: r2.06.15, r2.09.04 > Reporter: Bart van der Schans > Assignee: Berry van Halderen > Priority: Blocker > Fix For: r2.06.16, r2.09.06, r2.11.00 > > Attachments: screenshot-1.jpg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Mon Dec 28 17:22:25 2009 From: svn-logs at hippocms.org (bvdschans) Date: Mon Dec 28 17:23:24 2009 Subject: [HippoRepos-dev] [21192] hippo-ecm: HREPTWO-16: Make build number lookup a bit more robust Message-ID: <20091228162225.AD4701C020@svn.vm.castaserver.com> Revision: 21192 Author: bvdschans Date: 2009-12-28 17:22:25 +0100 (Mon, 28 Dec 2009) Log Message: ----------- HREPTWO-16: Make build number lookup a bit more robust Modified Paths: -------------- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-24 20:01:51 UTC (rev 21191) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-28 16:22:25 UTC (rev 21192) @@ -80,8 +80,27 @@ add(versionLabel = new Label("version")); add(buildLabel = new Label("build")); add(repositoryLabel = new Label("repository")); - ServletContext servletContext = ((WebApplication)getApplication()).getServletContext(); + + // set default cms version from frontend-engine jar try { + InputStream istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); + if (istream != null) { + Manifest manifest = new Manifest(istream); + Attributes atts = manifest.getMainAttributes(); + if (atts.getValue("Implementation-Version") != null) { + versionLabel.setDefaultModel(new Model(atts.getValue("Implementation-Version"))); + } + if (atts.getValue("Implementation-Build") != null) { + buildLabel.setDefaultModel(new Model(atts.getValue("Implementation-Build"))); + } + } + } catch(FileNotFoundException ex) { + } catch(IOException ex) { + } + + // allow version overwrites from war + try { + ServletContext servletContext = ((WebApplication)getApplication()).getServletContext(); InputStream istream = servletContext.getResourceAsStream("META-INF/MANIFEST.MF"); if (istream == null) { File manifestFile = new File(servletContext.getRealPath("/"), "META-INF/MANIFEST.MF"); @@ -89,13 +108,6 @@ istream = new FileInputStream(manifestFile); } } - if (istream == null) { - try { - istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); - } catch(FileNotFoundException ex) { - } catch(IOException ex) { - } - } if (istream != null) { Manifest manifest = new Manifest(istream); Attributes atts = manifest.getMainAttributes(); @@ -109,6 +121,8 @@ } catch(IOException ex) { // delibate ignore } + + // set repository version if(((UserSession) getSession()).getJcrSession() != null) { Repository repository = ((UserSession) getSession()).getJcrSession().getRepository(); if(repository != null) { From svn-logs at hippocms.org Tue Dec 29 12:46:50 2009 From: svn-logs at hippocms.org (bvdschans) Date: Tue Dec 29 12:47:53 2009 Subject: [HippoRepos-dev] [21193] hippo-ecm: HREPTWO-16: Fix version and build number retrieval and cleanup a bit Message-ID: <20091229114650.68CEB1C020@svn.vm.castaserver.com> Revision: 21193 Author: bvdschans Date: 2009-12-29 12:46:50 +0100 (Tue, 29 Dec 2009) Log Message: ----------- HREPTWO-16: Fix version and build number retrieval and cleanup a bit Modified Paths: -------------- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java Modified: hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java =================================================================== --- hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-28 16:22:25 UTC (rev 21192) +++ hippo-ecm/trunk/frontend/plugins/src/main/java/org/hippoecm/frontend/plugins/login/LoginPlugin.java 2009-12-29 11:46:50 UTC (rev 21193) @@ -17,7 +17,6 @@ import java.io.File; import java.io.FileInputStream; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; @@ -59,17 +58,25 @@ import org.hippoecm.frontend.service.render.RenderPlugin; import org.hippoecm.frontend.session.UserSession; import org.hippoecm.repository.HippoRepositoryFactory; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; public class LoginPlugin extends RenderPlugin { @SuppressWarnings("unused") private final static String SVN_ID = "$Id$"; + private static final Logger log = LoggerFactory.getLogger(LoginPlugin.class); + private static final long serialVersionUID = 1L; private static final String LOCALE_COOKIE = "loc"; - + protected ValueMap credentials = new ValueMap(); + private static String cmsVersion; + private static String cmsBuild; + private static String repositoryVersion; + public LoginPlugin(IPluginContext context, IPluginConfig config) { super(context, config); @@ -80,63 +87,85 @@ add(versionLabel = new Label("version")); add(buildLabel = new Label("build")); add(repositoryLabel = new Label("repository")); - - // set default cms version from frontend-engine jar - try { - InputStream istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); - if (istream != null) { - Manifest manifest = new Manifest(istream); - Attributes atts = manifest.getMainAttributes(); - if (atts.getValue("Implementation-Version") != null) { - versionLabel.setDefaultModel(new Model(atts.getValue("Implementation-Version"))); + + versionLabel.setDefaultModel(new Model(getCMSVersion())); + buildLabel.setDefaultModel(new Model(getCMSBuild())); + repositoryLabel.setDefaultModel(new Model(getRepositoryVersion())); + } + + protected SignInForm createSignInForm(String id) { + return new SignInForm(id); + } + + private String getCMSVersion() { + if (cmsVersion == null || cmsBuild == null) { + // set default cms version from frontend-engine jar + try { + InputStream istream = HippoRepositoryFactory.getManifest(Home.class).openStream(); + if (istream != null) { + Manifest manifest = new Manifest(istream); + Attributes atts = manifest.getMainAttributes(); + if (atts.getValue("Implementation-Version") != null) { + cmsVersion = atts.getValue("Implementation-Version"); + } + if (atts.getValue("Implementation-Build") != null) { + cmsBuild = atts.getValue("Implementation-Build"); + } } - if (atts.getValue("Implementation-Build") != null) { - buildLabel.setDefaultModel(new Model(atts.getValue("Implementation-Build"))); - } + } catch (IOException ex) { + log.info("Unable to determine CMS version and build info from Home.class manifest.", ex.getMessage()); } - } catch(FileNotFoundException ex) { - } catch(IOException ex) { - } - - // allow version overwrites from war - try { - ServletContext servletContext = ((WebApplication)getApplication()).getServletContext(); - InputStream istream = servletContext.getResourceAsStream("META-INF/MANIFEST.MF"); - if (istream == null) { - File manifestFile = new File(servletContext.getRealPath("/"), "META-INF/MANIFEST.MF"); - if(manifestFile.exists()) { - istream = new FileInputStream(manifestFile); + + // allow version overwrites from war + try { + ServletContext servletContext = ((WebApplication) getApplication()).getServletContext(); + InputStream istream = servletContext.getResourceAsStream("META-INF/MANIFEST.MF"); + if (istream == null) { + File manifestFile = new File(servletContext.getRealPath("/"), "META-INF/MANIFEST.MF"); + if (manifestFile.exists()) { + istream = new FileInputStream(manifestFile); + } } - } - if (istream != null) { - Manifest manifest = new Manifest(istream); - Attributes atts = manifest.getMainAttributes(); - if (atts.getValue("Implementation-Version") != null) { - versionLabel.setDefaultModel(new Model(atts.getValue("Implementation-Version"))); + if (istream != null) { + Manifest manifest = new Manifest(istream); + Attributes atts = manifest.getMainAttributes(); + if (atts.getValue("Implementation-Version") != null + && atts.getValue("Implementation-Version").length() > 0) { + cmsVersion = atts.getValue("Implementation-Version"); + } + if (atts.getValue("Implementation-Build") != null + && atts.getValue("Implementation-Build").length() > 0) { + cmsBuild = atts.getValue("Implementation-Build"); + } } - if (atts.getValue("Implementation-Build") != null) { - buildLabel.setDefaultModel(new Model(atts.getValue("Implementation-Build"))); - } + } catch (IOException ex) { + log.info("Unable to determine CMS version and build from war override.", ex.getMessage()); } - } catch(IOException ex) { - // delibate ignore } - - // set repository version - if(((UserSession) getSession()).getJcrSession() != null) { - Repository repository = ((UserSession) getSession()).getJcrSession().getRepository(); - if(repository != null) { - StringBuffer sb = new StringBuffer(); - sb.append(repository.getDescriptor(Repository.REP_NAME_DESC)); - sb.append(" "); - sb.append(repository.getDescriptor(Repository.REP_VERSION_DESC)); - repositoryLabel.setDefaultModel(new Model(new String(sb))); - } + return cmsVersion; + } + + private String getCMSBuild() { + if (cmsBuild == null) { + getCMSVersion(); } + return cmsBuild; } - protected SignInForm createSignInForm(String id) { - return new SignInForm(id); + private String getRepositoryVersion() { + if (repositoryVersion == null) { + StringBuilder sb = new StringBuilder(); + if (((UserSession) getSession()).getJcrSession() != null) { + Repository repository = ((UserSession) getSession()).getJcrSession().getRepository(); + if (repository != null) { + sb.append(repository.getDescriptor(Repository.REP_NAME_DESC)); + sb.append(" "); + sb.append(repository.getDescriptor(Repository.REP_VERSION_DESC)); + } + } + repositoryVersion = sb.toString(); + } + return repositoryVersion; } @Override @@ -147,18 +176,18 @@ protected class SignInForm extends Form { private static final long serialVersionUID = 1L; - + protected final DropDownChoice locale; private List locales = Arrays.asList(new String[] { "nl", "en" }); public String selectedLocale; protected final RequiredTextField usernameTextField; - protected final PasswordTextField passwordTextField; + protected final PasswordTextField passwordTextField; private Label userLabel; private Map parameters; - + public SignInForm(final String id) { super(id); - + parameters = RequestCycle.get().getRequest().getParameterMap(); // by default, use the user's browser settings for the locale @@ -166,10 +195,10 @@ if (locales.contains(getSession().getLocale().getLanguage())) { selectedLocale = getSession().getLocale().getLanguage(); } - + // check if user has previously selected a locale - Cookie[] cookies = ((WebRequest)RequestCycle.get().getRequest()).getHttpServletRequest().getCookies(); - if(cookies != null) { + Cookie[] cookies = ((WebRequest) RequestCycle.get().getRequest()).getHttpServletRequest().getCookies(); + if (cookies != null) { for (int i = 0; i < cookies.length; i++) { if (LOCALE_COOKIE.equals(cookies[i].getName())) { if (locales.contains(cookies[i].getValue())) { @@ -180,20 +209,20 @@ } } - add(usernameTextField = new RequiredTextField("username", new StringPropertyModel(credentials, "username"))); + add(usernameTextField = new RequiredTextField("username", new StringPropertyModel(credentials, "username"))); add(passwordTextField = new PasswordTextField("password", new StringPropertyModel(credentials, "password"))); add(locale = new DropDownChoice("locale", new PropertyModel(this, "selectedLocale"), locales)); passwordTextField.setResetPassword(false); - + locale.add(new AjaxFormComponentUpdatingBehavior("onchange") { private static final long serialVersionUID = 1L; protected void onUpdate(AjaxRequestTarget target) { //immediately set the locale when the user changes it Cookie localeCookie = new Cookie(LOCALE_COOKIE, selectedLocale); - localeCookie.setMaxAge(365*24*3600); // expire one year from now - ((WebResponse)RequestCycle.get().getResponse()).addCookie(localeCookie); + localeCookie.setMaxAge(365 * 24 * 3600); // expire one year from now + ((WebResponse) RequestCycle.get().getResponse()).addCookie(localeCookie); getSession().setLocale(new Locale(selectedLocale)); setResponsePage(this.getFormComponent().getPage()); } @@ -201,11 +230,14 @@ usernameTextField.add(new AjaxFormComponentUpdatingBehavior("onchange") { private static final long serialVersionUID = 1L; + protected void onUpdate(AjaxRequestTarget target) { String username = this.getComponent().getDefaultModelObjectAsString(); - HttpSession session = ((WebRequest)SignInForm.this.getRequest()).getHttpServletRequest().getSession(true); - if(ConcurrentLoginFilter.isConcurrentSession(session, username)) { - userLabel.setDefaultModel(new StringResourceModel("alreadylogin", LoginPlugin.this, null, new Object[] {username})); + HttpSession session = ((WebRequest) SignInForm.this.getRequest()).getHttpServletRequest() + .getSession(true); + if (ConcurrentLoginFilter.isConcurrentSession(session, username)) { + userLabel.setDefaultModel(new StringResourceModel("alreadylogin", LoginPlugin.this, null, + new Object[] { username })); } else { userLabel.setDefaultModel(new Model("")); } @@ -216,6 +248,7 @@ passwordTextField.add(new AjaxFormComponentUpdatingBehavior("onchange") { private static final long serialVersionUID = 1L; + protected void onUpdate(AjaxRequestTarget target) { credentials.put("password", this.getComponent().getDefaultModelObjectAsString()); } @@ -230,9 +263,9 @@ @Override public void onDetach() { - WebRequest webRequest = ((WebRequestCycle)RequestCycle.get()).getWebRequest(); + WebRequest webRequest = ((WebRequestCycle) RequestCycle.get()).getWebRequest(); if (!webRequest.getHttpServletRequest().getMethod().equals("POST") && !webRequest.isAjax()) { - ((UserSession)getSession()).releaseJcrSession(); + ((UserSession) getSession()).releaseJcrSession(); } super.onDetach(); } @@ -241,7 +274,7 @@ public void onSubmit() { UserSession userSession = (UserSession) getSession(); String username = usernameTextField.getDefaultModelObjectAsString(); - HttpSession session = ((WebRequest)SignInForm.this.getRequest()).getHttpServletRequest().getSession(true); + HttpSession session = ((WebRequest) SignInForm.this.getRequest()).getHttpServletRequest().getSession(true); ConcurrentLoginFilter.validateSession(session, username, false); userSession.login(credentials); userSession.setLocale(new Locale(selectedLocale)); From helpdesk at onehippo.com Wed Dec 30 09:43:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 30 09:44:02 2009 Subject: [HippoRepos-dev] [JIRA] Commented: (HREPTWO-3471) Error reporting concerning backing database In-Reply-To: <20206653.208351259246235741.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <18751990.93521262162580368.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78890#action_78890 ] Stephan Westen commented on HREPTWO-3471: ----------------------------------------- We need to make sure that indeed a clear error is logged. Next, we can improve the documentation with what Bart mentioned > Error reporting concerning backing database > ------------------------------------------- > > Key: HREPTWO-3471 > URL: http://issues.onehippo.com/browse/HREPTWO-3471 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.03 > Reporter: Wim Ederveen > Assignee: Bart van der Schans > Priority: Top > Fix For: r2.11.00 > > > We use a MySQL database for our repository. > This database has a setting called "max_allowed_packet" > What this does is determine what the max blob size is. > When we try to upload a pdf file that is larger than this setting, for example 1Mb > The repository will just say 0 bytes and the pdf wont work. > Also when we upload a pdf that might have a corrupt header or something also shows as 0 bytes. > This is confusing for the users of the cms, they dont know what database is behind the cms, and they shouldn't > They get no notification that something went wrong. > My suggestion is to improve the way the cms handles this kind of issues and implement errors or warnings in the cms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From helpdesk at onehippo.com Wed Dec 30 09:45:00 2009 From: helpdesk at onehippo.com (JIRA (Stephan Westen)) Date: Wed Dec 30 09:46:02 2009 Subject: [HippoRepos-dev] [JIRA] Updated: (HREPTWO-3471) Error reporting concerning backing database In-Reply-To: <20206653.208351259246235741.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <9403279.93551262162700271.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Westen updated HREPTWO-3471: ------------------------------------ Fix Version/s: r2.12.00 (was: r2.11.00) > Error reporting concerning backing database > ------------------------------------------- > > Key: HREPTWO-3471 > URL: http://issues.onehippo.com/browse/HREPTWO-3471 > Project: Hippo Repository 2 > Issue Type: Improvement > Affects Versions: r2.09.03 > Reporter: Wim Ederveen > Assignee: Bart van der Schans > Priority: Top > Fix For: r2.12.00 > > > We use a MySQL database for our repository. > This database has a setting called "max_allowed_packet" > What this does is determine what the max blob size is. > When we try to upload a pdf file that is larger than this setting, for example 1Mb > The repository will just say 0 bytes and the pdf wont work. > Also when we upload a pdf that might have a corrupt header or something also shows as 0 bytes. > This is confusing for the users of the cms, they dont know what database is behind the cms, and they shouldn't > They get no notification that something went wrong. > My suggestion is to improve the way the cms handles this kind of issues and implement errors or warnings in the cms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From svn-logs at hippocms.org Wed Dec 30 10:56:33 2009 From: svn-logs at hippocms.org (bvdschans) Date: Wed Dec 30 10:57:38 2009 Subject: [HippoRepos-dev] [21195] hippo-ecm/trunk: HREPTWO-3563: Set correct dutch translation and update bar look Message-ID: <20091230095633.DC1391C020@svn.vm.castaserver.com> Revision: 21195 Author: bvdschans Date: 2009-12-30 10:56:33 +0100 (Wed, 30 Dec 2009) Log Message: ----------- HREPTWO-3563: Set correct dutch translation and update bar look Modified Paths: -------------- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_nl.properties hippo-ecm/trunk/package/skin/src/main/webapp/screen.css Modified: hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_nl.properties =================================================================== --- hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_nl.properties 2009-12-29 17:13:14 UTC (rev 21194) +++ hippo-ecm/trunk/addon/cms/admin/src/main/java/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_nl.properties 2009-12-30 09:56:33 UTC (rev 21195) @@ -15,7 +15,7 @@ # # Control panel # -admin-title: Control panel +admin-title: Configuratiescherm admin-permissions-title: Permissies admin-permissions-title-help: Stel in wie wat waar kan doen Modified: hippo-ecm/trunk/package/skin/src/main/webapp/screen.css =================================================================== --- hippo-ecm/trunk/package/skin/src/main/webapp/screen.css 2009-12-29 17:13:14 UTC (rev 21194) +++ hippo-ecm/trunk/package/skin/src/main/webapp/screen.css 2009-12-30 09:56:33 UTC (rev 21195) @@ -1029,8 +1029,8 @@ .hippo-controlpanel-membership-item-label{display: block; width: 200px} .hippo-controlpanel-breadcrumbs{background: url("images/hippo-panels-headerback.png") repeat-x; border-bottom: 1px dotted #afafaf; font-weight: bold} -.hippo-controlpanel-breadcrumbs-backbutton{background: url("images/hippo-controlpanel-back.png") no-repeat; display: block; padding: 8px; padding-left: 33px;} -.hippo-controlpanel-breadcrumbs span a, .hippo-controlpanel-breadcrumbs span em{font-weight: normal; color: #666666; padding: 4px; padding-right: 8px; background: url("images/hippo-controlpanel-breacrumbs-arrow.png") no-repeat right center; margin-right: 0px;} +.hippo-controlpanel-breadcrumbs-backbutton{display: block; padding: 8px; padding-left: 4px;} +.hippo-controlpanel-breadcrumbs span a, .hippo-controlpanel-breadcrumbs span em{font-weight: bold; color: #666666; padding: 4px 2px 4px 8px; background: url("images/hippo-controlpanel-breacrumbs-arrow.png") no-repeat left center; margin-right: 0px;} .hippo-controlpanel-breadcrumbs a:hover{text-decoration: underline} .hippo-controlpanel-navigation li{display: block; float: left} From helpdesk at onehippo.com Wed Dec 30 11:05:00 2009 From: helpdesk at onehippo.com (JIRA (Bart van der Schans)) Date: Wed Dec 30 11:06:02 2009 Subject: [HippoRepos-dev] [JIRA] Resolved: (HREPTWO-3563) Dutch translation of "Control panel" is needed In-Reply-To: <2418591.60971261150260484.JavaMail.jira@jira.vm.castaserver.com> Message-ID: <11769318.93761262167500303.JavaMail.jira@jira.vm.castaserver.com> [ http://issues.onehippo.com/browse/HREPTWO-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart van der Schans resolved HREPTWO-3563. ------------------------------------------ Resolution: Fixed > Dutch translation of "Control panel" is needed > ---------------------------------------------- > > Key: HREPTWO-3563 > URL: http://issues.onehippo.com/browse/HREPTWO-3563 > Project: Hippo Repository 2 > Issue Type: Bug > Components: addon-cms-prototype > Affects Versions: r2.09.04 > Reporter: Dennis Dam > Assignee: Bart van der Schans > Fix For: r2.11.00 > > > If you login with the Dutch locale, then the word "Control panel" is not translated in Dutch. A good dutch translation should be used instead. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.onehippo.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira