Re: Unsupported data type exception with Jetty component

2010-05-31 Thread bgoetzmann
.getInputStream().available() Any idea? Cheer, Bertrand. bgoetzmann wrote: > > Hello, > > I'm writing a post on using Camel with Groovy; in my sample I'm using > Camel 2.3.0, the Jetty component and a Processor (written in a Groovy > DSL). > So, I would li

Unsupported data type exception with Jetty component

2010-05-31 Thread bgoetzmann
Hello, I'm writing a post on using Camel with Groovy; in my sample I'm using Camel 2.3.0, the Jetty component and a Processor (written in a Groovy DSL). So, I would like to process an attachment in my processor as explained in the documentation (http://camel.apache.org/jetty.html); I submit a for

Testing Camel with a Groovy script

2009-12-04 Thread bgoetzmann
Hello, I would liket just point out this article on Groovy and Camel: http://groovy.dzone.com/articles/groovy-ride-camel What is very interesting with Groovy and its GRAPE system is that you can easily test Camel with a simple Groovy script even used in the Groovy console! Perhaps, this can be u

Where is defined the cxf-version property?

2009-08-27 Thread bgoetzmann
Hello, Looking at the camel-cxf's pom.xml, can somene tell me where is defined the cxf-version (${cxf-version}) and what's its actual value for Apache Camel 2? Thank you a lot! Bertrand. -- View this message in context: http://www.nabble.com/Where-is-defined-the-cxf-version-property--tp25167

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread bgoetzmann
. Claus Ibsen-2 wrote: > > And dropped in src/generated or something like that. > > On Tue, Aug 25, 2009 at 4:36 PM, Claus Ibsen wrote: >> I think they are auto generated by maven tooling. >> >> Try running mvn install >> >> On Tue, Aug 25, 2009 at 4

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread bgoetzmann
Hello, Looking at the CxfMtomConsumerTest.java test case in http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/ I see that file uses org.apache.camel.cxf.mtom_feature.HelloService and org.apache.camel.cxf.mtom_feature.Hello classes, but I c

Simple question on file component

2009-08-24 Thread bgoetzmann
Hello, As I want to use the file component to process large file detected on a floder, I would like to know if the file is entirely included in the exchange object? Or just its name, or others properties? Thank you, Bertrand. -- View this message in context: http://www.nabble.com/Simple-quest