1 Reply Latest reply on Feb 19, 2003 7:54 PM by dcartier

    JBoss 3.0.x and IBM jdk solved?

    nioto

      Hi,

      like some of you , I cannot run latest jboss (3.0.6) with the jdk from IBM ( 1.3.1 ) on my linux box.

      After reading the bug database in sourceforge , i found an interesting submission :

      http://sourceforge.net/tracker/index.php?func=detail&aid=568037&group_id=22866&atid=376685

      posted on last december.


      After looking original article in Jboss forum, I found it at:

      http://jboss.org/forums/thread.jsp?forum=61&thread=24440&message=3753624

      I tested the patch this morning ( only one class to modify : org.jboss.mx.loading.UnifiedClassLoader )
      and recompile all JBoss distribution using IBM jdk, and it looks running fine now.

      No ZipException, no AbtractMethodError on org/jboss/deployment/scanner/AbstractDeploymentScanner.scan

      Thanks to Scott Dossey for his patch


      NioTo

        • 1. Re: JBoss 3.0.x and IBM jdk solved?
          dcartier

          Hmmm. I tried that same patch awhile ago with 3.0.6 and IBM JDK 1.4.0 and it did not fix it. I wonder if this is particular to the 1.3.1 version only?

          NioTo, have you tried 1.4.0 yet? I am just wondering if I messed up and it actually does work with 1.4.0.

          Dennis