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
3
votes
2 answers

Camel xml-to-xml transformation is xslt still the way to go?

For my last camel project I used xslt to transform incoming xml into an xml format suitable for sending to a third party web service. This works just fine. Is this still considered the best approach for xml-to-xml mapping or are there better and…
Elwood
  • 4,451
  • 4
  • 18
  • 20
3
votes
1 answer

DBCP Idle Connections not being reused in Camel Route

I am pretty sure the idle connections are not being re-used or I am leaking connections. I have a simple route that start from a file consumer. The file consumer consumes text files. After picking up the file I check a table to ensure that this is…
Namphibian
  • 12,046
  • 7
  • 46
  • 76
3
votes
4 answers

How to set proxy while using camel-http

I am new to camel, and ended up stucked on a proxy problem. I have such a route I use to store resulat from a recurrent http call to a file: from("quartz://collector/test?cron=0+0/2+*+?+*+*") …
Marvin
  • 81
  • 1
  • 7
3
votes
1 answer

OpenJPA - Transaction management is not available... (Fuse ESB)

I'm having trouble with RESOURCE_LOCAL transaction type for JPA in Fuse ESB. I also don't have a complete understanding of whether JTA or RESOURCE_LOCAL is better for me. My persistence.xml :
vikingsteve
  • 38,481
  • 23
  • 112
  • 156
3
votes
2 answers

Is Fuse ESB an opensource?

Bit confused if Fuse ESB is open source or not. The Fuse site says it is an open source but when I try to download it, I am redirected to Red Hat site. On the Red Hat site I can't see any open source link and can only download Fuse ESB enterprise 90…
Ashay Batwal
  • 5,415
  • 7
  • 25
  • 30
3
votes
2 answers

What is a correct way to deploy an osgi-bundle to ServiceMix?

I try to develop a starter application for Apache ServiceMix dealing with web services. 1) I build the app (using 'mnv install' command) 2) Deploy it to ServiceMix (using 'karaf@root> osgi:install mvn:com.company/ws-test-fuse/1.0.0-SNAPSHOT' command…
snowindy
  • 3,117
  • 9
  • 40
  • 54
2
votes
2 answers

JMX monitor with FUSE ESB

I'm using FUSE ESB and i wondering, is there any possibilities to connect some JMX monitor ? I have connectec JMX monitor to normal tomcat, but i think that it is good idea, to have controll over serwer load, where i have FUSE ESB instance. Do you…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
2
votes
0 answers

Spring MVC application under Fuse ESB

i've created simple Spring MVC application from SpringSource Tool template. It works greate on Tomcat, but i wanted to move this application to Fuse ESB. I copied my war file do deploy folder. I've looked in karaf, and it shows me, that application…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
2
votes
4 answers

When would you use an enterprise service bus and an integration framework like Apache Camel?

I was trying to get a fix on when using Apache Camel would be appropriate and inappropriate from reading this article -- https://dzone.com/articles/when-use-apache-camel . What the article mentions is that when the number of services is low, using…
Dave
  • 15,639
  • 133
  • 442
  • 830
2
votes
0 answers

Apache Camel ResolveEndpointFailedException - Failed to resolve endpoint

I was trying to access an outside service built in ASP.net using Jboss fuse and Camel. I am new to this integration thing using Fuse. When I try to run the following camel-context.xml