Author: mfranklin
Date: Mon Nov 11 20:17:26 2013
New Revision: 1540830
URL: http://svn.apache.org/r1540830
Log:
Added widget service to the application context (RAVE-1077)
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=1540830&r1=1540829&r2=1540830&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
Mon Nov 11 20:17:26 2013
@@ -59,6 +59,7 @@
<ref bean="pagesForRenderBean" />
<ref bean="categoriesBean"/>
<ref bean="preferencesBean"/>
+ <ref bean="widgetsBean"/>
</jaxrs:serviceBeans>
</jaxrs:server>
@@ -76,6 +77,7 @@
</bean>
<bean id="preferencesBean"
class="org.apache.rave.rest.impl.DefaultPortalPreferenceResource"
autowire="byType" />
+ <bean id="widgetsBean"
class="org.apache.rave.rest.impl.DefaultWidgetsResource" autowire="byType" />
<bean id="pageLayoutBean"
class="org.apache.rave.rest.impl.DefaultPageLayoutResource" autowire="byType" />