Hi, Until carbon-3.0.0, *org.wso2.carbon:org.wso2.carbon.um.ws.api* bundle has been installed with remote-usermgt server feature as in [1]. >From 3.1.0 onwards, it has been removed from the pom file of the feature as in [2], [3].
Is there any particular reason for removing it? IMO, In order to make use of the remote-usermgt feature out of the box, the two bundles: *org.wso2.carbon:org.wso2.carbon.um.ws.api, *and*org.wso2.carbon.um.ws.api.stub *should also be installed. Figured out that those two bundles are not installed in the product, while creating a sample to illustrate its functionality. As I think, there are two options to make above two bundles installed: 1. Including them in the currently existing feature's pom file [3] as it has been done in 3.0.0. 2. Creating a separate client feature and package above two bundles. Then we have to create a composite feature as well. What would be the better approach to install those two bundles with remote-usermgt feature? (IMV, 2nd option is better, although it has an overhead) [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.0.0/features/remote-usermgt/org.wso2.carbon.um.ws.service.server.feature/3.0.0/pom.xml [2] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/features/remote-usermgt/org.wso2.carbon.um.ws.service.server.feature/3.1.0/pom.xml [3] https://svn.wso2.org/repos/wso2/trunk/carbon/features/remote-usermgt/org.wso2.carbon.um.ws.service.server.feature/pom.xml Thanks, Hasini.
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
