Questions tagged [fuseesb]

Fuse ESB - an open-source, standards-based integration platform.

Fuse ESB is an open-source, standards-based integration platform.

It offers:

368 questions
0
votes
1 answer

"Cannot rollback() inside an XASession" error on Fuse ESB 7.1.0

Yesterday I tried to migrate my bundles from ServiceMix 4.4.1 to Fuse ESB Enterprise 7.1.0. Bundles with local transactions work fine, but other ones with XA transaction don't work well. They write continuously tracebacks with the following messages…
0
votes
2 answers

Replies are not consumed from reply queue

I'm sending messages with InOut pattern to a JMS queue and set the replyTo to a predefined queue. sometimes everything works fine and sometimes camel wont read replies from that queue and fail with TimedOutException. sometimes I can see 2 or more…
eman
  • 167
  • 3
  • 11
0
votes
1 answer

Strange output from FuseESB

I am working on parsing the request. I developed route in Java for parsing incoming request. I am using Camel 2.9 with FuseESB 7.0.1.0.84. I used simple(“{body}”).getText() to fetch incoming request as per Camel Manual So I am checking the incoming…
Ashish Nijai
  • 321
  • 2
  • 13
0
votes
1 answer

Bundle with exception org.xml.sax.SAXParseException: Content is not allowed in prolog

I have deployed a bundle in FuseESB which will log incoming soap request. I have used Java DSL as from("cxf:bean:comprovaWS?dataFormat=MESSAGE").setHeader("SOAPAction", new ConstantExpression("http://www.about.com")).streamCaching() …
Ashish Nijai
  • 321
  • 2
  • 13
0
votes
1 answer

SOAP request is returned when used headers in logging

Ashish here again. I have developed a route which parses incoming SOAP request and logs some of information from the request. I used headers and XPATH for fetching information from SOAP service request. The route successfully parse and logs…
Ashish Nijai
  • 321
  • 2
  • 13
0
votes
1 answer

Want to build a route which will check contents of Soap request and pass the request to appropriate URI

I am Ashish from Mumbai and very new to Apache Camel. Currently I am building a route in XML which will scan the SOAP request and will redirect the request to appropriate URI. My Soap request isn as follows:
Ashish Nijai
  • 321
  • 2
  • 13
0
votes
1 answer

Servicemix - Expose CXF Endpoint in SOAP 1.2

I'm trying to expose a WS in SOAP 1.2 in my servicemix (Fuse based). I've declare the CXF endpoint in my blueprint configuration file :
yodamad
  • 1,452
  • 14
  • 24
0
votes
1 answer

How to call external webservice using Fuse ESB and cxf

I would like to call an external web service within a route in Fuse ESB. By the looks of things you should use cxf to do this. I have code to add to my POM file, as follows. Maven does not like this. It complains that "Plugin execution not covered…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
3 answers

xmlBeans dependancy in Fuse source ESB - how to resolve?

We are trying to transform data coming into a route from java objects to XML. For this we need xmlBeans and there is a dependancy on DataFormatResolver. When we try to deploy the project, the package does not start, the status shows as…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

Fusesource - how to encode/decode base64 within a route

Trying to encode/decode base64 within an XML document that is handled within a route in Fusesource ESB. We are using Blueprint.xml to try to encode/decode, but cannot find a way to do this. We need our ruote to convert XML data to base64 string to…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

How do I log input to a Proxy service in Fuse ESB?

I have configured a Proxy service in Fuse ESB. I would like to log the input into the proxy. There is a log component, but I am unable to log anything other than a hardcoded message. I have tried to log $body to get to the SOAP message, but this…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

Camel - Connect to ftps and download file on local filesystem

I have to build a simple route that download a file from an ftps server to my filesystem with camel so I'm doing the following: from("ftps://esbftp@test.net/test?delay=30000&password=******&fileName=testFile.txt") .to("file:/mydir/testtest") in the…
ddelizia
  • 1,571
  • 5
  • 30
  • 54
0
votes
1 answer

Can Fuse ESB implement message broker and message queue

I'm a really newbie in ESB (you can say no experience). And actually I haven't really understood the real meaning of ESB. My expectation of ESB is a middleware that can connect to whatever the client is (.NET, Flex, Ajax, Android, etc.). And I…
Rizki Sunaryo
  • 107
  • 2
  • 7
0
votes
1 answer

Can Fuse ESB receive message from TIBCO rendezvous?

I wanted to know the different methods Fuse ESB can read a message from the TIBCO rendezvous channel. Regards, Arun Lakhotia
-1
votes
1 answer

Does Fuse ESB 4.2 have features(group of bundles) in it?

when i see the avaliable commands on the karaf console.there is no "features:" commands. Are their only osgi bundles in 4.2 or did i download sumthing else @Claszen thank you for the answer but it did not work. i downloaded the 66.54 mb zip file…
sanre6
  • 797
  • 2
  • 11
  • 28
1 2 3
24
25