1 Reply Latest reply on Sep 23, 2015 10:17 PM by igarashitm

    Startup component

    ozkin

      Hi, is there a way in Switchyard to specify the code (for example in Bean component), which will be invoked at application startup time just before any other components in the application (or more precisely, before all service bindings in this app get activated)?

        • 1. Re: Startup component
          igarashitm

          I don't think there's the one exactly you want, but the feature added after 2.0 release would help this situation:

          https://issues.jboss.org/browse/SWITCHYARD-2646 - Add an option to disable auto startup on service bindings


          You can deploy a SwitchYard application with all service bindings stopped with this option, and later you can start those bindings from management interface after you perform anything you need. This will be available in Fuse 6.2.1 or next community release (not sure when/which version).