Hi, We are currently deploying multiple subsystems in our application that all provide a part of the UI of our application. The bundles responsible for serving the html/js/css files are all fragments to the same fragment-host which is in one of our subsystems. This setup is causing issues when deploying our application.
*Deployment:* 1. We install the subsystem containing the fragment-host. 2. We install one of the subsystems containing a fragment to this host. 3. We start both subsystems but we are unable to resolve the fragment. This is fixed if we refresh the fragment-host right before starting the subsystems (after step 2, before step 3). This refresh will be part of our deployment setup but we were wondering if this should have been part of the Aries subsystems framework. Should Aries automatically refresh the fragment-host when installing a new fragment? Best regards, Wouter
