wso2

WSO2 developer studio edit properties of an assign activity

杀马特。学长 韩版系。学妹 提交于 2019-12-12 04:56:28
问题 I downloaded the WSO2 eclipse plug-in (developer studio) 3.2.0. I tried to follow the "quick start" http://docs.wso2.org/wiki/display/BPS300/Quick+Start+Guide for BMP and got stuck at point 18. It is not possible to edit the expression in the properties window of an Assign Activity. I tried with Eclipse Juno, Kepler and even an older version of Eclipse, all with the same result. Sometimes an box appears under the word "expression", sometimes it disappears but it is never editable. 回答1: This

How backend https server connect with WSO2 API Manager

强颜欢笑 提交于 2019-12-12 04:49:15
问题 So I have https server and I want to make API with this server as back end. What I did was I copied certificate of server pem file and it converted into jks file and save it in <APIMHome>/repository/resources/security But I couldn't make API in this way. What else should I do make this work ? this is how convert pem into jks keytool -import -v -trustcacerts -alias wso2carbon -file myserver.pem -keystore server.jks -storepass wso2carbon 回答1: Trusted certificates have to be imported to client

Transform response to plain-text using wso2 esb 4.0.6

我的未来我决定 提交于 2019-12-12 04:47:32
问题 I'm new to web-service and somehow I have created a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in response, below code snippets will give u a brief idea of my requirement. <case regex="POST"> <property name="HTTP_METHOD" value="POST" scope="axis2" type="STRING"/> <enrich> <source type="inline" clone="true"> <success xmlns="">Your request for subscription is being processed.</success> </source> <target

Installation failed. One or more certificates rejected. Cannot proceed with installation

我怕爱的太早我们不能终老 提交于 2019-12-12 04:37:55
问题 My System is Linux Mint SERENA; On attemt to build the repository https://github.com/wso2/product-iots/releases/tag/v1.0.0-alpha Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T12:57:37+01:00) Maven home: /home/caleb/apache-maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-i386/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-53-generic", arch: "i386", family: "unix" Comand issued :

WSO2 API Manager - Sample PizzaShackAPI is not working

本小妞迷上赌 提交于 2019-12-12 04:36:31
问题 I am new to WSO2 API Manager. I followed the Quick Start Guide to learn by deploying sample PizzaShackAPI. https://docs.wso2.com/display/AM210/Quick+Start+Guide As I click "Try It Out!", I am not getting the correct response as mentioned in the guide. I am getting the below response and there is no log in the console initially. Response Code 0 Response Headers { "error": "no response from server" } After I added Self Signed Certificate in Firefox as Add Exception, I am getting the below error

wso2 is change the embedded database schema

三世轮回 提交于 2019-12-12 04:34:14
问题 I am working with the WSO2 IS 5.2.0 for some reasons, I would like to change the data schema of the default embedded H2 database. for example, the maximum length of volume "ACCESS_TOKEN" in table "IDN_OAUTH2_ACCESS_TOKEN" is 255 chars. I would like to change it to 8194. I made the following change the configuration file "/dbscripts/identity/h2.sql" (see the value "8194") CREATE TABLE IF NOT EXISTS IDN_OAUTH2_ACCESS_TOKEN ( TOKEN_ID VARCHAR (255), ACCESS_TOKEN VARCHAR (8194), REFRESH_TOKEN

Will JSON based REST - ESB - REST communication build AXIS 2 XML MessageContext

隐身守侯 提交于 2019-12-12 04:24:46
问题 I have a use-case for end to end JSON based REST services i.e. REST Client -> ESB -> Rest Service (all on JSONs) which I am planning to handle using APIs & PayLoad factory for transformations In this scenario, will WSO2 ESB convert JSON into XML before invoking the target Rest Service? If no for #1, then how will it prepare MessageContext object which looks having all XML constrcuts like SOAPEnvevelope, Body etc.? Update 1 : To further clarify my question, I have updated this my sample API &

WSO2 IS SAML SSO Lock user from login

喜你入骨 提交于 2019-12-12 04:22:47
问题 I have configured SAML SSO in WSO2 Identity Server 5.1.0 with my application. I want to have opportunity to lock/disable users from login with WSO2 login page. How to solve this? PS: Account Locked claim do not work. (work only for carbon login) 回答1: Working, when adding Account Locked claim in Claim Configuration in Service Provider configuration. 来源: https://stackoverflow.com/questions/41661582/wso2-is-saml-sso-lock-user-from-login

Access denied on API Manager

烂漫一生 提交于 2019-12-12 04:16:11
问题 I tried to install API Manager on an Amazon EC2 service, the installation didn't return an error but when I launch the service via a bash, it does give me some : JAVA_HOME environment variable is set to /usr CARBON_HOME environment variable is set to /home/ec2-user/wso2am-1.10.0 Using Java memory options: -Xms256m -Xmx1024m [2016-02-05 14:24:27,851] INFO - CarbonCoreActivator Starting WSO2 Carbon... [2016-02-05 14:24:27,860] INFO - CarbonCoreActivator Operating System : Linux 4.1.13-19.31

WSO2 Composite Application Project doesn't show any dependency

守給你的承諾、 提交于 2019-12-12 04:12:34
问题 I am new to WSO2 and I am trying to create an HelloWorld process following this guide: https://docs.wso2.com/display/BPS360/Creating+a+BPMN+Process The problem is that when i try to create a Composite Application Project, no available dependencies are shown (as you can see in the screenshot) New Composite Application Project screenshot I'm using Eclipse JavaEE Mars2 with the tooling plug-in installed and Activiti Eclipse Designer plugin. Thanks 回答1: I had the same problem. Installing the BPS