An enterprise service bus (ESB) is a software architecture construct which provides fundamental services for complex architectures via an event-driven and standards-based messaging engine (the bus). Developers typically implement an ESB using technologies found in a category of middleware ...
0
votes
0answers
8 views
Best practise: using of Maven archetypes for developing the data services in ESB
Is it useful to make own Maven archetypes to quickstart new data services (Java) upon the WSDL/WADL contracts? Like auto-including the cxf-codegen-plugin into the project and so on.
I'm talking about ...
0
votes
1answer
20 views
Open source ESBs supporting web service transactions?
Do any of the major open source ESBs such as Mule or ServiceMix properly support web service transaction specifications (like http://en.wikipedia.org/wiki/WS-Atomic_Transaction)?
I've just briefly ...
0
votes
1answer
32 views
wso2 esb json post method blank query parameter handling
I converted JSON (client) to SOAP (back end) through ESB Proxy Service and it is working fine.
URL "https://someurl.com/json/"
The problem is that I am trying to call from another batch process ...
0
votes
2answers
47 views
ESB Build issue from source code
I have downloaded platform source code and trying to build ESB 4.6.0 "by running mvn clean install inside "carbon/platform/tags/4.0.7/patch-releases/4.0.6/"
I am getting following error message -
...
0
votes
1answer
48 views
Consume a web service method with multiple args in Mule esb
Hello what I want to apply seems very simple but I don't know how, need some clarifications.
here is the scenario:
I want to call a web service method, this method name is find() and accept as ...
0
votes
1answer
35 views
java.lang.Object over a MULE SOAP Component
I need to pass to soap component an object of a known class which is composed from two strings.
the soap request should be like:
<soapenv:Envelope ...
0
votes
0answers
33 views
Redirect Browser using WSO2 ESB Proxy
I want to know how to redirect a browser that makes a request to the ESB.
Example: Client browser makes a request to a service on the back-end via Proxy, but I want to redirect the browser to a ...
0
votes
1answer
27 views
WSO2 ESB CACHE: return same responses for different SOAP request with same URL endpont
I speack spanihs. Will try english.
I have a WSO2 proxy service for a backend SOAP WebService. It works fine!
The problem starts when i enable Response Caching for the proxy service, 20 seconds ...
1
vote
1answer
36 views
Mule ESB choice flow control route
In Mule I have the following flow :
there is a choice flow control which test the input and verify if the input String equals 'ctr1'.
<flow name="mediationFlow1" doc:name="mediationFlow1">
...
0
votes
1answer
35 views
Consuming a JAX-WS in a Mule ESB flow
I want to consume a JAX-WS service method. the methode is named find and accept a String as argument.
this the Mule flow :
<flow name="InvokeAWebServiceFlow1" ...
0
votes
0answers
27 views
Mule EJB endpoint for dynamic method call
I am doing an integration poc to invoke a remote EJB servcie by ejb:connector and ejb:outbound-endpoint in component binding.
It works perfectly fine if I define methodArgumentTypes and method ...
0
votes
1answer
23 views
WCF web service connect to Service Bus
At the moment we have a Java application that connect to a service bus which in turn connects to a DB2 database.
What I want to do is to create a WCF web service in .NET that will connect to the ...
0
votes
0answers
17 views
Is ESB the right solution?
I have developped a java application that route a given query to the specifique web services to get the wanted information.
It's all about getting some product criterias, every web service can provide ...
0
votes
0answers
47 views
General concept of mule ESB/Data integration
I'm wondering about the general concept about Mule and ESB:
I've got an online store and a CRM.
Every time someone orders something, I'd like to add this data into the CRM to the customers.
Every ...
0
votes
1answer
31 views
WSO2 4.6.0 - unable to install CA certificate. Always falling back to default certificate
We are trying to install a third party CA cert on our WSO2 ESB server (Linux). We are unable to install CA certificate. Always falling back to default certificate.
While the WSO2 service is started, ...
0
votes
0answers
25 views
ESB JSON request doesn't work for proxy service
Why does my proxy service does't support JSON requests???
I got responses as JSON, but the service does not suppot JSON requests..
(I had to make a mediator to transform JSON to SOAP... but...)
Can a ...
2
votes
0answers
37 views
Message Broker or ESB?
I have a system that relies on sockets to provide callback capabilities for a gaming system. For failover and scalability, it is possible for a user to be attached to one socket while another user on ...
1
vote
1answer
41 views
Does cCXF support REST services?
I have created two REST services with Talend Open Studio for ESB V5.2, the first one gets a XML file (POST) and returns the same file as a response, the second one inserts this file into a database. I ...
0
votes
1answer
111 views
Message payload is of type: String
I try to test Transforming Data in a Flow example in this page :
"http://www.mulesoft.org/documentation/display/current/Transforming+Data+in+a+Flow"
but I get this error on browsers :
Component that ...
1
vote
0answers
36 views
Application Integration - Biztalk vs Rhapsody vs JCAPS
My organisation is in the science & health sectors and currently uses JCAPS to integrate some of its applications and third parties. These include STARLIMS and SAP amongst others.
The JCAPS ...
0
votes
1answer
41 views
Mule collection aggregator does not return the right sequence of List
I am using collection splitter and collection aggregator on a List. I can see my request List is splitted in the right sequence, and then sent to the subsequent components, however, after using ...
0
votes
0answers
9 views
Dealing with synchronicity when using camel routes/ESB
An event in a business system (i.e. button pressed) results in a route being activated in a blueprint.xml (OSGI bundle) within an ESB. The route does a variety of steps, integrates to a number of ...
0
votes
1answer
22 views
how to change mule's imap mail fetch order?
I have an IMAP connection to fetch emails using Mule. I'm running into an issue.
Here are my 2 simple requirements:
I want to fetch emails in reverse order. (latest first)
Ignore SEEN messages but ...
2
votes
2answers
132 views
Adding http path parameters dynamically in wso2 esb
We have a proxy service which uses jms transport to receive messages. The messages received need to be sent to a backend REST service using http POST.
The following is done on the messages
xslt ...
0
votes
0answers
35 views
how to expose legacy application in java (JAR) using Mule ESB
I am new to Mule ESB.
I have a scenario where I have a JAR file or an application installed on the system. I want to expose this JAR file or legacy application as a web service. How can I do this ...
1
vote
1answer
51 views
WSO2-ESB: SOAP Mediator from wsdl
I have seen some of the SOAP- Example- Mediators. I have not found a transformation based on the endpoint-WSDL.
I want to send some nested named array in json or POX and that data should go into a ...
0
votes
1answer
38 views
Getting java.lang.IllegalArgumentException when trying to make a dynamic HTTP endpoint in Mule
I got an HTTP outbound-endpoint that does a GET method to an specific URL, thing is that if i add a variable in the path URL it will throw an exception... i believe this is not being supported.
This ...
2
votes
0answers
95 views
Calling remote ESB client error
I am trying to send and esb message from remote client, but I am constantly getting this error:
org.jboss.soa.esb.listeners.message.MessageDeliverException: ...
1
vote
1answer
52 views
Best ESB/Message Queue for appharbor
I'm currently trying to find the best message queue solution for an appharbor application. Most of the ones of looked at assume you have a windows environment with MSMQ and DTC installed, which I ...
0
votes
0answers
93 views
Mule ESB - http:outbound-endpoint no effect
I have problem with flow defined like:
<mule xmlns:scripting="http://www.mulesoft.org/schema/mule/scripting" xmlns:http="http://www.mulesoft.org/schema/mule/http" ...
0
votes
1answer
47 views
ServiceMix ESB as Bus or Container?
Should we use ServiceMix ESB as bus (i.e. communication channels) or as container to host services?
My current company host services (JMS/SOAP/RESTFUL etc, built by Java) in their own separate ...
2
votes
1answer
54 views
Mule ESB - two files as input (wait for both)
I want to make a flow where:
waiting for two files: file_name.xdf and file_name.dff : if both files (I want to process two files in the same time (waiting for both), the file name of those files ...
1
vote
1answer
33 views
Schema for MS BizTalk ESB Toolkit 2.0 Fault Message
Does anyone know where I can find a copy of the XSD for the BizTalk ESB Toolkit's fault message? I have a sample XML file which I could use to generate such a schema, but if there are any unpopulated ...
0
votes
1answer
40 views
wso2 cache mediator response in binary (it should be XML)
I'm learning about wso2 ESB 4.6.0. I'm studying right now about mediators. I implemented cache mediator as below.
<proxy xmlns="http://ws.apache.org/ns/synapse" name="cacheProxy" ...
0
votes
1answer
92 views
WSDL Endpoint example throwing errors in Mule
Posting here is always my last resort, but I'm going crazy here. I'm a Mule ESB beginner. I've been trying to do some simple examples to get me on the right track.
But I've encountered a problem with ...
-1
votes
0answers
45 views
Concurrent update on a row in jbpm_job table - JBoss ESB 4.5.0 GA and jbpm version 3.x
While executing a jbpm process instance in jbpm 3.0 with the default H2 database, I am getting the following stack trace in the JBoss ESB v 4.5.0 GA - Community Edition server log, especially this ...
1
vote
0answers
42 views
Java: Fast and generic gateway Data to Soap
I do want to build a generic gateway from a nested map (generated from binary data stream) to SOAP- clients.
Background: a non-java-application which needs to call SOAP-Services can't generate json ...
1
vote
1answer
34 views
Web-Service orchestration for a CRUD webservices
I have 4 web services providing CRUD methods to 4 different simple databases(1 table by databse).
What I want to do is to create another web service which call the aforementioned services to gather ...
1
vote
2answers
80 views
ESB/Message Queue quick start
I need to implement a demo system for prove of concept.
Basically, the system description can be reduced to 2 modules:
Module 1 sends requests
Module 2 picks them up, processes and sends the ...
1
vote
0answers
19 views
Datastore replication: help characterize legacy system topology
A new system has been built to gradually assume the responsibilities of the legacy one. Both collaborate in production.
To facilitate this, they share a replicated domain object model. Both use ...
0
votes
1answer
41 views
JBoss ESB pipeline interceptors
I am new to JBoss ESB and I am trying to intercept and handle all messages that happen on my application server.
I found that pipeline interceptors are what I am looking for. However, I am unable to ...
1
vote
1answer
69 views
MassTransit Subscriptions and Receiving Own Messages
I am trying to implement a proof of concept service bus using MassTransit. I have three applications which need to communicate changes of a common entity type between each other. So when the user ...
1
vote
1answer
72 views
Mule CPU maxing out with a very small load
System under test: Mule ESB 3.3.1
OS: CentOS 5.1 64 bit
Quad-core 3 GHz
32 GB RAM
The Mule ESB is simply intercepting SOAP requests; validating the SOAP requests for a valid token and simply ...
0
votes
2answers
127 views
Good reference for Enterprise Service Bus [closed]
I am just getting started with ESB, I am currently reading the code for rhino-esb, to see how it is implemented.
Are there any good resources (i.e. books, videos) for beginners to get started with ...
0
votes
2answers
72 views
ESB Toolkit - Returning a message to a request response OnRamp via Orchestration Extender
I have the following request/response itinerary which is giving a puzzling output.
The onRamp is connected to a request-response port with a receive location
Type:WCF-BasicHttp
ReceivePipeline: ...
0
votes
0answers
27 views
Is there any recommendations for integration wso2 esb servers in wily introscope?
I am trying to figure out which pdb file to use for wso2 esb servers so that i can see all the exposed wsld end points in wily introscope. The default pbd files are not reporting these.
0
votes
0answers
10 views
ESB start error
I started the wso2server.bat. I get this error immediately, althouth the JAVA_HOME is set.
The actual downloaded install is: wso2esb-4.6.0
Can this run by itself? or is it dependent upon something ...
0
votes
1answer
163 views
WSO2 ESB - XML to MySQL Database
I need a solution for a problem:
I just tried this example for the WSO2 ESB and it is working:
http://wso2.org/library/articles/2011/01/wso2-esb-example-file-processing
But I like to use an XML file ...
1
vote
1answer
90 views
Wso2 Restful API
I have been given a REST URI from my client which is as follows:
https://vm3.digitary.net/verifier/HEDDRequestDocumentAccess
Following request xml has to be POSTed to the above URI to get the ...
0
votes
1answer
73 views
Is there a WSO2 OpenID mediator?
I know from WSO2 ESB documentation that there is an OAuth mediator:
http://docs.wso2.org/wiki/display/ESB450/OAuth+Mediator
Is it also possible to have an OpenID mediator in ESB mediation sequence?
...

