The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
23 views

programmatically get server load information from Apache ServiceMix using JMX

Is it possible to get the server load information of a webserver deployed on a ServiceMix / Fuse ESB. I dont want to use Jconsole but get the information by running a java file and writing the values ...
0
votes
3answers
41 views

ActiveMQ starts to fail in Fuse Jboss when a feature is deployed

Im having a problem when I deploy a feature. The feature contains three bundles, and Karaf deploys well these bundles, but when they are deployed ActiveMQ starts to having problems. The deployed ...
0
votes
2answers
51 views

OSGi how to install a bundle from a remote machine?

I have a bundle: <groupId>com.helloworld</groupId> <artifactId>Helloworld</artifactId> <version>1.0.0-SNAPSHOT</version> Previously, the bundle and OSGi ...
0
votes
0answers
33 views

Fuse ESB and web services - how to expose routes as web services or wrap existing services as web services

I am really getting stuck on how to integrate my business applications to Fuse ESB. In particular - web services functionality. I have a couple of questions - 1) Can I 'wrap' a blueprint.xml in Fuse ...
0
votes
1answer
17 views

Can I invocate a route in Fuse ESB and wait for a reply?

Can I invocate a route in Fuse ESB from my application (maybe by using Exchange Send) and then have my application class wait for and receive a reply from Fuse ESB, after the route has done its job?
0
votes
1answer
18 views

In a blueprint.xml route, call a propertyplaceholder using an xpath returned value

I have a blueprint.xml in which I write some routes for an ESB. I want to get values from an XML file passed into the route. I want to then use these values to make up a dynamic property key name and ...
0
votes
0answers
28 views

Adding standalone zookeeper servers into fabric ensemble

We're attempting to add standalone zookeeper servers into the zk ensemble ran by fuse fabric (as either followers or observers). However, it looks like fabric has pretty tight control over the zk ...
0
votes
1answer
28 views

Validate message of VirtualTopic before it reaches to consumers

I am trying to validate message with Apache Camel (ver 2.10.4) that is sent to a Virtual Topic in FuseESB (based on Apache ServiceMix, ver 7.1.0), using validator:xsd (message is XML in TextMessage), ...
1
vote
1answer
54 views

How to merge/federate two OSGi containers?

I have FUSE ESB Enterprise installed on two virtual machines. FUSE ESB OSGi container on Virtual Machine vm1, suppose three bundles installed: FuseESB:karaf@vm1>osgi:list 251 A 252 B 253 C FUSE ...
1
vote
3answers
84 views

What are the development differences between Apache products and Redhat Fuse?

We have been using the Apache ActiveMQ and Camel products for a while now but want to look at a good base ESB. I've been reading the Redhat site about Fuse but have been unable to find a good summary ...
0
votes
1answer
19 views

What does 'moveFailed' really do?

I want to create a file input that behaves as follows: Process the exchange Attempt to copy the input file to a shared drive If step (2) fails (e.g. share is down) then move to local file instead ...
-2
votes
1answer
94 views

org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

I currently working on two FUSE project which is interconnected. so i've tried to send Datagram packet from one project to another project using apache Camel Mina udp endpoint with custom codec. My ...
0
votes
0answers
104 views

Dequeue messages from an ActiveMQ Virtual Topic

I'm using FuseESB with ActiveMQ v5.7.0.fuse-71-047 (aka v5.7) I have one virtual topic "VirtualTopic.xxx" and one subscriber which (using Camel) it set ut as follows: ...
1
vote
1answer
39 views

Invoke fuse esb automatically

I need to write an automated script which will call fuse esb and then it should call osgi:install command to deploy a bundle.. what is the best possible way? Any input/pointers highly appreciated. ...
0
votes
1answer
26 views

Camel 2.10.3 version in Fuse

We have downloaded the latest version of FuseESBEnterprise-7.1.0. But the camel version is 2.10.0.fuse-71-047. How can we incorporate the Camel2.10.3 in FUSE
0
votes
1answer
309 views

WSO2 or Fusesource [closed]

We are recommending WSO2 for a client as a ESB,BPM,BAM and Governance solution.However the client is keen on taking up FuseSource ESB.Reason for our recommendation: WSO2:: **Pros** ...
0
votes
0answers
163 views

Fuse ESB - Camel issue

We are trying to install a bundle using osgi in Fuse ESB 7.1.0. Inside this bundle, in camel-context we are using like below: <camelContext xmlns="http://camel.apache.org/schema/spring"> ...
0
votes
1answer
84 views

Loading Spring context using blueprint and exporting a spring bean reference

Am a newbie to OSGI. Our company has decided to use Fuse ESB as our deployment container and blueprint as the IOC. The problem I face is that we have a bunch of spring applications in various spring ...
2
votes
0answers
83 views

Debugging drools when deployed in camel / fuseesb

I am currently building upon the camel-drools example found here: https://github.com/FuseByExample/camel-drools-example The route is as follows: <route trace="false" id="testRoute"> ...
0
votes
0answers
65 views

Camel doesn't recognize faults as exceptions

I've encountered a very strange problem with Fuse ESB 7.1.0: when a cxf endpoint produces a fault, then this fault doesn't look like an exception, so I can't process it using doCatch construction. The ...
0
votes
0answers
54 views

Spring OSGI not picking up Configuration File from $SMX_HOME/etc

I have added <osgix:cm-properties id="orchestrationProperties" persistent-id="orchestration"/> <ctx:property-placeholder properties-ref="orchestrationProperties"/> to my spring osgi ...
0
votes
1answer
73 views

How to add a service registry (example: UDDI) to FuseESB?

I'm using Red Hat Fuse ESB. I would like to use the "service registry" concept (example: UDDI) for discovery at run time the endpoint of the service. It is feasible?! Thanks a lot
0
votes
2answers
80 views

ServiceMix (FuseESB) fails to find Camel javascript support when jar starts up

When deploying a Camel route to FuseESB, as FuseESB tries to start up the jar file, it gives the following exception in the log: Found initial references null for OSGi service (&(language=js) ...
0
votes
2answers
410 views

OSGi missing requirement org.wiring.package = org.hsqldb when deploying Camel code to ServiceMix ( FuseESB )

I've written some Camel code but when deploying to FuseESB v7.10 on Windows I get the following exception in the log: Unable to resolve 337.0: missing requirement [337.0] osgi.wiring.package; ...
0
votes
0answers
65 views

FuseESB-Jetty basic authentication with JAAS

I have done some development using FuseESB, but still very new to to it. Currently I am trying to run steps from FuseESB security guide to achieve basic authentication with JAAS for camel-jetty and ...
0
votes
0answers
85 views

When does aries transaction manager close jdbc connection?

I'm not completely understand how aries transaction manager works in FUSE ESB 7.1.0. I would be glad if someone can explain the following situation. I use an jdbc XADataSource ...
1
vote
3answers
57 views

Integration testing of func in OSGI container

I'm using FuseESB to run my app, which is essensially OSGI container (Felix), i'd like to figure approach to test my OSGI services in integration mode (including outer dependencies like DB, outer ...
2
votes
1answer
179 views

Is an XA transaction really atomic?

It seems that I'm not completely understand how an XA transaction works. I thought that it is atomic: I thought that when I commit a transaction, then new messages and new data will be available in ...
0
votes
1answer
114 views

Fuse ESB - Apache Camel: Getting NullPointerException while invoking a REST service hosted on an external web container

I am getting a NullPointerException while invoking a REST webservice hosted on Tomcat. The route looks something like: <route> <from uri="rabbitmq:exchange:queue"/> <to ...
0
votes
0answers
170 views

“Cannot rollback() inside an XASession” error on Fuse ESB 7.1.0

Yesterday I tried to migrate my bundles from ServiceMix 4.4.1 to Fuse ESB Enterprise 7.1.0. Bundles with local transactions work fine, but other ones with XA transaction don't work well. They write ...
0
votes
1answer
53 views

Strange output from FuseESB

I am working on parsing the request. I developed route in Java for parsing incoming request. I am using Camel 2.9 with FuseESB 7.0.1.0.84. I used simple(“{body}”).getText() to fetch incoming ...
0
votes
1answer
110 views

SOAP request is returned when used headers in logging

Ashish here again. I have developed a route which parses incoming SOAP request and logs some of information from the request. I used headers and XPATH for fetching information from SOAP service ...
0
votes
1answer
103 views

Want to build a route which will check contents of Soap request and pass the request to appropriate URI

I am Ashish from Mumbai and very new to Apache Camel. Currently I am building a route in XML which will scan the SOAP request and will redirect the request to appropriate URI. My Soap request isn as ...
0
votes
1answer
164 views

Servicemix - Expose CXF Endpoint in SOAP 1.2

I'm trying to expose a WS in SOAP 1.2 in my servicemix (Fuse based). I've declare the CXF endpoint in my blueprint configuration file : <camelcxf:cxfEndpoint id="wsIdentService" ...
0
votes
0answers
238 views

Apache Camel: Using @Produce annotation for call web service endpoint

I need to decouple from apache camel API in POJO beans. In POJO I have all business logic of my application. I see at apache camel documentation example how use @Producer annotation with JMS, but I ...
-1
votes
1answer
164 views

FUSE or WSO2 ESB [closed]

RedHat acquired fuse source and now it's not clear what this company will do with fuse and jboss esb in near future. But for questions of flexibility, lightweight deployment, transformations and ...
0
votes
1answer
60 views

Camel - Connect to ftps and download file on local filesystem

I have to build a simple route that download a file from an ftps server to my filesystem with camel so I'm doing the following: ...
0
votes
1answer
121 views

Can Fuse ESB implement message broker and message queue

I'm a really newbie in ESB (you can say no experience). And actually I haven't really understood the real meaning of ESB. My expectation of ESB is a middleware that can connect to whatever the client ...
1
vote
2answers
617 views

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 ...
0
votes
0answers
208 views

Performance issue on Apache servicemix and Fuse ESB

I am running the below 'echo' webservice on Fuse ESB 7 and Apache ServiceMix 4.4.2. <jaxws:endpoint id="HTTPEndpoint" implementor="#helloimpl" address="http://0.0.0.0:18080/HelloWorld" /> ...
0
votes
1answer
94 views

Can Fuse ESB receive message from TIBCO rendezvous?

I wanted to know the different methods Fuse ESB can read a message from the TIBCO rendezvous channel. Regards, Arun Lakhotia
1
vote
2answers
537 views

Debugging FuseESB application in Eclipse

Fuse ESB uses karaf server with OSGi. for the code if anybody has steps to get the debugger for the application it will help. I am currently using Eclipse Indigo. As OSGi is used we are using Maven ...
0
votes
0answers
64 views

Interceptor giving error : FinalModifierException

I have written Interceptor for the blueprint.it is compiling fine. but when deploying it in the karaf i am getting the following error ...
1
vote
1answer
399 views

activemq - create new broker in servicemix/fuseesb

I'm using fuseesb as my esb and i wanted to create new message broken in activemq, so i'm doing: in karaf: activemq:create-broker --name=myBroker then i see: Creating file: @|green ...
1
vote
1answer
523 views

camel spring web services

Since few month i'm learning to build applications in Fuse ESB. Till today i was thinking, that camel doesn't have any webservices, and if i want to create some webservice which will do for me proxy ...
2
votes
2answers
880 views

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 ...
0
votes
1answer
383 views

fuse esb mina bundle deploy error

I'm trying to use apache mina with camel on fuse esb. I'm facing to a deployement issue. Here is my route : <beans xmlns... <bean id="myCodec" class="test.net.mina.codec.MyMinaCodec" /> ...
1
vote
1answer
862 views

org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

I'm trying to expose a web service using fuse esb + apache camel + seda/activemq and I'm facing to an issue returing a status message to the web service call. here is my simple camel route : ...
1
vote
1answer
143 views

Fuse esb - using quartz

i want to build simple copy from folder to folder application using camel: <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring"> <route> <from ...
0
votes
1answer
320 views

FUSE ESB, hibernate, mysql

I'm building cxf application, which will be run under FUSE ESB. Usually i was creating application only for exchange data, but now i have to create application which will have connection to mysql. ...

1 2