You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/09/10 10:56:22 UTC

svn commit: r995706 - /james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml

Author: eric
Date: Fri Sep 10 08:56:22 2010
New Revision: 995706

URL: http://svn.apache.org/viewvc?rev=995706&view=rev
Log:
Remove unneeded repositoryPath (JAMES-1037)

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

Modified: james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml?rev=995706&r1=995705&r2=995706&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml Fri Sep 10 08:56:22 2010
@@ -49,8 +49,9 @@
     </table>
     -->
     <!-- The DefaultVirtualUserTable  for storing James' VirtualUserTable mappings. -->
-    <table name="DefaultVirtualUserTable" class="org.apache.james.vut.JPAVirtualUserTable" destinationURL="db://maildb/VirtualUserTable">
+    <table name="DefaultVirtualUserTable" class="org.apache.james.vut.JPAVirtualUserTable">
         <recursiveMapping> true </recursiveMapping>
         <mappingLimit> 10 </mappingLimit>
     </table>
+
 </virtualusertable-store>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org