1 Reply Latest reply on Nov 28, 2012 9:27 PM by komododave

    Process Management in Fuse Fabric

    skanda83

      As per the below link, Fuse Fabric supports Process Management.

      http://fuse.fusesource.org/fabric/docs/process-manager.html

       

      But i'm unable to find any commands related to "process:.." in my shell command list of my

      fabric container. Could someone pls let me know as to how I can download and install the process manager bundle in fuse fabric.

        • 1. Re: Process Management in Fuse Fabric
          komododave

          You have to install the Process Manager bundle. I'm trying to achieve the same currently and have a related question  here.

           

          The documentation indicating the bundle is required can be found here - this is the link you yourself provided. You can tell you don't have it installed by running osgi:ls | grep process and seeing there's no reference to process-manager. This is a karaf shell command; all such commands can be found  here .

           

          It's also worth noting Process Manager is a FAB instead of a simple OSGi Bundle since it contains a Maven POM. This distinguishing feature is highlighted on  this page .