5 Replies Latest reply on Aug 4, 2003 11:16 AM by oravecz

    Jboss 3.2.1 on JVM 1.3.1 is not working

    folcoz

      The downloads page at www.jboss.org states that "JBoss 3.2 and earlier will run on 1.3+ JVMs." However I am getting this message when running an application in Jboss 3.2.1 on the JDK 1.3.1_06:

      ERROR [LogInterceptor] Unexpected Error:
      java.lang.NoClassDefFoundError: java/sql/Savepoint

      which suggests that 3.2.1 needs JVM 1.4, since java.sql.Savepoint exists since 1.4.

      So the question is whether the download page statement is wrong or I am doing something very stupid (would not be the first time...)