r6987 - dumbhippo/trunk/server/src/com/dumbhippo/server/dm



Author: marinaz
Date: 2007-12-06 19:22:21 -0600 (Thu, 06 Dec 2007)
New Revision: 6987

Modified:
   dumbhippo/trunk/server/src/com/dumbhippo/server/dm/DataService.java
Log:
Change the set of parameters with which DataModel constructor is called.

Modified: dumbhippo/trunk/server/src/com/dumbhippo/server/dm/DataService.java
===================================================================
--- dumbhippo/trunk/server/src/com/dumbhippo/server/dm/DataService.java	2007-12-07 01:03:51 UTC (rev 6986)
+++ dumbhippo/trunk/server/src/com/dumbhippo/server/dm/DataService.java	2007-12-07 01:22:21 UTC (rev 6987)
@@ -81,7 +81,7 @@
 		// will whine about it once in the logs so we don't forget.
 		String baseUrl = config.getBaseUrl(Site.NONE);
 		
-		model = new DataModel(baseUrl, new DMSessionMapJTA(), emf, this, Viewpoint.class, SystemViewpoint.getInstance());
+		model = new DataModel(baseUrl, new DMSessionMapJTA(), emf, new InjectionLookup(), this, Viewpoint.class, SystemViewpoint.getInstance());
 		
 		model.addDMClass(ApplicationDMO.class);
 		model.addDMClass(DesktopSettingDMO.class);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]