diff --git a/config/alfresco/action-services-context.xml b/config/alfresco/action-services-context.xml index 6bde8c757e..0c0b5d7cba 100644 --- a/config/alfresco/action-services-context.xml +++ b/config/alfresco/action-services-context.xml @@ -424,15 +424,6 @@ - - - - - - - - - @@ -623,50 +614,6 @@ - - - - - - - - deployment - - - - - - - - - - - - - - - false - - - admin - - - admin - - - ${alfresco.rmi.services.port} - - - 44100 - - - default - - - 30 - - - diff --git a/config/alfresco/application-context-core.xml b/config/alfresco/application-context-core.xml index ad699fc394..d0ba295912 100644 --- a/config/alfresco/application-context-core.xml +++ b/config/alfresco/application-context-core.xml @@ -37,13 +37,8 @@ - - diff --git a/config/alfresco/bootstrap-context.xml b/config/alfresco/bootstrap-context.xml index 4ae6581ac4..baa44825c0 100644 --- a/config/alfresco/bootstrap-context.xml +++ b/config/alfresco/bootstrap-context.xml @@ -101,12 +101,9 @@ - @@ -173,10 +170,6 @@ - - @@ -290,7 +283,6 @@ alfresco/workflow/workflowModel.xml - alfresco/workflow/wcmWorkflowModel.xml alfresco/workflow/invitation-nominated-workflow-model.xml alfresco/workflow/invitation-moderated-workflow-model.xml alfresco/workflow/publishingWorkflowModel.xml @@ -299,7 +291,6 @@ alfresco/workflow/workflow-messages - alfresco/workflow/wcm-workflow-messages alfresco/workflow/invitation-nominated-workflow-messages alfresco/workflow/invitation-moderated-workflow-messages @@ -686,7 +677,6 @@ - ${spaces.store} /${spaces.company_home.childname} diff --git a/config/alfresco/bootstrap/customMessagesSpace.xml b/config/alfresco/bootstrap/customMessagesSpace.xml index c18b45c1b2..7dd99c34e2 100644 --- a/config/alfresco/bootstrap/customMessagesSpace.xml +++ b/config/alfresco/bootstrap/customMessagesSpace.xml @@ -1,6 +1,6 @@ - diff --git a/config/alfresco/bootstrap/customWebClientExtensionSpace.xml b/config/alfresco/bootstrap/customWebClientExtensionSpace.xml index 6b5351aa89..b1f71c5103 100644 --- a/config/alfresco/bootstrap/customWebClientExtensionSpace.xml +++ b/config/alfresco/bootstrap/customWebClientExtensionSpace.xml @@ -1,6 +1,6 @@ - diff --git a/config/alfresco/bootstrap/webScripts.xml b/config/alfresco/bootstrap/webScripts.xml index a7da5c6b9a..5aafe6cd19 100644 --- a/config/alfresco/bootstrap/webScripts.xml +++ b/config/alfresco/bootstrap/webScripts.xml @@ -1,6 +1,6 @@ - + @@ -371,86 +371,6 @@ - - - - - - - - true - - contentUrl=classpath:alfresco/bootstrap/webscripts/avmstores.get.desc.xml|mimetype=text/xml|size=|encoding=UTF-8|locale=en_US_ - avmstores.get.desc.xml - - avmstores.get.desc.xml - - - - - - - - - - - true - - contentUrl=classpath:alfresco/bootstrap/webscripts/avmstores.get.html.ftl|mimetype=text/plain|size=|encoding=UTF-8|locale=en_US_ - avmstores.get.html.ftl - - avmstores.get.html.ftl - - - - - - - - - - - true - - contentUrl=classpath:alfresco/bootstrap/webscripts/avmbrowse.get.js|mimetype=application/x-javascript|size=|encoding=UTF-8|locale=en_US_ - avmbrowse.get.js - - avmbrowse.get.js - - - - - - - - - - - true - - contentUrl=classpath:alfresco/bootstrap/webscripts/avmbrowse.get.desc.xml|mimetype=text/xml|size=|encoding=UTF-8|locale=en_US_ - avmbrowse.get.desc.xml - - avmbrowse.get.desc.xml - - - - - - - - - - - true - - contentUrl=classpath:alfresco/bootstrap/webscripts/avmbrowse.get.html.ftl|mimetype=text/plain|size=|encoding=UTF-8|locale=en_US_ - avmbrowse.get.html.ftl - - avmbrowse.get.html.ftl - - - diff --git a/config/alfresco/bootstrap/webScriptsExtensions.xml b/config/alfresco/bootstrap/webScriptsExtensions.xml index 18c9470c74..d2901442d2 100644 --- a/config/alfresco/bootstrap/webScriptsExtensions.xml +++ b/config/alfresco/bootstrap/webScriptsExtensions.xml @@ -1,6 +1,6 @@ - + diff --git a/config/alfresco/bootstrap/webScriptsReadme.xml b/config/alfresco/bootstrap/webScriptsReadme.xml index c804ce12bd..6100fd7e08 100644 --- a/config/alfresco/bootstrap/webScriptsReadme.xml +++ b/config/alfresco/bootstrap/webScriptsReadme.xml @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ /app:company_home/app:dictionary/app:content_templates/cm:readme.ftl - + diff --git a/config/alfresco/bootstrap/webscripts/avmbrowse.get.desc.xml b/config/alfresco/bootstrap/webscripts/avmbrowse.get.desc.xml deleted file mode 100644 index b9fbdc6ec1..0000000000 --- a/config/alfresco/bootstrap/webscripts/avmbrowse.get.desc.xml +++ /dev/null @@ -1,8 +0,0 @@ - - AVM Browse Sample - Sample demonstrating the listing of AVM folder contents - /sample/avm/path/{storeid}/{path} - argument - admin - required - diff --git a/config/alfresco/bootstrap/webscripts/avmbrowse.get.html.ftl b/config/alfresco/bootstrap/webscripts/avmbrowse.get.html.ftl deleted file mode 100644 index 65f619636d..0000000000 --- a/config/alfresco/bootstrap/webscripts/avmbrowse.get.html.ftl +++ /dev/null @@ -1,31 +0,0 @@ - - - AVM Folder: ${folder.displayPath} - - - AVM Store: ${store.id} -
-
- AVM Folder: ${folder.displayPath} -
-
- - <#if folder.parent?exists> - - - -<#list folder.children as child> - - <#if child.isContainer> - - -
${folder.parent.properties.creator}   ${folder.parent.properties.modified?datetime} .. -
${child.properties.creator}   ${child.properties.modified?datetime} >${child.name} - <#else> - ${child.properties.creator} ${child.size} ${child.properties.modified?datetime} ${child.name} - -
- - - -<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url} \ No newline at end of file diff --git a/config/alfresco/bootstrap/webscripts/avmbrowse.get.js b/config/alfresco/bootstrap/webscripts/avmbrowse.get.js deleted file mode 100644 index 6e3c98c731..0000000000 --- a/config/alfresco/bootstrap/webscripts/avmbrowse.get.js +++ /dev/null @@ -1,36 +0,0 @@ -script: -{ - // extract avm store id and path - var fullpath = url.extension.split("/"); - if (fullpath.length == 0) - { - status.code = 400; - status.message = "Store id has not been provided."; - status.redirect = true; - break script; - } - var storeid = fullpath[0]; - var path = (fullpath.length == 1 ? "/" : "/" + fullpath.slice(1).join("/")); - - // locate avm node from path - var store = avm.lookupStore(storeid); - if (store == undefined) - { - status.code = 404; - status.message = "Store " + storeid + " not found."; - status.redirect = true; - break script; - } - var node = avm.lookupNode(storeid + ":" + path); - if (node == undefined) - { - status.code = 404; - status.message = "Path " + path + " within store " + storeid + " not found."; - status.redirect = true; - break script; - } - - // setup model for templates - model.store = store; - model.folder = node; -} \ No newline at end of file diff --git a/config/alfresco/bootstrap/webscripts/avmstores.get.desc.xml b/config/alfresco/bootstrap/webscripts/avmstores.get.desc.xml deleted file mode 100644 index 22d81a7438..0000000000 --- a/config/alfresco/bootstrap/webscripts/avmstores.get.desc.xml +++ /dev/null @@ -1,8 +0,0 @@ - - AVM Stores Sample - Sample demonstrating the listing of AVM stores - /sample/avm/stores - - admin - required - diff --git a/config/alfresco/bootstrap/webscripts/avmstores.get.html.ftl b/config/alfresco/bootstrap/webscripts/avmstores.get.html.ftl deleted file mode 100644 index bf465c5743..0000000000 --- a/config/alfresco/bootstrap/webscripts/avmstores.get.html.ftl +++ /dev/null @@ -1,18 +0,0 @@ - - - AVM Stores - - - AVM Stores -
-
- - -<#list avm.stores as store> - - - -
${store.creator} ${store.createdDate?datetime} ${store.id} -
- - diff --git a/config/alfresco/cache-context.xml b/config/alfresco/cache-context.xml index fadfc0856a..c4abe6b79f 100644 --- a/config/alfresco/cache-context.xml +++ b/config/alfresco/cache-context.xml @@ -267,39 +267,6 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/alfresco/clt-context.xml b/config/alfresco/clt-context.xml deleted file mode 100644 index 8892f4bc82..0000000000 --- a/config/alfresco/clt-context.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - rmi://localhost:50500/avm - - - org.alfresco.service.cmr.remote.AVMRemoteTransport - - - true - - - - - - - - - - - - - - - rmi://localhost:50500/avmsync - - - org.alfresco.service.cmr.remote.AVMSyncServiceTransport - - - true - - - - - - rmi://localhost:50500/authentication - - - org.alfresco.service.cmr.security.AuthenticationService - - - true - - - - - - rmi://localhost:50500/repo - - - org.alfresco.service.cmr.remote.RepoRemoteTransport - - - true - - - - - - - - - - - - diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml index a121a37b1d..3d8463b9d6 100644 --- a/config/alfresco/core-services-context.xml +++ b/config/alfresco/core-services-context.xml @@ -194,44 +194,6 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -465,11 +427,9 @@ alfresco.messages.schema-update alfresco.messages.webdav-messages alfresco.messages.copy-service - alfresco.messages.avm-messages alfresco.messages.content-filter-languages alfresco.messages.jbpm-engine-messages alfresco.messages.activiti-engine-messages - alfresco.messages.wdr-messages alfresco.messages.subscription-service alfresco.messages.replication alfresco.messages.categories @@ -792,14 +752,12 @@ alfresco/model/contentModel.xml alfresco/model/bpmModel.xml - alfresco/model/wcmModel.xml alfresco/model/forumModel.xml alfresco/model/imapModel.xml alfresco/model/transferModel.xml alfresco/model/applicationModel.xml - alfresco/model/wcmAppModel.xml org/alfresco/repo/action/actionModel.xml @@ -851,7 +809,6 @@ alfresco/messages/email-server-model alfresco/messages/data-list-model alfresco/messages/transfer-model - alfresco/messages/wcmapp-model alfresco/messages/publishing-model alfresco/messages/site-model @@ -1240,24 +1197,7 @@ - - - + @@ -1344,22 +1284,6 @@ - - diff --git a/config/alfresco/deployment-service-context.xml b/config/alfresco/deployment-service-context.xml deleted file mode 100644 index b3b2783f22..0000000000 --- a/config/alfresco/deployment-service-context.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - Alfresco - - - PBEWithMD5AndDES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://{0}:{1}/ADSR/deployment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${deployment.service.numberOfSendingThreads} - - - - - ${deployment.service.targetLockRefreshTime} - - - - - ${deployment.service.targetLockTimeout} - - - - - - - - - - - - - - - - - - - - - - - - - - getRemoteActionService - - - - - - - - - - - deployDifferenceFS - deployDifference - - - - - - - - org.alfresco.service.cmr.avm.deploy.DeploymentService - - - - deploymentService - - - - deploymentServiceWriteTxnAdvisor - deploymentServiceReadTxnAdvisor - checkTxnAdvisor - - - - diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml index 8e8de54ecd..5acf11f8e1 100644 --- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml +++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml @@ -43,13 +43,6 @@ - - - - - - - @@ -148,29 +141,10 @@ - - - - - select - id - from - avm_nodes - where - acl_id = ? - -