2 Replies Latest reply on Nov 28, 2006 11:02 AM by starksm64

    Microcontainer and JBossXB

      I'm concerned that the release of JBossMC-2.0.0Beta contains
      snapshot releases in its build file:
      http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/microcontainer/tags/JBossMC_2_0_0_Beta/build/build-thirdparty.xml?revision=58528

      This makes it impossible to reproduce this release in the future!

      Also as a heads up, the current Head Microcontainer is broken until
      I update the JBossXB snapshot to fix this problem:
      http://jira.jboss.com/jira/browse/JBMICROCONT-113

      Updating this snaphot invalidates the 2.0.0-Beta tag!!!

        • 1. Re: Microcontainer and JBossXB
          starksm64

          Ok, this is my fault. Of the snapshots:

           <componentref name="jboss/common" version="snapshot"/>
           <componentref name="jboss/jbossxb" version="snapshot"/>
           <componentref name="jboss/test" version="snapshot"/>
           <componentref name="jboss/test14" version="snapshot"/>
          


          we should move the mc trunk dependencies for all but jbossxb to those from the jbossas beta:
           <componentref name="jboss/common-core" version="2.0.2.GA"/>
           <componentref name="jboss/common-logging-log4j" version="2.0.2.GA"/>
           <componentref name="jboss/common-logging-jdk" version="2.0.2.GA"/>
           <componentref name="jboss/common-logging-spi" version="2.0.2.GA"/>
           <componentref name="jboss/test" version="1.0.0.GA"/>
           <componentref name="jboss/test14" version="1.0.0.GA"/>
          


          I don't even know what the jboss/common snapshot is.


          • 2. Re: Microcontainer and JBossXB
            starksm64

            Another issue brought up by looking at updating the common lib dependencies is that we don't have jdk14 jbossretro versions. The legacy jboss/common jars just happened to be jdk14 compatible. We need jbossretro versions of all dependencies needed by the mc components that are required to be runnable under jdk14.