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

How to access file in resource in Camel process?

I'm developing camel application which runs on FUSE server and I'm trying to read xsd file from resources folder in my project as show in below. But problem is I could not able to read the exact path or the file content of the file in resources. I…
casper
  • 535
  • 5
  • 13
4
votes
1 answer

How to resolve missing requirement [308.0] osgi.wiring.package; (osgi.wiring.package=org.apache.cxf.binding.corba) in FUSE 6.3.0

I downloaded the Camel CXF example "camel-example-cxf-osgi" and I was able to run mvn install command without any issue(According to the readme.md file ), then then when I try to install it on the FUSE server(jboss-fuse-6.3.0.redhat-187) I got…
casper
  • 535
  • 5
  • 13
4
votes
1 answer

How to invoke a REST call (POST with JSON body) from Camel in blueprint

I want to call a POST rest service in camel blueprint. My blueprint xml file is the following:
chrisblo
  • 768
  • 1
  • 13
  • 30
4
votes
2 answers

JBOSS FUSE - Community Version

I am exploring the possibility of using the community version of FUSE ESB in a production system for a period of one year. Is it possible? Can you please provide some advice here? Just like RHEL, can I continue to use RedHat Jboss FUSE in…
Joe2013
  • 1,007
  • 1
  • 9
  • 24
4
votes
2 answers

Bundle is waiting for namespace handlers [http://camel.apache.org/schema/blueprint]

I have written a simple apache camel project which will eventually be deployed in a FUSE container. For now, I'm simply trying to get a basic unit test working. I'm using the example here as a starting point. I have written unit tests which work,…
mdarwin
  • 1,684
  • 7
  • 28
  • 72
4
votes
2 answers

Fuse OSGI + Spring JDBC issue

I am new to OSGI development. I want to insert records to DB using Spring JDBC in Fuse server. I developed standalone SpringJDBC code, it is working good. I have converted to blueprint standard. while installing package in Fuse server, I am getting…
Gnana
  • 2,130
  • 5
  • 26
  • 57
3
votes
1 answer

Does FUSE ESB support RabbitMQ?

I am making one rails application which is integreted with RabbiMQ. I want to integrate Fuse ESB in my application, but still after google I am not confirmed that RabbitMQ supports to Fuse ESB or not. Can anybody tell me that RabbitMQ supports Fuse…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
3
votes
2 answers

JBoss FUSE 7.4 with External Active MQ giving AMQ219013: Timed out waiting to receive cluster topology. Group:null

I'm trying to connect to ActiveMQ message broker on JBoss FUSE 7.4 (fuse-karaf-7.4.0.fuse-740028-redhat-00001). I found the following example. I have downloaded and installed relevant features as instructed in the project. Also I have downloaded and…
casper
  • 535
  • 5
  • 13
3
votes
1 answer

OSGI : maven wrapped bundle throws java.lang.ClassNotFoundException if it tries to access another wrapped bundle

As below dependencies are not OSGI-ready I wrapped them as follows : wrap:mvn:com.google.maps/google-maps-services/0.9.2 wrap:mvn:com.squareup.okhttp3/okhttp/3.13.1 Seems like my first bundle can't access…
fg78nc
  • 4,774
  • 3
  • 19
  • 32
3
votes
1 answer

org.apache.aries.jpa:org.apache.aries.jpa.blueprint:2.3.0 - Can't make run

I'm following the tutorial here (https://github.com/apache/aries-jpa/tree/master/examples) to run the aries-jpa examples, but unsuccessfully. The README.md file says to performa the following operations: feature:repo-add…
user6882156
3
votes
1 answer

Can an osgi bundle import packages from different versions of the same dependencies?

I have built a JBoss fuse project which is deployed as a single bundle.One of the packages in my project is dependent on a dependency called pdfbox which is of version 2.0.8,where as another package is dependent on the same pdfbox which is of…
joe midhun
  • 68
  • 4
3
votes
1 answer

How to publish a database driver as an OSGi bundle

I have two or more non-specific JDBC drivers. I wish to use them in an OSGi container. Some of the drivers are from the same third party having only version differences and one or more conflicting classes, including the driver class and connection…
ferisj
  • 31
  • 2
3
votes
1 answer

The camel message exchange property is not being resolved when used in validator uri component

I am trying to validate the xml file against the xsd using the validator component of camel using blueprint DSL. --> working
3
votes
1 answer

Getting Bad type on operand stack when calling Camel-jackson API

I have camel-jackson and jackson-databind jars in my apps and server which I am using is jboss fuse. I am able to deploy the bundles with no errors but when i am installing/updating the bundle which invokes camel-jackson api then I am getting the…
SomMS
  • 567
  • 3
  • 23
3
votes
1 answer

FUSE hibernate application throws No Session found for current thread exception

I'm working on simple demonstration of Hibernate on FUSE server and I found this sample code example in this github location. I'm try to run this code in FUSE 6.3 with Hibernate 4 integration I was able to install all the required dependencies but…
casper
  • 535
  • 5
  • 13
1
2
3
57 58