Hi, On 5/24/07, Noel J. Bergman <[EMAIL PROTECTED]> wrote:
Please note that JAMES will not build with Java 6 unless Mordred is removed or updated. Incompatible changes in JDBC.
I checked that and the problem is org.apache.james.util.mordred.PoolConnEntry class that implements java.sql.Connection. Just adding dummy placeholders for the new methods in JDBC 4 doesn't solve the problem due to a reference to the new SQLXML interface. How about using commons-dbcp for that functionality? The o.a.j.util.mordred.JdbcDataSource class could even be kept as a facade for commons-dbcp for full backwards compatibility with existing configurations. BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
