This content has been marked as final.
Show 1 reply
-
1. Re: How to disable Fuse automatically start bundle when launch fuse esb
ffang Mar 13, 2013 9:19 PM (in response to wl880504)Hi,
You definitely shouldn't block the init method, using another thread is a way.
And about auto-start the bundle, it depend on how you deploy that bundle, I guess you drop it to the $FUSE_ESB/deploy folder, right? If so, the bundle will get started anyway.
But you can always stop a bundle or uninstall it from another ssh client shell, or you can simply remove $FUSE_ESB/data/cache/bundle$ and remove that bundle from $FUSE_ESB/deploy folder and then restart FUSE ESB, you needn't reinstall FUSE ESB anyway.
Freeman