6 Replies Latest reply on Aug 19, 2005 11:46 PM by prakashbabu

    Building JBoss 4.0.2 with security patch jbas-1875- patch.zi

    prakashbabu

      Hello All,

      I had filed an issue regarding building JBoss 4.0.2 with the security patch jbas-1875-patch.zip
      http://jira.jboss.com/jira/browse/JBAS-2031

      This issue was closed stating that the patch was not meant to be a full source patch and to check out the full cvs branch.

      I am unable to download JBoss 4.0.2 from the cvs.

      # cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jboss co -r JBoss_4_0_2 jboss-4.0
      cvs [checkout aborted]: no such tag JBoss_4_0_2

      So can I use the following steps to build JBoss 4.0.2 with the jbas-1875-patch.zip

      1. Download JBoss 4.0.2 source from
      http://jaist.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.2-src.tar.bz2

      2. Build JBoss Application Server
      # cd jboss-4.0.2-src/build/
      #./build.sh

      3. Replace the built jar files in the client(jbossall-client.jar,jbosssx-client.jar) and server(jboss-jca.jar,jboss.jar,jbosssx.jar) directory with the ones present in the jbas-1875- patch.zip
      # unzip jbas-1875-patch.zip
      # cp client/* jboss-4.0.2-src/build/output/jboss-4.0.2/client/
      # cp server/default/lib/* jboss-4.0.2-src/build/output/jboss-4.0.2/server/default/lib


      Are the steps to apply this security patch documented anywhere.
      Since the patch contains both source files and binary files there is confusion whether it is a source patch or binary patch

      Thanks,
      Prakash