|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


What happens is the following:
1) You remove the distribution, which means all bundles in that distribution are uninstalled.
2) The resource processors that were previously installed are still installed (one for tenants, one for autoconf).
3) Both these resource processors import something that is no longer there (ConfigAdmin and Tenant APIs) and therefore fail to start.
Let's start by stating that this is harmless: as soon as you start deploying things again (configurations, tenants) these resource processors will resume normal operation.
What we could do, is actually package these APIs as part of the resource processors so they can at least always "resolve". We have to make sure these exports are substitutable by importing them also.