Hi,
There are two UI bundles named
org.wso2.carbon.identity.tools.xacml.validator.ui,
org.wso2.carbon.identity.entitlement.ui. Both bundle register
FileUploadExecutors as mentioned below
*org.wso2.carbon.identity.entitlement.ui*
<FileUploadConfig>
<Mapping>
<Actions>
<Action>service</Action>
</Actions>
<Class>org.wso2.carbon.identity.entitlement.ui.client.EntitlementPolicyUploadExecutor</Class>
</Mapping>
</FileUploadConfig>
*org.wso2.carbon.identity.tools.xacml.validator.ui*
<FileUploadConfig>
<Mapping>
<Actions>
<Action>service</Action>
</Actions>
<Class>org.wso2.carbon.identity.tools.xacml.validator.ui.client.EntitlementPolicyUploadExecutor</Class>
</Mapping>
</FileUploadConfig>
But at the runtime both bundles pick up only one file upload executor
either
org.wso2.carbon.identity.entitlement.ui.client.EntitlementPolicyUploadExecutor
or
org.wso2.carbon.identity.tools.xacml.validator.ui.client.EntitlementPolicyUploadExecutor
Is there a particular reason for this kind of behaviour?
--
Gayan Gunawardana
Software Engineer; WSO2 Inc.; http://wso2.com/
Email: [email protected]
Mobile: +94 (71) 8020933
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev