2 Replies Latest reply on Jun 6, 2012 1:27 PM by joatham.perezexposito

    Create share-library in fuse 4.4.1

    joatham.perezexposito

      Hello,

       

       

      I want to know how you create a component share-library (servicemix 3.3) in fuse esb 4.4.1

        • 1. Re: Create share-library in fuse 4.4.1
          ffang

          Hi,

           

          Basically in FUSE ESB 4.x, which is an OSGi container, all should be bundles.

           

          So you need make the sharedlib as a OSGi bundle and all other JBI components which need use the sharedlib just import necessary packages from it, or simply add shardlib as a Required-Bundle.

           

          You can take a look at servicemix-shared feature from $FUSE_ESB/system/org/apache/servicemix/apache-servicemix/4.4.1-fuse-03-06/apache-servicemix-4.4.1-fuse-xx-xx-features.xml

          which mainly include a servicemix-common bundle, this the sharedlib from FUSE ESB 3.x and all other JBI components just add servicemix-common as Required-Bundle.

           

          Freeman

          • 2. Re: Create share-library in fuse 4.4.1
            joatham.perezexposito

            Thank´s