Thread How to combine or federate two FUSE ESB container?
How to combine or federate two FUSE ESB container?I have FUSE ESB Enterprise installed on two virtual machines. 1. FUSE ESB OSGi container on Virtual Machine vm1: FuseESB:karaf@vm1>osgi:list This will display all the bun...
publish service to Jetty serverI have created a restful service bundle and deploy it to FUSE ESB karaf container. spring beans.xml: Now I can access the restful service with URI: http://localhost:8181/cxf/mongo I jus...
how to mock blueprint beans?Hi, I am using CamelBlueprintTestSupport to test camel routes defined in blueprint xml files. Everything works OK if I stick to mocking endpoints but I need to mock a bean defined in the bluepri...
Thread FUSE-ESB 4.4.1: can't create specific fault for cxf web service
FUSE-ESB 4.4.1: can't create specific fault for cxf web serviceHi all, I can't create a specific fault message for a cxf web service. The web service works fine but if an error occurs I get always a common soap error. I've tested it with soapUI and got the following resp...
Fuse Paid TrainningDo you guys know about any Fuse ESB Paid Trainning. I get no answers in this page. And can't find anything on red hat. Thanks in advance. -R
Thread How to create and deploy a Restful service to Fuse ESB
How to create and deploy a Restful service to Fuse ESBI just need to create a restful service with Maven and deploy this service to FUSE ESB karaf container. I have been struggling for couple of days. I have searched a lot and tried many tutorials. But still can not get ...
WAR not getting service referenceI have a 4.4.0-fuse-00-43 working app. After much searching I found the blog blog http://davidvaleri.wordpress.com/2011/08/17/deploying-spring-mvc-based-web-applications-to-osgi-using-apache-servicemix/...
Thread Is there any Nosql Database available as a library bundle in FUSE
Is there any Nosql Database available as a library bundle in FUSEI am looking for a nosql databse available to fuse. I am wondering if there are already some nosql database as library bundle. Or can someone provide me some information about how to make a nosql database as a service...
Thread Is there a general way to implement stopping a bundle?
Is there a general way to implement stopping a bundle?I have created a OSGi bundle from mavenized floodlight. I use blueprint config.xml to activate the bundle. Here is the blueprint config.xml: I create a class FloodlightBean which provides ...
Generate xml file according to mappingHi All, I have one abc.xml file structure like Is there any tool in servicemix that can do according to mapping ? If not then suggest easy way to do the same.
Fuse ESB 7.0.0 and ActiveMQ 5.6.0Hi, I am new to Fuse ESB. As I understand Fuse ESB (7.0.0.fuse-061) is based on ActiveMQ 5.5.1 (5.5.1.fuse-7-061). My question is, is it possible to upgrade the ActiveMQ version to 5.6.0 ...
hooking up JDBC datasourceHi again. Another step (not sure if forwards or backwards) on the road to getting JPA working. Having resolved my JDBC bundle package importing (and actually seeing it working), I am now getting the foll...
class not foundHi all. Background: I'm trying to get a FuseESB project off the ground here - but seem to be struggling with adapting the examples. Ultimately i'm trying to read and write to a database which I would hav...
Thread "Cannot rollback() inside an XASession" error on Fuse ESB 7.1.0
"Cannot rollback() inside an XASession" error on Fuse ESB 7.1.0Yesterday I tried to migrate my bundles from ServiceMix 4.4.1 to Fuse ESB 7.1.0. Bundles with local transactions work fine, but other ones with XA transaction don't work well. They write continuously tracebacks with t...
myBatis and config fileI have mybatis working but i am now at the stage where we need to deploy to an external ESB so need to externalise the config settings (we'll be using FMC). I've attached my SqlMapConfig.xml which is working b...
Governance Registry and FuseESBHi, I would like to use the "service registry" concept (example: UDDI) for discovery at run time the endpoint of the service. I would like that Camel makes a query to the registry to get the physical endpoint...