got CVS working and commited it m'self. :) > -----Original Message----- > From: Danny Angus [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 5:08 PM > To: [EMAIL PROTECTED] > Subject: patch - james-config.xml > > > serge - (look no PGP!) > the changes you made to JDBCMailRepository.java > need to be matched with changes to james-config.xml > heres the diff, I have "Insuffucient Karma" apparently, for the > time being. > > cvs -z9 diff -u james-config.xml > Index: james-config.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-james/src/conf/james-config.xml,v > retrieving revision 1.14 > diff -u -r1.14 james-config.xml > --- james-config.xml 2001/09/27 21:11:40 1.14 > +++ james-config.xml 2001/09/28 16:01:56 > @@ -459,7 +459,7 @@ > <type>MAIL</type> > </types> > <config> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </config> > </repository> > <repository > @@ -471,7 +471,7 @@ > <type>SPOOL</type> > </types> > <config> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </config> > </repository> > <!-- These repositories store message delivery and headers in the > DB, and the body to the filesystem --> > @@ -484,7 +484,7 @@ > <type>MAIL</type> > </types> > <config> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > <filestore>file://var/dbmail</filestore> > </config> > </repository> > @@ -497,7 +497,7 @@ > <type>SPOOL</type> > </types> > <config> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > <filestore>file://var/dbmail</filestore> > </config> > </repository> > @@ -568,14 +568,14 @@ > <!-- <repository name="LocalUsers" > > class="org.apache.james.userrepository.JamesUsersJdbcRepository" > destinationURL="db://maildb/users"> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </repository> > --> > <!-- The list used by the default ListServ mailet --> > <!-- <repository name="list-james" > > class="org.apache.james.userrepository.ListUsersJdbcRepository" > destinationURL="db://maildb/lists/list-james"> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </repository> > --> > > @@ -585,7 +585,7 @@ > <!-- <repository name="list-test" > > class="org.apache.james.userrepository.ListUsersJdbcRepository" > destinationURL="db://maildb/lists"> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </repository> > --> > <!-- An example UserRepository for DefaultUser implementations. --> > @@ -593,7 +593,7 @@ > <!-- <repository name="default-users" > > class="org.apache.james.userrepository.DefaultUsersJdbcRepository" > destinationURL="db://maildb/DefaultUsers"> > - <sqlFile>dist/conf/sqlResources.xml</sqlFile> > + <sqlFile>file://conf/sqlResources.xml</sqlFile> > </repository> > --> > </users-store> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
