wso2

WSO2 API Manager v1.8.0

喜你入骨 提交于 2019-12-25 04:47:14
问题 I have a simple use case of mapping path param from the API consumer to the backend API endpoint. I have done a lot of research but have not found out the specific answer on how to do that. As per my understanding, thr mapping of the path parameter can't be done without the use of uri-template. Now the problem is that the API Manager does not support uri-template from the API Publisher user interface and you have to use url-mapping instead. One blog from WSO2 developer says that you can then

“Error looking up a data source : null” in appserver 4.1.2 of wso2

拥有回忆 提交于 2019-12-25 04:43:18
问题 I downloaded the appserver 4.1.2 (latest) from the wso2 site. Unfortunately when I tried to add a datasource I got an error message ("Error looking up a data source : null"). I found only one solution in the forum to update something. However when I add those repositories I cant find an update for the datasource component. I have to confess that I am a newbie and maybe I did something wrong. Any more detailed help would be nice because without the datasource feature the appserver is worthless

WSO2 Identity Server: Error while loading Identity Provider

好久不见. 提交于 2019-12-25 04:10:57
问题 I'm evaluating WSO2 Identity Server 5.0.0 SP1. I'm receiving an error when I click on the "Resident Identity Provider" link in the admin website. This error message is "Error while loading Identity Provider" . I'll include the stack from the log file at the end of this post. So far, all I have configured is a secondary user store which is connected to an Active Directory server. The users and groups are being displayed in the users/roles screens. I do get another error if I click on the User

Not getting remote claims from wso2

这一生的挚爱 提交于 2019-12-25 03:59:20
问题 I have using wso2 IS with another configured identity provider like: google,yahoo. when i logged form IDP and redirect back to callback URL my application call /outh2/token API to fetch id_token base on authorization_code but the problem is not getting remote claim (IDP custom claim attribute) which i have configured in service provider mapping.I have facing this issues randomly not for all user. Success claims Log :TID: [-1234] [] [2018-04-24 07:25:03,300] DEBUG {org.wso2.carbon.identity

How to enable X-Frame-Options in WSO2 5.4.1?

你。 提交于 2019-12-25 03:42:24
问题 I tried to configure my jaggery.conf file as stated in the documentation to allow framing as follows : "filters":[ { "name":"HttpHeaderSecurityFilter", "class":"org.apache.catalina.filters.HttpHeaderSecurityFilter", "params" : [ {"name" : "hstsEnabled", "value" : "false"}, { "name": "antiClickJackingOption", "value": "SAMEORIGIN" } ] }, { "name": "ContentTypeBasedCachePreventionFilter", "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", "params":[ {"name":

Getting Response code 0 in API manager wso2 while Trying to connect Through enterprise Proxy

半城伤御伤魂 提交于 2019-12-25 03:38:23
问题 Well , i m hitting a simple PhoneVerify Request from my localhost which have enterprise proxy . i have configured my Proxy setting using below link. Can't access to production endpoint with WSO2 API Manager - entreprise proxy But I m Getting The Same Response code 0 and Blank Response Body. Here Is a the curl and Request URL : Curl curl -X GET --header "Accept: application/json" --header "Authorization: Bearer b9d93ac569bec1721716e1422b852b" "https://192.168.78.153:8244/phone/1.0.0

What's the recommended way to define URL patterns and versioning for backend services and API definitions in WSO2 API Manager

折月煮酒 提交于 2019-12-25 03:35:24
问题 We are facing a problem when including our Java application services in WSO2 API Manager. Our typical backend applications runs on Tomcat and has a context path, e.g. (/customer-manager). Its Spring controllers define endpoints with this format: /api/VERSION/resource , e.g: /api/v1/customers , /api/v2/customers , etc. Thus, our calls to the backend look like this: http://localhost:8080/customer-manager/api/v1/customer . Our autogenerated swagger documentation publishes the REST path

How to know ERROR message in wso2DSS

馋奶兔 提交于 2019-12-25 03:33:20
问题 Is there any link or reference to WSO2 Data Service error codes ? I am getting error code '401000',500000, I need to know what exactly mean by that error code using this i am sending errorcode to backend but i need to send exact message also in WSO2ESB we have paroperty call get-property('ERROR_MESSAGE') .is there any property we have in WSO2DSS which will show me exact error message ERROR_CODE = 500000, ERROR_MESSAGE = null, and sending this message to backend directly {"insert_dept

wso2 maven issue building platform patch release 4.0.9 - failure to find org.wso2.appfactory:wso2appfactory-parent:pom:1.0.0

我与影子孤独终老i 提交于 2019-12-25 03:10:49
问题 Steps to reproduce error: svn co https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0 cd patch-releases\4.0.9 mvn clean Error: [ERROR] The project org.wso2.appfactory:maven-archetype:1.0.0 (C:\wso2\src\wso2_platform_branch_400\products\appfactory\1.0.0\modules\maven-archetype\pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Failure to find org.wso2.appfactory:wso2appfactory-parent:pom:1.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution

Errors using input-only web service (OUT_ONLY from ESB)

自古美人都是妖i 提交于 2019-12-25 03:07:35
问题 I have a webservice with some input only operations. In the ESB i've created a proxy and sets the properties OUT_ONLY and FORCE_SC_ACCEPTED to true. Everytime I call the proxied operation I get the following error message in the wso2carbon.log: TID: [0] [ESB] [2015-04-02 09:52:45,307] ERROR {org.apache.axis2.transport.base.threads.NativeWorkerPool} - Uncaught exception {org.apache.axis2.transport.base.threads.NativeWorkerPool} java.lang.UnsupportedOperationException: Not yet implemented at