Hi, I was converting over the rest of my install to use MySQL when I ran into trouble moving the "error" and "outbound" repositories...
A "template/example" in config.xml is: <repositoryPath> db://conf/mail-error.properties </repositoryPath> however, I got a SQL error in the console that the "repository_name" field couldn't be blank. (I also got an error about "mail-error" for the table name.) The following format worked fine however. <repositoryPath> db://maildb/mailerror/error </repositoryPath> "maildb" is a defined datasource. "mailerror" is the name of the table created. "error" is what is put in the repository_name field for each row inserted. If there's a better way of doing what I did, please let me know, or if I simply missunderstood the template/example...feel free to set me straight. Thanks. -Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
