1 Reply Latest reply on Feb 17, 2009 3:15 PM by sguilhen

    JBossSX trunk to be v2.1.x

    anil.saldhana

      I am thinking that we need to work on the configuration aspects. We currently have JBossXB based configuration and the mc configuration.

      I am thinking that we need to branch out security projects into Branch_2_0 and make the trunk to lead to 2.1.x versions.

      We can refactor the configuration aspects from trunk towards a JAXB based model.

        • 1. Re: JBossSX trunk to be v2.1.x
          sguilhen

          I agree with branching our current projects and leading trunk towards a JAXB based model.

          We currently have 2 different parsers and an object model that needs to be manually updated every time we add something to the configuration. With JAXB the relationship between configuration schema and object model is a lot easier to manage, not to mention that JAXB is available by default in JDK 6 - and this means less dependencies for standalone projects.