You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2013/10/11 13:44:20 UTC

svn commit: r1531263 - /rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml

Author: mfranklin
Date: Fri Oct 11 11:44:20 2013
New Revision: 1531263

URL: http://svn.apache.org/r1531263
Log:
Updated context to load pageTemplates service RAVE-1067

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml

Modified: rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml?rev=1531263&r1=1531262&r2=1531263&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml Fri Oct 11 11:44:20 2013
@@ -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"/>