Russ, Please see http://james.apache.org/contribute.html. Getting patches in the right format really helps.
Unfortunately, though, it appears that you want to reverse these changes: http://cvs.apache.org/viewcvs.cgi/james-server/src/java/org/apache/james/mai lrepository/JDBCMailRepository.java?r1=1.30.4.14&r2=1.30.4.15&diff_format=h& only_with_tag=branch_2_1_fcs http://cvs.apache.org/viewcvs.cgi/james-server/src/java/org/apache/james/mai lrepository/MimeMessageJDBCSource.java?r1=1.10.4.4&r2=1.10.4.5&diff_format=h &only_with_tag=branch_2_1_fcs which fix http://issues.apache.org/jira/browse/JAMES-247. Is that right? > I'm not sure if this is unique to my situation or if I am just > overlooking something in the documentation, perhaps > sqlResources.xml file? You can look to see if changing the table definition for PostgreSQL would help. > It appears that the PostgreSQL JDBC driver's Blob class does not > support a bytea data type. As I understand it, many people have some scathing remarks to make regarding the quality of the PostgreSQL JDBC driver. There are mentions of work-arounds, so you might read: http://www.castor.org/postgresql-blobs.html http://hypermail.linklord.com/castor-dev.old/2002/Aug/0988.html Apparently, http://jxdbcon.sourceforge.net/ provides a JDBC driver for PostgreSQL that actually works (http://sourceforge.net/forum/forum.php?forum_id=349130). My suggestion would be that you give that a try, and let us know. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
