0 Replies Latest reply on Jul 2, 2002 5:24 PM by richbolen

    How does JBoss 2.4.6 handle PreparedStatements?

    richbolen

      I'm using reflection to call the setter methods on a PreparedStatement object. This worked for JBoss 2.4.4 and mm.mysql driver.

      I recently tried the same code and configuration under JBoss 2.4.6 and I get a NoSuchMethodException for the PreparedStatement.setLong(int, long) method.

      Does anyone know why this happens? What has changed from 2.4.4 to 2.4.6 that could cause this error?

      Thanks,
      Rich