wso2

WSO2 identity server email or pseudo as username

南笙酒味 提交于 2019-12-11 06:04:10
问题 This is quite the same question as WSO2 identity server email as username but we want to have both choice to provide username as email address or user's name (pseudo without @). I understand the problem with the tenant fully qualified name using @ but can't we change the @ character for the tenant fully qualified ? Is it possible to use both email address or user's name as username and if so can you provide the configuration, I cannot make it work following https://docs.wso2.com/display/IS520

Disable weakened protocols/ciphers in WSO2AM-1.10.0

▼魔方 西西 提交于 2019-12-11 06:03:11
问题 WSO2AM(1.10.0) is used in my organization as API gateway. Before releasing it to production, there are a few weakened protocols/ciphers found by a security company and they suggest disable these protocols as below, TLSv1.0 3DES based ciphers 1024 bit Diffie-Hellman groups Could anyone please suggest me how to turn them off and any side-effects? Thanks, Sean 回答1: You can disable TLSv1.0 by removing it from repository/conf/tomcat/catalina-server.xml file. <Connector protocol="org.apache.coyote

WSO2 mapping issue

僤鯓⒐⒋嵵緔 提交于 2019-12-11 05:56:14
问题 Actually I'm using a proxy service and have given a gist of it which is as below:- <proxy xmlns="http://ws.apache.org/ns/synapse" name="TestProxy" transports="jms" statistics="disable" trace="disable" startOnLoad="true"> <inSequence> <property name="userName" value="****"></property> <property name="password" value="****"></property> <property name="url" value="********"></property> <property name="action" value="updateData"></property> <iterate id="Item" expression="//itemList/item"

WSO2 API Manager 2.0.0 : white screens after installing https certificate

a 夏天 提交于 2019-12-11 05:50:37
问题 I've just installed a new https certificate in wso2carbon.jks corresponding to the DNS name of the machine, and I've removed the old certificate. I have also changed all occurences of "{carbon.local.ip}" and "localhost" in carbon.xml and api-manager.xml to replace them with the new name of the machine (which is mapped in /etc/hosts too) as I was told to here : WSO2 not compatible with Docker After this, it starts with no error or warning in wso2carbon.log,and I can connect to store or

Writing tenant aware web service in wso2 application server

我是研究僧i 提交于 2019-12-11 05:50:19
问题 I am trying to develop a axis2 web service to be deployed on WSO2 Application Server 5.0.1. Currently we have requirement, that web services support multi-tenancy and in some web services some process based on tenant. Upon the service context i need to retrieve tenant information from the current request. Currently i create to tenant in my local environment using Application Server management console test1.com and test2.com. How can i retrieve domain name and if possible tenant id of test1

Cannot export Web Application to WSO2 Application Server with Developer Studio 2.1.0

℡╲_俬逩灬. 提交于 2019-12-11 05:41:34
问题 I downloaded the latest version of WSO2 Developer Studio: developer-studio-eclipse-jee-helios-linux-gtk-x86_64-2.1.0.zip and the WSO2 Carbon 4 based Application Server version: wso2as-5.0.1.zip unzipped both and started Developer Studio. As I want to deploy a Maven webapp project, I installed m2e on top of WSO2 Developer Studio. Then I followed this article: http://wso2.org/library/articles/2012/09/develop-deploy-web-applications-using-wso2-developer-studio#section3 apart from the fact that

Setup a custom mediator to the WSO2 Developer Studio palette

会有一股神秘感。 提交于 2019-12-11 05:39:43
问题 Is possible to add a built custom mediator to the WSO2 Developer Studio palette? The idea is avoid the error: Unkown synapse configuration tag, At line X. when i trying to edit an API or Proxy that has the reference in its sequence. I am using WSO2 EI Tooling version 6.3.0. Thanks in advance. 回答1: It is possible to add a custom mediator into WSO2 Developer Studio. However, this requires quite a lot of implementation for both wso2-synapse and devstudio-tooling-esb, as WSO2 Developer Studio has

Enrich Json with new elements not working for me .Please guide

扶醉桌前 提交于 2019-12-11 05:36:30
问题 Enrich Json with new elements not working for me .Please guide. Input request : { "id" : "1", "make" : "NAHB" } I created wso2 flow named eg1.xml . I am trying to enrich the incoming json request with new element "name" processing xml: (eg1.xml) <?xml version="1.0" encoding="UTF-8"?> <api context="/eg1" name="eg1" xmlns="http://ws.apache.org/ns/synapse"> <resource methods="POST GET" uri-template="/hi"> <inSequence> <log level="full"/> <log level="custom"> <property expression="//jsonObject"

WSO2 API Manager: Categorising and grouping APIs

ぐ巨炮叔叔 提交于 2019-12-11 05:30:02
问题 Migrating from WSO2 AM 1.10 to 2.0. Won't mention all the obstacles I've had to overcame. But this one is pretty obvious and I am really stunned that this went overlooked/ignored by the developers before releasing the new version. Let's ignore all the bugs with CSRF, BUT this one sucks arse, too: Grouping and categorizing. WSO2 documents have not been updated since the last release, which is kinda sad. BUG 1: Grouping does not work unless all the subdirs (in Carbon) under "tags" dir are

WSO2 ESB too many open files

▼魔方 西西 提交于 2019-12-11 05:29:37
问题 We have a problem in our installation of wso2 esb. We have only 4 proxy services configured, after one month without problems we started to have the following error: 2013-10-02 09:29:09,366 [-] [PassThroughHTTPSListener] WARN PassThroughHttpSSLListener System may be unstable: HTTPS ListeningIOReactor encountered a checked exception : Too many open files java.io.IOException: Too many open files at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl