wso2carbon

wso2 api manager database

∥☆過路亽.° 提交于 2019-12-14 02:43:17
问题 I don't understand how can I access the data of APIs (api_id) USER (user_id), subscriptions (is a user 'x' subscribed to API 'y'?) ... how can I perform such controls by connecting to some db? 回答1: Though your question is not much clear,hope you want to know how WSO2 API Manager implemented database data accessing part.I'll explain how WSO2 API Manager did controlling over database data. You could found the database scripts[it contains h2/mysql/oracle dbscripts] use by WSO2 API Manager from

Change “carbon.super Profile Service” to custom name

徘徊边缘 提交于 2019-12-14 02:01:41
问题 I am successfully able to install the WSO2 EMM profile. It's working properly on my iOS devices. Now when I install the configuration profile for the first time it displays "carbon.super Profile Service" as profile title. How can I change the profile title? 回答1: This is identified as a bug in the EMM, so I have created a public jira[1] for that and will be fixed soon. [1]https://wso2.org/jira/browse/EMM-1473 Thanks. 来源: https://stackoverflow.com/questions/38458099/change-carbon-super-profile

Glassfih + WSO2 ESB 415 Unsupported media type

醉酒当歌 提交于 2019-12-13 21:56:23
问题 I am creating "Pass Through Proxy" in WSO2ESB using JAX-WS hosted on Glassfish. The problem is that the proxy does not work and it happens with EVERY PROXY I create in the ESB that are pointing to every Java Web Services on Glassfish : the console gives this error [1]. The thing is that Proxies to .Net Services instead, works fine. 1) I have tried with the ESB tryit tool to consume the service and I have the following response: <TryitProxyError h:status="SOAP envelope error" xmlns:h="http:/

WSO2 IoT Server - Device Owner in COPE scenario

Deadly 提交于 2019-12-13 20:17:44
问题 Which is the correct configuration in a COPE scenario? Define as Device Owner the System Services? org.wso2.iot.system.service/org.wso2.iot.system.service.ServiceDeviceAdminReceiver or the Agent? org.wso2.iot.agent/org.wso2.iot.agent.services.AgentDeviceAdminReceiver Thanks in advance 回答1: It's the org.wso2.iot.agent/org.wso2.iot.agent.services.AgentDeviceAdminReceiver you need to define as the device owner. You can follow the below steps in order to Define IoT server agent as Device Owner.

What permissions are needed for WSO2 SCIM apis

大憨熊 提交于 2019-12-13 18:44:48
问题 What are the permissions required by a role in the Identity server to be able to access the SCIM apis? Can you point me to any docs? 回答1: Here is the list of permissions. Ref: https://docs.wso2.com/display/IS560/SCIM+2.0+REST+APIs 来源: https://stackoverflow.com/questions/51462598/what-permissions-are-needed-for-wso2-scim-apis

wso2 carbon studio: uploading a class mediator to ESB

不想你离开。 提交于 2019-12-13 18:26:51
问题 what is the fastest way do deploy a class Mediator on ESB? I have my custom mediator in eclipse and every time I extract the project as a JAR file and put it in "ESB\repository\components\lib" but it does not commit the changes every time... it looks like ESB still use an old verion of my custom mediator. Please suggest EDIT : also to have the last version deployed I need to delete all the files in the "dropins" folder 回答1: The fastest way I would suggest (With Developer Studio 2.0.1): Create

wso2 eclipse server in status [starting] forever

梦想的初衷 提交于 2019-12-13 16:20:04
问题 I am trying to start/stop WSO2 ESB local server from Developer studio (based on kepler), but the server status will stay [Starting] forever (even after the server started successfully as evidenced by the console and wso2carbon.log). This is a problem, as it prevents me from deploying car files from within eclipse (eclipse waiting for server to finish starting), and even eclipse will shut the server down after the timeout elapses. How can I persuade eclipse that the server started already? Is

How is the best way to delete a tenant in WSO2 carbon?

℡╲_俬逩灬. 提交于 2019-12-13 14:20:47
问题 I'm trying to delete a tenant using the method "deleteTenant" in the class "TenantMgtAdminServiceStub" but it didn't works, it shows an error. I'm wondering if this is the best way to delete a tenant... I was looking for help and I found this post but is not a possibility restart the server every time I want to delete a tenant. Days before I post this with the error I got when I use that method. Thanks! 回答1: Tenants once created from the UI cannot be deleted from the UI. However, Using the

Configuring WSO2 STATS_DB

流过昼夜 提交于 2019-12-13 14:18:03
问题 I have configured API Manager 2.0.0 & API Manager Analytics Pack to use MySQL databases. For each server, there exists a WSO2AM_STATS_DB. I have given these differing names on my MySQL server. I have also pointed my datasources in master-datasources.xml(for APIM) & stats-datasources.xml(for Analytics) to the relevant databases. I couldn't find any relevant schema(dbscripts) for these databases in their respective packs. On running, the Analytics database is populated but the APIM database isn

wso2 carbon hacking - eclipse development environment set up steps

时间秒杀一切 提交于 2019-12-13 12:22:19
问题 It would be great if the carbon source tree could be set up in eclipse so that eclipse can be used for building and running carbon. Is this possible? How do the WSO2 carbon developers set up their development environments? For example based on eclipse 4.3 RC2 Java EE: $ svn checkout http://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.1.0 wso2carbon $ cd wso2carbon $ mvn install -Dmaven.test.skip=true (first ensure you have enough permgen space, e.g. set MAVEN_OPTS=-Xmx512M -XX:MaxPermSize