3 Replies Latest reply on Aug 22, 2003 8:09 PM by jonlee

    JBoss 3.2.x and JDBC 3.0

    jmychasiw

      We are currently using jboss-3.0.4_tomcat-4.0.6.

      At that time we needed JDBC 3.0 features and found that the downloaded bundle was built for JDBC 2.0 by detecting the JDK on the build machine.
      So we had to build are own from source with JDK 1.4.

      see:
      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= would like to upgrade to the latest stable version.

      My question is: Do we still need to build it ourselves from source in order to get the JDBC 3.0 features?

      Any help would be appreciated.

        • 1. Re: JBoss 3.2.x and JDBC 3.0
          jonlee

          Most likely because the binary distributions in the 3.0.x and 3.2.x are supposed to be able to be run under JDK 1.3.x which does not support JDBC 3.0, AFAIK.

          • 2. Re: JBoss 3.2.x and JDBC 3.0
            jmychasiw

            Thank you for the reply.

            If I understand you correctly, we still need to build JBoss/Tomcat bundle from source with jdk 1.4 if we need to access JDBC features.


            On a side Note:
            It would be really convenient if JBoss offered a tomcat bundle built with jdk 1.3 and jdk 1.4.




            • 3. Re: JBoss 3.2.x and JDBC 3.0
              jonlee

              Yes you will have to build it with JDK 1.4.x. Sorry if my reply was a bit obtuse.

              I think it was the consensus decision of the JBoss guys to build the binaries for JDK 1.3.x to support people migrating from JBoss 2.x.

              The JBoss 4.x releases will only support JDK 1.4.x and higher.