0 Replies Latest reply on Oct 22, 2003 11:54 AM by darian311

    I'm getting sqlexception because of Mysql data type

    darian311

      Here's the error message when I start the default server using Mysql as the defaultDS for JBoss 3.2.2RC4
      with Jetty.

      Caused by: java.sql.SQLException: Invalid argument value, message from server: "Too big column length for column 'context' (max = 255). Use BLOB instead"

      How do I make mysql work as the defaultDS awithout hacking JBoss code itself to change the datatype of the context column in the JETTY_HTTPSESSION table that the server fails to create?