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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to