wso2

wso2 app server (carbon) startup error

…衆ロ難τιáo~ 提交于 2019-12-12 07:03:23
问题 I am trying to start up the WSO2 app server and get this error. I have nothing deployed except I set up some data services. It was working fine and now it gives this error. I am on Windows 8.1 and running Java 1.7.0_75. I thought I read somewhere about a setup.conf file being corrupted but can't find that article of this file anymore. I do have Java 1.8 on my machine but disabled that in windows and also made sure the java_home is set correctly. Thanks for your help in advance. [2015-07-06 10

WSO2 Dynamically Adding an EndPoint to LoadBalance Endpoint

强颜欢笑 提交于 2019-12-12 06:47:49
问题 I have this configuration: 1) WSO2 4.7.0 ESB 2) WSO2 MB 2.1.0 3) a topic = MyTopic 4) one subscriber to MyTopic 5) N publishers on MyTopic 6) Static LoadBalance Endpoint deployed on ESB My goal is that when one of the N endpoints publishes a message on MyTopic, the subscriber on the ESB should be able to add an endpoint to the LoadBalanceEndpoint list. Is that possible? Do I need to use DynamicLoadBalanceEndpoint, and if so, how? 回答1: ok i found the answer by myself. It can be done by

WSO2 Identity Server - kerberos config

ぃ、小莉子 提交于 2019-12-12 06:37:46
问题 I'm trying to activate the kerberos KDC on a WSO2 Identity Server, I'm following this tutorial: https://docs.wso2.com/display/IS510/FAQ#FAQ-HowcanIsetupWSO2ISasaKDC? The thing is that I can activate the Kerberos KDC, but I can't find this option in the management console. Now login thorough management console and go to Configure -> Kerberos KDC -> Service Principals. You can see that "Add new service principals" option is now enabled and you'll be able to add service principals through that

How and where i can use message store and message processor in ESB?

廉价感情. 提交于 2019-12-12 06:09:20
问题 I have used two instances of WSO2 ESB 4.6 at port number 9443(esb1) and 9446(esb2) and also using Message Broker 2.0.1 at 9444. I am using this url to perform my task :http://wso2.org/library/articles/2013/03/configuring-wso2-esb-wso2-message-broker. I have done the Queue to queue send recieve example using the above link. And everything is working fine. But the problem is when i post any message to esb1, it gets reflected to esb2 since esb2 is working as my subscriber. I want that message

How to catch tcp client request message in wso2 esb proxy service

时光怂恿深爱的人放手 提交于 2019-12-12 05:59:15
问题 Im new comer to Wso2 esb. Now I'm working with tcp protocol and proxy service. I have some question. I send some message to the proxy service through tcp protocol. I need get this message to the property mediator in the proxy service. But my way not catch that value in the property mediator. Here is my proxy service <?xml version="1.0" encoding="UTF-8"?> <proxy name="TCPProxyService" startOnLoad="true" transports="tcp" xmlns="http://ws.apache.org/ns/synapse"> <target> <inSequence> <property

wso2 esb json to json converting double quotes missing

假如想象 提交于 2019-12-12 05:45:31
问题 I have a problem in converting json to json in wso2 esb, actually I'm using payload factory in a proxy and I call the proxy with rest and json content. Here is my integration flow, I call a proxy and the proxy sends the request(with json content) to a jms message store then, I defined a message processor to consume messages from message store and send them to a defined endpoint(.net web api). but the problem is strings with numbers automatically get converted as integer elements: "orderId":

WSO2am change store/publisher/carbon url

倾然丶 夕夏残阳落幕 提交于 2019-12-12 05:38:59
问题 I have installed wso2am. After starting the services it gives me 3 urls. 1) for store 2) for publisher 3) for carbon Now i need to set a domain name rather than IP address in the URLs. I am trying to do it on local machine (Just added the wso2am root folder and running wso2server.bat file). <APIGateway> <Environments> <Environment type="hybrid" api-console="true"> <Name>Production and Sandbox</Name> <Description>This is a hybrid gateway that handles both production and sandbox token traffic.<

issue in installing DSS feature on wso2 ESB 5.0

荒凉一梦 提交于 2019-12-12 05:19:14
问题 For a new project I'd like to setup the new ESB 5.0 adding the dss feature as well. I was about to do it from the wilkes repository (http://product-dist.wso2.com/p2/carbon/releases/wilkes/), but during installation it shows following error: Cannot complete the install because of a conflicting dependency. Software being installed: Data Service Hosting Feature 4.3.4 (org.wso2.carbon.dataservices.feature.group 4.3.4) Software currently installed: WSO2 Carbon - Transaction Manager Feature 4.5.4

What exactly is the transport scope in Property mediators in WSO2 esb?

我怕爱的太早我们不能终老 提交于 2019-12-12 05:03:46
问题 What exactly is the transport scope in Property mediators in WSO2 esb? Is it thread safe? That is, if the scope is marked as transport, is this local to the current execution of the proxy ? There does not seem to be enough documentation on this. 回答1: Bellow information is extracted from the WSO2 ESB document itself and it has been documented. It is noting to do with the thread safe but more towards integration config level scope. Scope The scope at which the property will be set or removed

Xacml integration with saml in wso2

做~自己de王妃 提交于 2019-12-12 04:59:28
问题 I am new in security. I have downloaded wso2 sso sample and executed it. Now I want to configure xacml into this project. My requirement is when user logged in with sso I want to restrict them to access some particular jsp pages. Please give me some suggestion how to implement it and how I can send xacml request. thank you 回答1: [1] is a comprehensive blog written by Asela Pathberiya on XACML and how you can leverage XACML on the wso2 identity server. Please read the blog to clarify different