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 06:49:42 UTC

svn commit: r995666 - /james/server/trunk/spring-deployment/src/main/config/james/sqlResources.xml

Author: eric
Date: Fri Sep 10 04:49:42 2010
New Revision: 995666

URL: http://svn.apache.org/viewvc?rev=995666&view=rev
Log:
virtualusertable does not support domainlist anymore so remove sql queries (JAMES-1035)

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

Modified: james/server/trunk/spring-deployment/src/main/config/james/sqlResources.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/sqlResources.xml?rev=995666&r1=995665&r2=995666&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/sqlResources.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/sqlResources.xml Fri Sep 10 04:49:42 2010
@@ -912,10 +912,6 @@
     
     <sql name="selectAllMappings">select * from VirtualUserTable </sql>
     
-    <sql name="selectDomains">select distinct domain from VirtualUserTable</sql>
-    
-    <sql name="selectDomain">select distinct domain from VirtualUserTable where domain = ? </sql>
-    
     <!-- Statements used to create the table associated with this class. -->
     <sql name="createTable" db="mysql">
         CREATE TABLE VirtualUserTable (



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