2 Replies Latest reply on Oct 10, 2013 4:19 AM by jcordes

    Resolving bundle resolution error in Jboss Fuse 6

    neerajmahajan82

      My application is using Acegi security bundle which has transitive dependency on spring version [2.5.6,3.0) . But my application which will be deployed on Jboss Fuse 6 SMX container is using  3.1.3.RELEASE of all spring bundles. In this scenario how I can resolve the acegi security bundle resolution error or what is best practice to follow in this scenario.

        • 1. Re: Resolving bundle resolution error in Jboss Fuse 6
          ffang

          Hi,

           

          I don't think there's any easy way to do it unless you can upgrade the Acegi bundle, as spring is very fundamental bundle in the container, two different spring version co-exist may cause more problem.

           

          Freeman

          • 2. Re: Resolving bundle resolution error in Jboss Fuse 6
            jcordes

            Hi Neeraj,

             

            Would be migrating to Spring-Security an option (AFAIK Spring-Security was started based on acegi-security some years ago)? As Freeman said, Spring is fundamental to JBoss Fuse 6.0 (as Apache Camel and other components use it at it's core). It comes with Spring 3.0.7 and Spring 3.1.3 and I would advise to stick to these versions as they are intensively tested with JBoss Fuse 6.0.

             

            BTW, what is the exact dependency in your pom?

             

            Kind regards,

             

            Jochen