• Database beyond socks proxy

    Hi, I'm trying to migrate my database update scripts to Camel. The legacy scripts are socksified perl scripts. The database sits in our internet DMZ beyond a socks proxy.   I can use a java sql CLI (like the o...
    Profile Photo
    last modified by julianc
  • Camel CXF Proxy - Saving the incoming SOAP Message to a file

    I've recently started looking at servicemix / camel so apologies if this is a bit of a newbie question.   I was looking at the camel cxf proxy example and have managed to route to my external axis2 web service u...
    Profile Photo
    last modified by jszjsmith
  • CXF Consumer/Producer issue in route

    I have a simple cxf consumer and producer route setup currently, but for some reason when I go to deploy the route i am getting the following error.   03:07:10,014 | ERROR | xtenderThread-22 | ContextLoaderListe...
    Profile Photo
    last modified by eric.bender
  • REST/Soap service for creating Camel routes

    Is there a REST/Soap interface available to create camel routes?  I have a need to create/remove routes dynamically and do not want to create something from scratch if something already exists that works and has ...
    Profile Photo
    last modified by dr8ball
  • Camel EIP Stencils

    Is there a way to get a copy of the EIP stencils in another format besides Visio?  They would be incredibly useful for design purposes to lay out some of the routes that we are planning on using camel for.
    Profile Photo
    last modified by dr8ball
  • CamelBlueprintTestSupport and org.osgi.vendor.framework property

    I am using CamelBlueprintTestSupport to write a unit test for a route, and am getting the following error originating from the test setUp method:   java.lang.NoClassDefFoundError: org.osgi.vendor.framework prope...
    Profile Photo
    last modified by a045103
  • Simple Camel-Netty Examples/Issue?

    Is there any good examples using the camel-netty component?  We have a project in which we want to route some XML messages from a TCP connection to a JMS topic vice versa.  At first I thought that camel-nett...
    Profile Photo
    last modified by dr8ball
  • servicemix automatically reruns route although it is not finished

    request is with web service client eg soap ui or from java, I do route("direct:findContract")       .     .     .   .enrich("direct:fetchAccounts", new Acco...
    Profile Photo
    last modified by jjakub
  • Who casuse SedaProducer timeout ?

    The my route is as below:       I don't have any clue to figure out who cause the following timeout exception. At least I don't specify any SEDA component in the route.   Appreciate any suggesti...
    Profile Photo
    last modified by jyang
  • Separate Log Files Per Bundle

    Hello all,    As more developer start working within the servicemix framework, I am trying to setup so that each deployed application bundle writes to it's own log file.   I tried what is listed at h...
    Profile Photo
    last modified by eric.bender
  • Properties unavailable when Exchange originates from another Camel Context

    I have the following routes in one camel context          $   The Exchange fails when files are dropped in c:/tmp/forum/RemoteTest. The error is 'java.lang.IllegalArgumentExc...
    Profile Photo
    last modified by futuredan
  • How to set a CXF endpoint in a Bean

    Hi   How to set a CXF endpoint in a Bean ?   I'm collecting this endpoint from a DB. The bean is itself called by spring DSL.   So something like:   Spring DSL =========     Java ...
    Profile Photo
    last modified by johnwalker
  • Null pointer when parsing camelContext.xml file during startup

    Does anyone have any ideas on this one?  This is an intermittent problem.  Starts sometimes np, othertimes consistent error.  Almost like a timing issue on loading beans.   Bret    P.S...
    Profile Photo
    last modified by bretpub
  • How to remove message's from a vm endpoint  ?

    Hi,   i have a scenario where message's are getting accumulated in a vm endpoint due to slow consumers . I want to remove this old message's and process only new one's at regular intervals on reaching a thresho...
    Profile Photo
    last modified by sanre6
  • Contributing to Camel?

    What steps does a developer need to do in order to contribute code to camel?
    Profile Photo
    last modified by jamie3_james.archibald
  • camel  application monitor

    The routes are as below :     I would like to build a monitor that can watch camel route activity. The monitor will send the message to  route-B if  route-A doesn't receive the message in 30 seco...
    Profile Photo
    last modified by jyang
  • Loop in a CAMEL route

    Based on the request, I need to invoke external web service multiple times. I've taken a look at http://camel.apache.org/loop.html but that one requires me to know the total number of loops; which I do not have or whi...
    Profile Photo
    last modified by mpalvankar
  • JAXWS endpoint as camel route

    Hi All   Can we use JAXWS endpoint as camel route? The reason for using JAXWS endpoint is, we want to enable MTOM. Below is the configuration.       I tried using cxfEndPoint but the MTOM does n...
    Profile Photo
    last modified by mpalvankar
  • Streaming Data Format

    I have a case where I have a large input stream that I would like to read from and unmarshal into multiple Camel Exchanges.   Currently the DataFormat interface requires you to return an Object after reading fro...
    Profile Photo
    last modified by jamie3_james.archibald
  • Camel retry from start of the route

    Hi Guys,   I understand that the Point of entry for redelivery attempts is the point of the failure.   I was wondering if I could retry the whole route if an exception is caught?   Regards, Mohit
    Profile Photo
    last modified by mohithanda