[virtualcommons-svn] SF.net SVN: virtualcommons:[193] mentalmodels/trunk/src/main/webapp/WEB-INF /a
Status: Beta
Brought to you by:
alllee
From: <see...@us...> - 2009-07-21 22:55:10
|
Revision: 193 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=193&view=rev Author: seematalele Date: 2009-07-21 22:55:07 +0000 (Tue, 21 Jul 2009) Log Message: ----------- added following three services in applicationContext.xml roundService answeringService startupService Modified Paths: -------------- mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml Modified: mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml =================================================================== --- mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml 2009-07-21 06:37:26 UTC (rev 192) +++ mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml 2009-07-21 22:55:07 UTC (rev 193) @@ -111,6 +111,9 @@ <flex:remote-service ref="studentService" /> <flex:remote-service ref="moduleService" /> <flex:remote-service ref="questionCreatorService" /> + <flex:remote-service ref="roundService" /> + <flex:remote-service ref="startupService" /> + <flex:remote-service ref="answeringService" /> <!-- Flex related information ended--> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |