3 Replies Latest reply on Jun 26, 2002 7:23 PM by adrian.brock

    JBoss and JDK 1.4

    houstonbernie

      Hi,

      does anybody know, if JBoss 3.0 runs properly with JDK 1.4 ?

      Cheers,
      Bernie

        • 1. Re: JBoss and JDK 1.4

          Yes/No,

          There's some code you need to uncomment some code to get
          it to compile because of changes to java.sql.*

          The SingleJBoss/JSR77 stuff doesn't work because of a
          bug in Sun's JMX RI

          But the core container works fine :-)

          Regards,
          Adrian

          • 2. Re: JBoss and JDK 1.4
            rblack

            Are you saying that

            The SingleJBoss/JSR77 stuff works with 1.3, but not 1.4? Or does it not work at all with Sun's JVMs?

            • 3. Re: JBoss and JDK 1.4

              That was the case.
              It was fixed a long time ago.
              We binned the jmx ri and wrote our own jmx implementation.

              I have noticed a problem with reflection in 1.4,
              but I think it might only be under stress conditions?
              Maybe one day Sun will write a jvm that works? ;-)

              Regards,
              Adrian