3 Replies Latest reply on Oct 30, 2009 1:25 PM by stlewis

    Previous versions of FUSE ESB

    rinerc

      I am attempting to use FUSE ESB (specifically, the camel-mina functionality).  Unfortunately, camel-mina is broken in FUSE ESB 4.1.0.2.  From the research I've done, I understand that FUSE ESB 4.1.0.0 does not have this problem.  First off, is this a true statement?  Secondly, where can I download this older release of the software?

       

      Thanks,

       

      Robert Rine

        • 1. Re: Previous versions of FUSE ESB
          stlewis

          Yup, it's a known issue - ESB-827 and ESB-853 it's because 4.1.0.2 ships with Mina 2.0 M6 for gshell and 1.1.7 as a bundle, however the mina bundle doesn't specify an upper threshold for import-package so gets a bunch of classes from Mina 2.0, causing all sorts of issues.

           

          There's a workaround given in the second issue, follow the link, basically you can just rebuild the mina 1.1.7 bundle and install it to work around the issue. 

           

          Otherwise you can find previous versions of our installers here by version, each subdirectory has the binary installer (windows/UNIX) and the accompanying source.

          • 2. Re: Previous versions of FUSE ESB
            rinerc

            Thanks for the information.  I was able to successfully rebuild the mina library.  My question now becomes, where exactly do I install this new jar file and should I remove the pre-existing mina 2.0.0 stuff?

             

            Thanks,

             

            Robert Rine

            • 3. Re: Previous versions of FUSE ESB
              stlewis

              You want to do osgi/list | grep Mina and then do osgi/uninstall on the bundle ID, then do:

               

              osgi/install mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mina/1.1.7_4-SNAPSHOT

               

              to install the bundle you've built.  After that you should be able to install camel-mina alright.