wso2esb

WSO2 ESB task (scheduler) doesn't work

别来无恙 提交于 2020-01-17 11:16:29
问题 I have to send XML message to my jms proxy service (service receive and send back message over JMS) with ESB Task (scheduler). I tried 2 solutions. 1 solution In added task I fill: message -> my XML injectTo -> set 'proxy' proxyName -> my proxy name The result is that, my jms proxy receive the message but without JMS_Corelation (I guess the message is send local in ESB) and I get that error: Unexpected error sending message back org.apache.axis2.AxisFault: Transport out has not been set at

WSO2 ESB task (scheduler) doesn't work

為{幸葍}努か 提交于 2020-01-17 11:16:07
问题 I have to send XML message to my jms proxy service (service receive and send back message over JMS) with ESB Task (scheduler). I tried 2 solutions. 1 solution In added task I fill: message -> my XML injectTo -> set 'proxy' proxyName -> my proxy name The result is that, my jms proxy receive the message but without JMS_Corelation (I guess the message is send local in ESB) and I get that error: Unexpected error sending message back org.apache.axis2.AxisFault: Transport out has not been set at

WSO2 ESB: Get URI in property from HTTP/Address Endpoint?

非 Y 不嫁゛ 提交于 2020-01-17 05:09:45
问题 I have a centrally defined endpoint that points to a RESTful API. At the moment it's a HTTP endpoint, but I can also work with an address endpoint if required. My issue is that I can't seem to find a way to access the endpoint URI in a property mediator (much like you would be able to with a LocalEntry). I need to embed the URI in a subsequent request, so I'd like to do something like: <property name="api_endpoint" expression="get-property('ApiEndpoint')"/> Where ApiEndpoint is the centrally

continously throws errors when running a load test in wso2esb

泪湿孤枕 提交于 2020-01-16 18:51:27
问题 when ever concurrence user using my service at a time its throwing errors i need to set any properties for multiple users at a time But wso2ESB maintaining 1 billions transcation with EBAY but while i am sending morethan 5 its giving errors PassThroughHttpListener System may be unstable: HTTP ListeningIOReactor encountered a runtime exception : null java.lang.NullPointerException at org.apache.synapse.transport.passthru.SourceResponse.start(SourceResponse.java:83) at org.apache.synapse

Web service return empty on WSO2 ESB

廉价感情. 提交于 2020-01-16 04:43:06
问题 We are using WSO2 ESB to access our services. We have developed services on Application Server and we could access them via using ESB Proxy services. However sometimes ESB returns empty values to our clients. If i call AS directly i could see the response. When ESB starts to turn empty value it is effecting all of our servises on ESB. We could not find how could we fix the problem. When we restart the ESB server everything starting to work again. We are using WSO2 ESB 4.6.0 and WSO2 AS 5.0.2

How I can move some registry resources from one tenant to another in WSO2 products?

南笙酒味 提交于 2020-01-16 01:06:30
问题 I want to move some registry stuff stored inside one tenant to another tenant in ESB 4.5.0. So I decided to used the WSO2 Registry Browser in WSO2 Developer Studio 2.1.0, but I don´t see how I can do this. I can access to every resources and I try to export/import without success. 回答1: If you want to move the registry resources from one tenant to another, the recommended approach is using the registry check-in client. Currently this is shipped only with G-Reg, but you can use this feature by

Error while creating JMS configuration in wso2esb

倖福魔咒の 提交于 2020-01-15 13:43:48
问题 I'm using wso2esb4.7.0 and wso2mb-2.2.0. I wish to create jms proxy service using wso2mb. For this i have configured the wso2mb as well as wso2esb like : Wso2esb configuration : (changes in jndi.properties) # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] connectionfactory.QueueConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5673' connectionfactory.TopicConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist=

Error while creating JMS configuration in wso2esb

蹲街弑〆低调 提交于 2020-01-15 13:42:11
问题 I'm using wso2esb4.7.0 and wso2mb-2.2.0. I wish to create jms proxy service using wso2mb. For this i have configured the wso2mb as well as wso2esb like : Wso2esb configuration : (changes in jndi.properties) # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] connectionfactory.QueueConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5673' connectionfactory.TopicConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist=

How to implement a custom mediator with its own XML configuration?

大兔子大兔子 提交于 2020-01-14 05:46:05
问题 I'm trying to implement a custom mediator for WSO2 ESB (4.5.1) using its own XML configuration. I'm able to use the mediator just fine as a class mediator with the following config: <class name="test.synapse.mediator.TestMediator"/> However, what I'm trying to achieve is being able to call the mediator with a syntax like this: <t:TestMediator xmlns:t="test:mediator" /> Having followed the available help on the matter for WSO2 ESB to the letter, I'm getting the following error as I try to

WSO2 ESB connectivity CICS Transaction Server

左心房为你撑大大i 提交于 2020-01-14 05:39:27
问题 Need to know if WSO2 ESB can integrate with CICS Transaction Server v 3.2 on a z/OS mainframe. TIA. 回答1: CICS Transaction Server v3.2 can support standard SOAP over http calls. Is there an need for your ESB to actually know it is integrating with CICS or can you get by with a wsdl document with an endpoint at a CICS server behaving like any other webservices provider? 来源: https://stackoverflow.com/questions/16780152/wso2-esb-connectivity-cics-transaction-server