WSO2 EMM - How to config project - wso2

When i develop with WSO2 EMM, i don't understand how to config project to run on local. I has config run on local success, but i don't go to the address same as the tutorial: Youtube link
Please tell me how to make it.
Thanks!

Every EMM version has the same URL if you are using a fresh pack with out modifying the offset configuration in carbon.xml the default url will be as following,
https://localhost:9443/emm
the tutorial you are referring is for EMM 1.. release. The latest version of EMM is 2.2.0 which is available in EMM product page.
The functionalities are most likely the same with new and improved UI and much more features and higher performances.So its best if you can use the new version to get started with wso2 EMM.

Related

What framework used in WSO2 Emm?

I have struggle to work with source code in wso2 emm. I don't know how to setup wso2 emm in eclipse?, What framework they used? And how to generate the wso2 emm bundle? Please guide me.
WSO2 EMM used carbon framework. EMM is not worked with eclipse. It is a product you can use to control mobile devices. You can get the emm product source and build it using maven. After you build the product, you can find the product zip in /modules/distribution/target folder. find more information how product works on the documentation

WSO DSS 3.5.0 Quality of Service Configuration Panel empty

Kinda new to WSO products. Installed WSO DSS 3.5.0 and created a simple test data service following all the instructions on WSO documentation. it is working fine except I can not find out how to implement the security for data service as mentioned in the documentation :
https://docs.wso2.com/display/DSS350/Filtering+Content+to+Specific+User+Roles
The problem is that Quality Of Service Configuration Panel is empty in my web console and no menu exists there for security or anything else except the edit data service menu as you can see :
Spending a full day reading docs searching googling etc for the solution I have not found any..
Anyone else facing this same issue? should I activate it in features somehow or is there another product needed to be installed together with DSS for this to work?
WSO2 DSS 3.5.0 is carbon kernel 4.4.x based product. From kernel 4.4.x on wards QoS features are removed from the kernel.
You have to use WSO2 Developer Studio to implemnet QoS for the requirement.

How to update app version in WSO2 EMM?

I've successfully published an Android app on WSO2 Enterprise Mobile Manager.
Now I want to update the app version, by uploading a new apk.
How can I do? I find no solution on the documentation.
See my answer here for instructions on how to implement the patch they included in EMM-686.

WSO2 ESB - Adding databases through Admin Console Feature

I am new to WSO2 ESB and then I've started by following the initial steps described on WSO2 ESB product documentaion page. After the first samples succesfully run, I've got myself stuck trying to exercise the Database mechanism.
According to WSO2 ESB documentation - http://docs.wso2.org/wiki/display/ESB460/Databases - Admin Console feature must be installed to add a new database. So, I've tried to add that feature to my ESB installation by creating several repositories (http://dist.wso2.org/p2/carbon/releases/3.0.0 up to 4.0.5 and even the local version of 4.0.5 p2-repo.zip) , but after all I had no success in finding the Admin Console Feature, so no Database option for me. Even after adding the Datasources Feature, the Database option did not show up.
What am I missing here ? Is the documentation outdated ?
Thanks.
Otmar, That particular database provisioning feature that you are referring to as admin console feature was renamed to "rss manager". Please lookup for the feature with that name in the p2 feature repository.

How do you install multiple WSO2 products?

The installation instructions are clear how to download a .zip for an individual product (e.g. ESB, Application Server, Mashup Server). But based on the OSGi component architecture, I thought it would be possible to, for example, add Mashup Server functionality to an existing install of the ESB. I've looked at the Feature Manager, and tried adding a repository (http://dist.wso2.org/p2/carbon/releases/3.2.4/), but have not had success.
Any guidance appreciated.
It's possible to install different features via the feature manager, but you have to determine the correct version of the feature compliant with the target server. For example, to install BPEL features to WSO2 ESB 4.0.2, first find the related WSO2 Carbon platform version. This can be determined by the version of $ESB-HOME/repository/components/plugins/org.wso2.carbon.core-x.x.x.jar. So if WSO2 ESB 4.0.2 is the target server, then the version of org.wso2.carbon.core jar would be 3.2.2. So the relevant BPEL feature version is 3.2.2.
You can read more about Installing+Features and How install the BPEL features via Feature Manager.
Please refer to WSO2 release matrix [1] in order to match the correct version
By looking at it, you can easily find the Carbon version of any product version.
For example ESB 4.0.2 has the carbon version 3.2.2
[1] http://wso2.com/products/carbon/release-matrix/