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
0 answers

Getting issue when using JGroups in Fuse ESB 7.1.0

I am using Infinispan which uses JGroups When I run my code on a Windows platform it works fine. But when runnning on Linux I get the following exception: failed sending discovery request at java.net.PlainDatagramSocketImpl.send(Native…
0
votes
1 answer

WSO2 Governance Registry for FuseSource

Would it be a good Idea to use WSO2 Governance Registry with Fuse ESB, would it be possible to leverage any of the registry features on doing so? Thanks, Wajid
wajid mehraj
  • 263
  • 3
  • 14
0
votes
1 answer

Installing bundles with Fab - Unknown protocol: fab

I'm attempting to use the fuse application bundle tool in my features.xml as described at the bottom of http://fuse.fusesource.org/bundle/faq.html and install the feature at startup, however I believe I'm having a problem with the startup order. I…
tellisnz
  • 548
  • 4
  • 10
0
votes
1 answer

Not able to login into Karaf (JBoss Fuse ESB) after an indeterminate amount of time

I've been having this issue on an Ubuntu server where I start servicemix (JBoss Fuse ESB specifically) and after a random amount of time I'm not able to login to the shell. I'm using the properties file as the auth realm with user/password of…
JMelnick
  • 26
  • 2
0
votes
1 answer

Updating camel version in fuse esb

Hi I would like to know which camel version is used in Fuse esb (jboss-fuse-6.0.0.redhat-024), according to the migration guide it's 2.10.0 . how can I update it to use 2.10.5 ?
kiranreddykasa
  • 179
  • 1
  • 9
0
votes
1 answer

How to install the FAB feature in karaf?

In the FAQ page There is a action about How do I enable FAB support in my OSGi container? But It does not work. The error message is: Could not add Feature Repository: java.lang.RuntimeException: URL…
0
votes
0 answers

Fuse Fabric deployment error | java.lang.Exception: Can not resolve feature

i am trying to deploy to Fuse Fabric. The application is built using Spring, Camel, CXF, WS-security, drools and Guvnor. i was able to deploy the application to Karaf container, but when i deploy the same in Fabric using the FAB deployment. it is…
pramod
  • 1
  • 2
0
votes
1 answer

Fuse ESB JPA Entity not persisting

I have been attempting to us JPA to persist an entity in a simple Fuse ESB project, but I'm facing the problem that the entity never gets written to the the underlying database. The project is structured with the following three…
Ellis
  • 689
  • 1
  • 11
  • 24
0
votes
1 answer

Fuse ESB Fabric Feature bundle load order

Is there a way of controlling the order in which OSGi bundles inside a fuse esb fabric feature are loaded so that later bundles are dependent on the complete loading of earlier ones? For example, in the following feature, I want the simple-client…
Ellis
  • 689
  • 1
  • 11
  • 24
0
votes
1 answer

Fuse ESB Transactions using JDBC and Queues

Is it possible to support the following scenario using Fuse ESB, JMS and JDBC? From an orchestrating component I want to be able to: start a transaction send a message to a remote queue and have this participate in this transaction have the message…
Ellis
  • 689
  • 1
  • 11
  • 24
0
votes
2 answers

Is Fuse Fabric free to use in production? Can I use it with ServiceMix?

Fuse Fabric http://fuse.fusesource.org/fabric/index would offer usable features for clustering my ServiceMix solution and it's Camel routes. Is Fuse Fabric free to use in production? I see mention of Apache 2.0 license in FAQ, but that does yet…
0
votes
2 answers

Using spring osgi service in blueprint

I have a spring context which exports the osgi service defined under /META-INF/spring/spring-dao.xml like this ` The question is: I want to use the above defined service in my blueprint,…
0
votes
1 answer

does fuseesb have a similar UI framework concept to wso2 carbon?

I've been looking at WSO2 Carbon as an OSGi application platform providing the following functionality: Services can be deployed as OSGi components (backend and frontend/UI) A Service UI components can be hosted (snapped) into the Carbon UI A…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
2 answers

OSGi - How to add JVM parameter with FUSE ESB?

In command line, I can run a java file like: java -Dlogback.configurationFile=logback.xml -jar floodlight.jar But in OSGi container like FUSE ESB, I cannot add such -Dlogback.configurationFile=logback.xml How can I do the same thing when use osgi…
Li'
  • 3,133
  • 10
  • 34
  • 51
0
votes
1 answer

OSGi how to install two identical bundle?

I want to install two identical bundle or the same bundle twice in OSGi container. The OSGi container I am using is FUSE ESB. Here is the bundle…
Li'
  • 3,133
  • 10
  • 34
  • 51