Questions tagged [jbossfuse]

For development issues encountered while using Red Hat JBoss Fuse. It’s a small footprint, flexible, open source ESB.

JBoss Fuse combines Apache Camel, Apache CXF, Apache ActiveMQ, Apache Karaf and Fuse Fabric in a single integrated distribution.

Core messaging is provided by Apache ActiveMQ, services framework (SOAP, XML/HTTP, RESTful HTTP) is provided by Apache CXF and integration framework is provided by Apache Camel.

Apache Karaf provides a lightweight OSGI-based runtime container.

Fuse IDE is available along with JBDS to provide an easy-to-use integration development environment.

864 questions
3
votes
1 answer

Is it possible to install JBoss Fuse 6.3 on Linux (Ubuntu 16.04.1 LTS)?

I have gone through the JBoss FUSE guide in official guide but I could not see any details regarding capabilities of install FUSE in Linux server. Have any one try this before? I have not seen any document regarding this, Appropriate if some…
casper
  • 535
  • 5
  • 13
3
votes
2 answers

Exit from Apache Camel loop

I want to exit from Camel Loop at some condition. I am using Camel 2.15 .loop(simple("${exchangeProperty.loopCount}")) .to("bean:xxx?method=exitFromLoop") .end() I tried changing CamelLoopIndex and CamelLoopSize in exitFromLoop method, but…
Honey Goyal
  • 445
  • 4
  • 22
3
votes
4 answers

Camel simple expression throws NPE

In Camel (JBoss Fuse, Spring DSL specifically) I am trying to read a boolean value with Camel Simple expression. ${body} != null and ${body.fielda} != null and ${body.fielda.fieldb} != null and…
gyorgyabraham
  • 2,550
  • 1
  • 28
  • 46
3
votes
1 answer

What's the difference betweene Jboss Fuse and Fuse Esb?

What's the différence between "Jboss Fuse" and "Red Hat JBoss Fuse" Are they the same? Both are from Red Hat , both are based on Jboss , and both links are from 2016. Can you help please?
Asy
  • 181
  • 8
3
votes
0 answers

Unable to deploy using fabric8:deploy maven plug-in

I'm trying to deploy a simple Camel route to my local instanct of JBoss Fuse 6.2.1 server. I'm trying to use fabric8:deploy maven plug-in. I created fabric using fabrc:create. In settings.xml, added fabric server.
car
  • 31
  • 1
3
votes
2 answers

How to access resources in Pax Exam test probe bundle?

I'm developing integration tests for some OSGi bundles using Pax Exam 4.8, junit4, JBoss Fuse as OSGi container. Assume standard Maven setup. The container starts, my bundles are deployed and correctly started. Now in my test code I need to load a…
Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
3
votes
1 answer

WAR file deployment in JBoss Fuse

This is regarding the WAR file deployment in JBoss Fuse ESB. I have a project which produces a WAR file (which contains a web application consists of some JSPs, HTMLs, and a web.inf file) together with some other bundles. Once I deployed them in…
gbids
  • 489
  • 1
  • 6
  • 16
3
votes
1 answer

jboss fuse 6.2 rest cxf org.apache.cxf.service.factory.ServiceConstructionException: "No resource classes found"

Just started using Fuse 6.2 from 6.1. This deployed on 6.1 and I can't seem to get it to deploy in the new Fuse 6.2. This simple Rest service keeps getting the following error when I deploy to the Fuse environment. Any ideas would be greatly…
Coffee Bean
  • 31
  • 1
  • 5
3
votes
3 answers

Reading enviroment variable in osgi blueprint

I'm building some camel routes deployed in OSGi (JBoss Fuse) I'm reading my properties file using this: file:/C:/TestBed/sucursal.propiedades
Desenfoque
  • 804
  • 2
  • 11
  • 30
3
votes
2 answers

Request only messaging with direct-vm in camel routes

How can we process direct-vm asynchronously? I have the following Camel routes definition:
Mr9
  • 159
  • 4
  • 15
3
votes
3 answers

Understanding camel and fuse

In one of the camel project which i downloaded from Apache camel website - in camel-context.xml I see routes, cxf , active mq defined and used to send and receive msgs. If all these components can be built WITHOUT using FUSE and camel can be run…
Neha
  • 745
  • 4
  • 10
  • 18
3
votes
2 answers

JBoss Fuse and Orchestration

we have a JBoss Fuse server on which we are going to deploy a number of SOAP /REST web services. Some of these services need to call other web services within the ESB server itself. I was thinking about doing this using Orchestration. Does anyone…
Marco Pantani
  • 119
  • 1
  • 6
3
votes
1 answer

Jboss Fuse 6.1.0 upgrade camel feature version

I have been working with Jboss Fuse 6.1.0.redhat-379 for about a month with great results and higher productivity in EIP. Thank you very much to the community for building such a great product. Now I am getting ready to deploy my bundles in a dev…
rickespana
  • 78
  • 8
3
votes
0 answers

Can't download CXF artifacts on JBossFuse running on OpenShift

I have a JBoss Fuse running on OpenShift Online and I want to deploy there a Camel-CXF application. I created a profile and attached it to a running container. When I added a feature-camel parent to this profile, the container was successfully…
anikulin
  • 41
  • 3
3
votes
1 answer

Automatic startup of instances in Fabric8 or JbossFuse

We made up application on top of Fabric8 ( OSGI bundles, Features and Profiles ) which is installable through Fabric Profiles and local mvn proxy. So far so good, instances are created, application runs fine etc... However, if the host where the…
Tiho
  • 85
  • 1
  • 6
1 2
3
57 58