Updated context to load pageTemplates service RAVE-1067 git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1531263 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/55fbbd73 Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/55fbbd73 Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/55fbbd73 Branch: refs/heads/angular Commit: 55fbbd7322931fc57447c3e1d394922635af7eda Parents: b7ded92 Author: Matthew B. Franklin <[email protected]> Authored: Fri Oct 11 11:44:20 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Fri Oct 11 11:44:20 2013 +0000 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/cxf-applicationContext.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/55fbbd73/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml ---------------------------------------------------------------------- diff --git a/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml b/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml index 5afbdb6..ac7e114 100644 --- a/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml +++ b/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml @@ -55,6 +55,7 @@ <ref bean="usersBean"/> <ref bean="pagesBean" /> <ref bean="pageLayoutBean" /> + <ref bean="pageTemplatesBean" /> <ref bean="pagesForRenderBean" /> <ref bean="categoriesBean"/> <ref bean="preferencesBean"/>
