You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ma...@apache.org on 2012/08/20 23:11:55 UTC

svn commit: r1375219 - /rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml

Author: marijan
Date: Mon Aug 20 21:11:55 2012
New Revision: 1375219

URL: http://svn.apache.org/viewvc?rev=1375219&view=rev
Log:
RAVE-695 Create new rave-jcr-ocm module providing JCR based Object Content Mapping (OCM) support

- fix testcase

Modified:
    rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml

Modified: rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml
URL: http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml?rev=1375219&r1=1375218&r2=1375219&view=diff
==============================================================================
--- rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml (original)
+++ rave/sandbox/content-services/rave-web-hmvc/src/test/resources/test-config.xml Mon Aug 20 21:11:55 2012
@@ -39,6 +39,7 @@
   <bean name="handlerMapping" class="org.apache.rave.portal.web.hmvc.HmvcHandlerMethodMappingByConfig">
     <property name="configurationName" value="myConfiguration"/>
     <property name="configurationPath" value="classpath:page-configuration.xml"/>
+    <property name="urlMappingsPath" value="classpath:url-configuration.xml"/>
     <property name="configManager" ref="fileConfigurationManager"/>
   </bean>
   <bean name="handlerAdapter" class="org.apache.rave.portal.web.hmvc.HmvcHandlerMethodHandlerAdapter"/>