You can make that SQL field in your database longer if you are experiencing that problem, although I'm not sure why you're experiencing a problem with 100 characters are the SQL in sqlResources.xml sets it to varchar(200). Is maybe mysql or Java storing the addresses as double byte characters? I've never noticed a problem with sender length limits.
Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ ----- Original Message ----- From: "Candide Kemmler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 4:02 AM Subject: sender's 100 chars limit > Hi, > > I'm using a mysql repository for the email messages. Sometimes I have to > remove messages whose sender field uses more than 100 characters as this > totally prevents James from running... > > Is there a workaround. I think even if there is one, this should be > corrected in future releases. > > Candide > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
