1 Reply Latest reply on Jun 23, 2006 12:04 PM by jason.greene

    JBossWS and a 1.4 JDK

    mwringe

      Hi,

      I am trying to follow the wiki article on how to install JBoss 4.0.4 GA
      and JBossWS 1.0.0 GA:

      http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstallJBoss40x

      Except, that the instructions seem to be no longer valid. Building
      JBossWS appears to require having built JBoss with a 1.5 jdk (the
      build.xml for jbossws explicitly looks for the ejb3 container in the
      jboss build).

      Is it still possible to use JBossWS 1.0.0 with a 1.4 JDK build of JBoss
      4.0.4?

      Once JBossWS is built, is it possible to run the tests using an 1.4 JDK?

      Any help would be appreciated.

      Thanks,

      Matt Wringe

        • 1. Re: JBossWS and a 1.4 JDK
          jason.greene

          4.0.4.GA comes with 1.0.0, so you don't need to build it.

          If you want to build it, then yes the instructions have changed slightly. You need both the ejb3 profile and the jdk 4 one to produce a jdk 4 build.

          This is because the code is actually written in Java 5, and must be bytecode altered to run on Java 4.

          -Jason