Log in to follow, share, and participate in this community.
Thread Not able to find camel-karaf-commands
Not able to find camel-karaf-commandsFolks I am trying to run fabric-camel-cluster-loadbalancing example in version Fuse 7.0.2 . However after installing all the containers and profiles as described in this example , I get an error c...
Thread Performance Issue when Sending Messages from Jetty to CXF
Performance Issue when Sending Messages from Jetty to CXFI have a bundle deployed in servicemix that has two routes within it. 1 is a jetty route that sits on port 9191 and receives soap messages and routes them to a CXF consumer in a different route, which then proce...
absolute file paths in bundles?we're using 7.0.2 as a framework for a large project that will need to be deployed on production servers in the near future. it seems that FuseESB is embedding absolute file paths in the bundle cache when envi...
Thread Regression in Fuse 7 regarding CXF with WS-Security
Regression in Fuse 7 regarding CXF with WS-SecurityHello everyone, I've upgraded to Fuse v7.0.2 and one of my bundle is using CXF and WS-Security to provide a secured SOAP endpoint. When I try to send a SOAP request to my endpoint using SOAPUI, I have ...
Thread No implicit conversion to CxfPayload after velocity
No implicit conversion to CxfPayload after velocityHello, I use Fuse 7.0.2 in order to provide a SOAP endpoint via camel-cxf using the PAYLOAD mode with a velocity template. http://fusesource.com/docs/esbent/7.0/camel_cxf/Payload-Templates.html In v...
Thread Installing legacy WAR with WAR protocol: question about JNDI
Installing legacy WAR with WAR protocol: question about JNDII'm attempting to install a legacy WAR file into Fuse ESB using the WAR protocol. Code within the WAR accesses resources (specifically, DataSources) via JNDI resource-refs defined in its web.xml (example: "java:comp/e...
WS-Atomic TransactionIt seems that CXF doesn't support WS-AT. We have a 3rd party library that uses JAX-WS to create a proxy to their service that contains a policy that requires WS-AT. Is there a way to configure a bundle i...
missing requirement in exampleHello, I'm trying to run the examples at https://github.com/FuseByExample/camel-dynamic-routing After a little slogging through my configuration, I get things running up until I try: features:install dynami...
Camel route from NMR to cxf:beanHi, I want to expose a web service (provider). In addition, I need to use a client with another services, and I want the comunication by nmr. My configuration file is as follows: <cxf:cxfEn...
camel-mongodb featureHi, I want to add the camel-mongodb feature to servicemix/fuse ESB but it isn't in the latest build - I'm guessing because these still ship with camel 2.8.x and this is a 2.10.x advancement? Is there anyway to...
restfull WS to activemqHi i have a restful webservice where i receive an Json input (POST) that i then convert to a javabean. i need to put that bean on a activemq queue anter it has been converted. i have attached my kode s...
Thread How to connect to the FuseESB console from shellscript?
How to connect to the FuseESB console from shellscript?Hello, how can I connect to the FuseESB console from a shellscript to run some command? At first I tried following command: ssh -p 8101 smx@192.168.1.1 "osgi:list" But the ssh command enforces to ent...
Thread Can you use Blueprint to publish a Camel CXF endpoint to the NMR?
Can you use Blueprint to publish a Camel CXF endpoint to the NMR?I've looked at the cxf-camel-nmr example that ships with ServiceMix. It uses Spring-DM to configure the endpoint. Is there a similar way to do this in Blueprint? I gave it a shot, but CXF (2.5.0.fuse-7-061) th...
Thread Logging per Application for just one application
Logging per Application for just one applicationhi, I would use the Logging per Application just for one of my applications, for the others i would like they continue to write out in servicemix.log i would like to conserve my property for the out lo...
Thread Can Fuse ESB implement message broker and message queue
Can Fuse ESB implement message broker and message queueDear Masters in Fuse Source, 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 co...
Creating Custom MBeansHello, I have some beans I use within my routes that I would like to be able to access some methods of via JMX. I have tried with both my processors as well as simple POJO beans with no luck thus far. I am...
JBI - OSGI Migration problemsHello, I migrate my POJOs from JBI to OSGi, following this infomation http://servicemix.apache.org/docs/4.4.0/jbi/components/servicemix-bean.html When deployed POJOs, not shown endpoint information, a...