Author: norman
Date: Wed Jan 27 16:48:57 2010
New Revision: 903732

URL: http://svn.apache.org/viewvc?rev=903732&view=rev
Log:
inject defaulttable name

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=903732&r1=903731&r2=903732&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Wed Jan 27 16:48:57 2010
@@ -175,7 +175,9 @@
                class="org.apache.james.impl.vut.VirtualUserTableManagement" />
 
        <!-- VirtualUserTable Store -->
-       <bean id="virtualusertable-store" 
class="org.apache.james.core.VirtualUserTableStoreImpl" />
+       <bean id="virtualusertable-store" 
class="org.apache.james.core.VirtualUserTableStoreImpl">
+           <property name="defaultTable" name="defaultvirtualusertable"/>
+       </bean>
 
 
        <bean id="defaultvirtualusertable" name="virtualusertablemanagement" 
class="org.apache.james.impl.vut.DefaultVirtualUserTable" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to