You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by pu...@apache.org on 2017/01/03 20:11:03 UTC

[2/3] incubator-rya git commit: Revert "Modify spring-mongodb.xml to pass conf as a constructor-arg as there is"

Revert "Modify spring-mongodb.xml to pass conf as a constructor-arg as there is"

This reverts commit 054fb2b92b981eab229aa0f641b3dc3d7f12d60c.


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/9022484c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/9022484c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/9022484c

Branch: refs/heads/master
Commit: 9022484cfd6f0e536a3b8352888cf6dc87643048
Parents: 88110d6
Author: lynne_lawrence <ly...@macefusion.com>
Authored: Mon Dec 19 13:13:06 2016 -0500
Committer: pujav65 <pu...@gmail.com>
Committed: Tue Jan 3 15:09:01 2017 -0500

----------------------------------------------------------------------
 web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9022484c/web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml
----------------------------------------------------------------------
diff --git a/web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml b/web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml
index e99ec5f..5891cee 100644
--- a/web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml
+++ b/web/web.rya/src/main/webapp/WEB-INF/spring/spring-mongodb.xml
@@ -38,6 +38,6 @@ under the License.
     </bean>
 
 	<bean id="ryaDAO" class="org.apache.rya.mongodb.MongoDBRyaDAO" init-method="init" destroy-method="destroy">
-        <constructor-arg ref="conf"/>
+        <property name="conf" ref="conf"/>
     </bean>
 </beans>