[Yanel-commits] rev 42251 - public/yanel/trunk/src/resources/testing-times/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Sun Apr 5 08:05:42 CEST 2009


Author: michi
Date: 2009-04-05 08:05:40 +0200 (Sun, 05 Apr 2009)
New Revision: 42251

Modified:
   public/yanel/trunk/src/resources/testing-times/src/java/org/wyona/yanel/impl/resources/TestingTimes.java
Log:
use static variable re bean id of repository factory

Modified: public/yanel/trunk/src/resources/testing-times/src/java/org/wyona/yanel/impl/resources/TestingTimes.java
===================================================================
--- public/yanel/trunk/src/resources/testing-times/src/java/org/wyona/yanel/impl/resources/TestingTimes.java	2009-04-05 06:05:21 UTC (rev 42250)
+++ public/yanel/trunk/src/resources/testing-times/src/java/org/wyona/yanel/impl/resources/TestingTimes.java	2009-04-05 06:05:40 UTC (rev 42251)
@@ -421,6 +421,6 @@
     }
 
     protected RepositoryFactory getRepositoryFactory() {
-        return yanel.getRepositoryFactory("DefaultRepositoryFactory");
+        return yanel.getRepositoryFactory(org.wyona.yanel.core.map.Realm.DEFAULT_REPOSITORY_FACTORY_BEAN_ID);
     }
 }



More information about the Yanel-commits mailing list