Hello everyone:
Can you tell me how does Carbon resolve the feature into bundles?
I read the source code of org.wso2.carbon.component.mgt.core and
org.wso2.carbon.component.mgt.service,
According to my understanding, the general process is as follows:
if there is a install feature request,
A. it will call the method
ProvisioningActionResultInfo reviewProvisioningAction(...,...){ } of the
ProvisionServiceAdmin Class to check whether the ProvisioningAction will be
OK.
if it is Ok,
B.it will call the method boolean performProvisioningAction(String
actionType){ }
then the ProvisioningAction (may be the Install Action) will be performed,
in this method ,it contains two steps,
first ,it will get a resolutionResult according the ActionType and some
other parameter,
the second, the
ProvisioningUtils.performProvisioningAction(resolutionResult) will be performed.
but I couldn't find how does the carbon find the feature's bundle?
sorry to ask you to give me some instructions to this question!
Thank you!
ShiLiangliang
_______________________________________________
Carbon-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev