wso2

The architecture we use with DAS and GREG

落爺英雄遲暮 提交于 2019-12-07 21:35:34
问题 first introduce our use case: The Real-time data analytics platform . One external system product time-series data every 1s.The time-series data consist of [id,time,value] fields .And it support REST API to search these time-series data. We have a lot of (more than 100) standlone CPP programs to analyze the time-series data, and these programs would produce KPI into Database. The programs is realtime computation, every CPP programs read datas per second , doing processing per soncond, and

WSO2 BPS - mailing activity

邮差的信 提交于 2019-12-07 21:09:51
问题 I need to have an activity that send a mail at a certain point of the BPEL process. Is there a "mail activity" or do I have to code a sort of web services to invoke so that I call the service and let it send the mail? Could it be a solution to use the ESB for this business? How to connect the two (again with a web services or there is a quicker and easiest way to link them)? Could it be a good solution in this case to add the ESB feature to BPS to add it the transport feature without having

WSO2 Identity Server 5.1.0 not returning user claims in SAML Response

会有一股神秘感。 提交于 2019-12-07 16:58:59
问题 While trying out the new version of WSO2 Identity Server 5.1.0 I'm having problems returning claims in the SAML response. While this worked in WSO2 IS 5.0.0 SP1. I've mapped the required claims and added them to my SP, also I configured the SP to always return the user attributes. I've configured the SP claim mapping: My SAML configuration: Any help is greatly appreciated. I'm getting the feeling this might be a bug. EDIT: In WSO2 5.1.0 it is required to add the Attribute Consuming Service

WSO2 API Manager - Can I hide tenant stores in the public store?

╄→尐↘猪︶ㄣ 提交于 2019-12-07 16:39:40
问题 Is it possible to hide tenant stores, so the they aren't visible in the public store, but only by their direct tenant specific store URL (like: https://api.mydomain.com/store/?tenant=mycustomer.com)? Background info: All our customers get their own tenant in the WSO2 API Manager. When an anonymous/unauthenticated visitor opens the public store (https://api.mydomain.com/store) he/she will see all tenant stores and their domain names. So it isn't really hard to discover the names of all our

ERROR on API Manager 2.0.0 gateway worker on start-up

感情迁移 提交于 2019-12-07 15:57:17
问题 The following ERROR is logged on the gateway worker nodes on start-up. 2016-08-23 12:32:42,344 [-] [Timer-5] ERROR KeyTemplateRetriever Exception when retrieving throttling data from remote endpoint Unexpected character (<) at position 0. at org.json.simple.parser.Yylex.yylex(Unknown Source) at org.json.simple.parser.JSONParser.nextToken(Unknown Source) at org.json.simple.parser.JSONParser.parse(Unknown Source) at org.json.simple.parser.JSONParser.parse(Unknown Source) at org.json.simple

Configuring WSO2 AS and BAM -new error

霸气de小男生 提交于 2019-12-07 15:16:30
I followed the same steps as mentioned in the WSO2 documentation for configuring BAM server and WSO2 AS. Both are in different computers. Still not able to solve the errors. Now I am getting new error when I click BAM EVENT_KS. My BAM server offset address is 0 by default. I changed my WSO2 AS offset to 2 in carbon.xml. ERROR {org.wso2.carbon.databridge.agent.thrift.AsyncDataPublisher} - Error while connection to event receiver org.wso2.carbon.databridge.agent.thrift.exception.AgentException: Cannot borrow client for TCP,203.252.180.178:9443,TCP,203.252.180.178:9543 at org.wso2.carbon

HTTP requests for WSO2 Identity Server user authentication

梦想与她 提交于 2019-12-07 12:25:47
问题 I am writing a REST API to be consumed by our internal applications. I need to login and logout users of the identity server using code grant via http requests presentation I need to know how to call the following endpoints: /authorize (invoked from server-side) /accesstoken (invoked from server-side) /login /logout CASE: Our company has many applications. I want one point of authentication which will happen in their company-x account like how you only need to login to atlassian account to

How to avoid endpoint suspension in wso2 esb when actual end point is down

蹲街弑〆低调 提交于 2019-12-07 11:17:55
问题 I am using message store to store the message in case the actual end point is down. My proxy uses vfs transport, i.e it will read the message from the file and deliver to end point. In case the end point is down it will store the message in configured activemq. My configuration is working fine when i kept single file. While keeping more files(i.e more messages) and end point is down only first few message get stored others are lost. Even i searched a lot of content most of them suggesting it

how to compare integer properties in filter mediation in wso2 esb?

旧巷老猫 提交于 2019-12-07 11:13:14
问题 i am new in wso2 esb and define 3 service that return integer value and use filter mediator to rout from one to another , but not correct work and in filter mode always return false my source is : <sequence xmlns="http://ws.apache.org/ns/synapse" name="SeqOne"> <log level="full"/> <property xmlns:ns="http://org.apache.synapse/xsd" xmlns:m0="http://tempuri.org/" name="CParam" expression="//m0:SumSerViseResponse/m0:SumSerViseResult" scope="default" type="INTEGER"/> <log level="custom">

hostname in certificate didn't match:<>!=<> WSO2 APIM

僤鯓⒐⒋嵵緔 提交于 2019-12-07 10:31:15
问题 I have a https endpoint and I need to access it from wso2 API manager. (uses 1.10).I already added the certificate files to "client-truststore.jks" file. But now it gives an error as follows. hostname in certificate didn't match:<ip>!=<entry name>. I have already updated the axis2.xml file as follows also. <parameter name="HostnameVerifier">AllowAll</parameter> How can I solve this issue with WSO2 APIManager to access this https backend service 回答1: The CN of the certificate should match with