Re: camel blueprint - unit tests

2013-09-11 Thread Christian Müller
What's the JIRA ticket where I can vote for it? ;-) Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https:/

Was SJMS released with 2.11?

2013-09-11 Thread gliesian
Was SJMS released with 2.11? If so... this documentation should be updated: http://camel.apache.org/sjms.html -- View this message in context: http://camel.465427.n5.nabble.com/Was-SJMS-released-with-2-11-tp5739077.html Sent from the Camel - Users mailing list archive at Nabble.com.

couchdb:http://hostname[:port]/database?[options...]://name[?options]

2013-09-11 Thread gliesian
Is this uri format a mistake (on this web page: http://camel.apache.org/couchdb.html): couchdb:http://hostname[:port]/database?[options...]://name[?options] shouldn't it be: couchdb:http://hostname[:port]/database[?options] -- View this message in context: http://camel.465427.n5.nabble.com/c

Spring Redis

2013-09-11 Thread gliesian
>From http://camel.apache.org/components.html: Spring Redis / camel-spring-redis spring-redis:restletUrl[?options] Was "restletUrl" the intention here? -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Redis-tp5739078.html Sent from the Camel - Users mailing list archi

Activiti

2013-09-11 Thread gliesian
The Activiti link on the this page: http://camel.apache.org/components.html does not link to an camel help page as the other links do... this should be adjusted. -- Robert -- View this message in context: http://camel.465427.n5.nabble.com/Activiti-tp5739081.html Sent from the Camel - Users mai

Re: Was SJMS released with 2.11?

2013-09-11 Thread Claus Ibsen
Hi Yeah it was part of 2.11, which was also mentioned. Though I removed the "under active development" note which I assume was confusing you. On Wed, Sep 11, 2013 at 6:14 AM, gliesian wrote: > Was SJMS released with 2.11? > > If so... this documentation should be updated: > http://camel.apache.o

Re: Spring Redis

2013-09-11 Thread Claus Ibsen
Hi No this looks like a copy/paste mistake. Feel free to fix that. On Wed, Sep 11, 2013 at 6:24 AM, gliesian wrote: > From http://camel.apache.org/components.html: > > Spring Redis / camel-spring-redis > spring-redis:restletUrl[?options] > > Was "restletUrl" the intention here? > > > > -- > View

Re: Activiti

2013-09-11 Thread Claus Ibsen
Hi This is an external component that is hosted by activiti project. So the documentation is on their website ... somewhere. On Wed, Sep 11, 2013 at 6:51 AM, gliesian wrote: > The Activiti link on the this page: http://camel.apache.org/components.html > does not link to an camel help page as the

Re: Got an error "PropertiesComponent with name properties must be defined in CamelContext to support property placeholders"

2013-09-11 Thread Claus Ibsen
Yes On Wed, Sep 11, 2013 at 12:00 AM, bonnahu wrote: > Thanks Claus. So you are saying is that I still need to create a fake > properties file, even I don't use it. Do I understand it correctly? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Got-an-error-Propertie

Re: couchdb:http://hostname[:port]/database?[options...]://name[?options]

2013-09-11 Thread Claus Ibsen
Hi Yes this is also a mistake. Feel free to fix. And thanks for spotting all those. Glad to have extra eyes on the docs, and helping the community. On Wed, Sep 11, 2013 at 2:59 AM, gliesian wrote: > Is this uri format a mistake (on this web page: > http://camel.apache.org/couchdb.html): > > cou

JBoss package scan

2013-09-11 Thread arno noordover
I know I have a version of camel that is very old (2.4.0), but I hope somebody can react. When loading a war I get the following logging: 09:36:45,157 INFO [AnnotationTypeConverterLoader] Found 5 packages with 0 @Converter classes to load 09:36:45,159 INFO [DefaultTypeConverter] Loaded 0 type co

ProducerTemplate without using Spring

2013-09-11 Thread Achim Nierbeck
Hi there, I have a interesting setup right now using the ProducerTemplate. I found the following: http://camel.apache.org/why-does-camel-use-too-many-threads-with-producertemplate.html on how to add a global usable ProducerTemplate as your not supposed to recreate the Producer template within eve

Re: org.xml.sax.SAXParseException: Premature end of file in split

2013-09-11 Thread Preben.Asmussen
Hi Christian Thanks - and sorry for the somewhat rough tests. Currently I'm trying to solve multiple problems at the same time And I tried it on 1.12.0 yesterday and there it works as you say. There seems to be another problem with tracing on 1.12.0 though. When you activate tracing using jmx co

Re: org.xml.sax.SAXParseException: Premature end of file in split

2013-09-11 Thread Claus Ibsen
Hi Read the release notes http://camel.apache.org/camel-2120-release.html See section: Changes that may affect end users On Wed, Sep 11, 2013 at 10:50 AM, Preben.Asmussen wrote: > Hi Christian > > Thanks - and sorry for the somewhat rough tests. Currently I'm trying to > solve multiple problems

Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739102.html Sent from the Camel - U

Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739103.html Sent from the Camel - U

Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739105.html Sent from the Camel - U

Re: org.xml.sax.SAXParseException: Premature end of file in split

2013-09-11 Thread Preben.Asmussen
Ahh - thanks. -- View this message in context: http://camel.465427.n5.nabble.com/org-xml-sax-SAXParseException-Premature-end-of-file-in-split-tp5738675p5739106.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel blueprint - unit tests

2013-09-11 Thread Claus Ibsen
Hi There is already itests for Karaf with pax-exam in Camel, in the tests/camel-itest-osgi directory. As an end user wanted to do this, this is not so easy as there is fair amount of setup to do and whatnot. The JIRA ticket I mentioned was to polish this and turn that into a end user component, ca

WSDoAllReceiver: Incoming message does not contain required Security header

2013-09-11 Thread hutao1
camel-config.xml :

Camel JBDC : Connection pooling

2013-09-11 Thread myhumandreams
Camel JDBC is having support for Database connection pooling? Or else it is just a connection like JDBC connection. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-jetty and hawt.io

2013-09-11 Thread James Strachan
On 11 September 2013 03:04, Mark wrote: > I have some Camel routes that I have running in a standalone java app, and > I'd like to embed hawt in the JVM. Is it possible to do since Camel and > Hawt will want their own jetty instance running in the JVM? Sure. Or you could run hawtio stand alone a

How and where should I use doneUoW() for a consumer template?

2013-09-11 Thread mamouros
I am using a consumer Template to get an exchange and then pass it on to a producer Template. As I saw from the docs for receive() "Important: See doneUoW(Exchange)" I went and checked doneUoW(). Haven't though fully understand yet if I should call consumer.doneUoW(exchange); and where? Will it be

Re: Camel JBDC : Connection pooling

2013-09-11 Thread Taariq Levack
Hi Yes, just configure a pooled datasource. Taariq On Wed, Sep 11, 2013 at 12:15 PM, myhumandreams < kv.prajeesh.rajas...@gmail.com> wrote: > Camel JDBC is having support for Database connection pooling? > > Or else it is just a connection like JDBC connection. > > > > > -- > View this message

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-11 Thread Alex Anderson
On 10 September 2013 22:49, Christian Müller wrote: > Did you tried setting the proxy host/port as we described here [1]? Hi Christian, Thanks for the suggestion. Do you mean something other than what I referred to in my original post? >camelContext.properties['http.proxyHost'] = > System

Re: couchdb:http://hostname[:port]/database?[options...]://name[?options]

2013-09-11 Thread gliesian
I made the corrections. -- View this message in context: http://camel.465427.n5.nabble.com/couchdb-http-hostname-port-database-options-name-options-tp5739069p5739133.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spring Redis

2013-09-11 Thread gliesian
I made the correction. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Redis-tp5739078p5739135.html Sent from the Camel - Users mailing list archive at Nabble.com.

xquery element vs. xquery endpoint - and VTD-XML and XPath

2013-09-11 Thread gliesian
Can VTD-XML and XPath features be used as element components similar to what was done by XQuery? From what I understand VTD-XML and XPath are only URI endpoint components. Reference: XQuery Element Component: http://camel.apache.org/xquery.html XQuery URI Endpoint Component: http://camel.apache.o

camel-http keeps throwing exception regardless of throwExceptionOnFailure value

2013-09-11 Thread roger_rabbit
Hi, I need to get the status code of a http/POST call that may fail, but that should never stop the route, but log the errors instead. But whatever solution I try, my route keeps failing as soon as I have a code 400+, and am never able to manage the return code: /Failed delivery for (MessageId: t

CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi Guys I have a problem in the following route. * * The data from cxf:bean:PowerConsumptionEndpoint is not able to queue up

Re: camel-http keeps throwing exception regardless of throwExceptionOnFailure value

2013-09-11 Thread Claus Ibsen
Try setting the option on HTTP_URI instead as its an option for Camel and not the remote web server On Wed, Sep 11, 2013 at 3:00 PM, roger_rabbit wrote: > Hi, > > I need to get the status code of a http/POST call that may fail, but that > should never stop the route, but log the errors instead. >

Re: xquery element vs. xquery endpoint - and VTD-XML and XPath

2013-09-11 Thread Claus Ibsen
Hi Yeah xpath and vtd-xml are languages and not regular camel endpoint components. On Wed, Sep 11, 2013 at 2:21 PM, gliesian wrote: > Can VTD-XML and XPath features be used as element components similar to what > was done by XQuery? From what I understand VTD-XML and XPath are only URI > endpoi

Re: How and where should I use doneUoW() for a consumer template?

2013-09-11 Thread Claus Ibsen
Yeah just done it when you no longer use it, eg after the producer, eg after 4. On Wed, Sep 11, 2013 at 12:42 PM, mamouros wrote: > I am using a consumer Template to get an exchange and then pass it on to a > producer Template. > As I saw from the docs for receive() "Important: See doneUoW(Exchan

Re: Second router in Pipeline not being reached in repeated interval scheldule

2013-09-11 Thread Claus Ibsen
Then you can use a filter to only call the bean when the batch is complete. ... CamelBatchComplete On Tue, Sep 10, 2013 at 8:24 PM, gudiseashok wrote: > Hi Ibsen, > > Thanks allot for responding to my problem, but I have tried like that > initially doing everything in one route. > > B

Re: How and where should I use doneUoW() for a consumer template?

2013-09-11 Thread mamouros
How about consumer.stop() and producer.stop(). Should I use them as recommended and when, because I get the: org.apache.camel.FailedToCreateProducerException: Failed to create Producer for endpoint: Endpoint[smpp:// ... Caused by: java.io.IOException: Receive negative bind

Re: Camel-jetty and hawt.io

2013-09-11 Thread James Strachan
On 11 September 2013 15:11, Mark wrote: > There may be a larger problem WRT dependencies though. Is there a way to > embed hawt into an existing jetty instance programatically? > Sure, just add the hawtio-default.war > > > > On Wed, Sep 11, 2013 at 6:30 AM, James Strachan >wrote: > > > On 1

Re: camel-http keeps throwing exception regardless of throwExceptionOnFailure value

2013-09-11 Thread roger_rabbit
Claus, thanks for the tip; which sounded very like the right one until I tried it... and it didn't work .. // .setHeader(Exchange.HTTP_QUERY, constant("throwExceptionOnFailure=false")) .setHeader(Exchange.HTTP_URI, constant("http://www.google.fr/xv?

Re: Netty and requestTimeout

2013-09-11 Thread Claus Ibsen
Hi Logged a ticket to fix this https://issues.apache.org/jira/browse/CAMEL-6730 On Tue, Sep 3, 2013 at 9:22 AM, Claus Ibsen wrote: > Hi > > Yeah removing the timeout handler is a good idea. And we love > contributions, so feel free to log a JIRA and attach a patch. > http://camel.apache.org/cont

Re: Camel-jetty and hawt.io

2013-09-11 Thread Mark
There may be a larger problem WRT dependencies though. Is there a way to embed hawt into an existing jetty instance programatically? On Wed, Sep 11, 2013 at 6:30 AM, James Strachan wrote: > On 11 September 2013 03:04, Mark wrote: > > I have some Camel routes that I have running in a standalon

Re: camel-http keeps throwing exception regardless of throwExceptionOnFailure value

2013-09-11 Thread Claus Ibsen
Ah you need to set it on the *real* endpoint .enrich("http://dummyhost?throwExceptionOnFailure=false";) As this options is only applicable there, and not possible to set using those HTTP headers. On Wed, Sep 11, 2013 at 4:08 PM, roger_rabbit wrote: > Claus, > > thanks for the tip; which sou

Re: Camel-jetty and hawt.io

2013-09-11 Thread James Strachan
The easiest thing is gonna be to run it stand alone: http://hawt.io/getstarted/index.html java -jar hawtio-app-1.2-M10.jar or put your camel routes into a WAR and deploy it and hawtio's hawtio-default.WAR into a stand alone Jetty. But if you really wanna keep an embedded Camel main applicatio

Re: Camel JBDC : Connection pooling

2013-09-11 Thread myhumandreams
Thanks Taariq, But my doubt is like "camel-jdbc" component support any pooling internally? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116p5739174.html Sent from the Camel - Users mailing list archive at Nabble.com.

XMPP URI FORMAT MISSING HASH (#) USAGE?

2013-09-11 Thread gliesian
Consider the URI Scheme definition for fragment from https://en.wikipedia.org/wiki/URI_scheme: The fragment is an optional part separated from the front parts by a hash ("#"). It holds additional identifying information that provides direction to a secondary resource, e.g., a section heading (in

Re: Camel JBDC : Connection pooling

2013-09-11 Thread Claus Ibsen
camel-jdbc does not have any pooling. It uses the provided data source to get a connection which is then closed after usage. Usually you can find connection pool libraries that can offer pooling capabilities. On Wed, Sep 11, 2013 at 6:21 PM, myhumandreams wrote: > Thanks Taariq, > > But my dou

Re: Camel-jetty and hawt.io

2013-09-11 Thread Mark
Then what? I added the dependency to the pom.xml. I can't find any documentation and what the next step would be. On Wed, Sep 11, 2013 at 10:16 AM, James Strachan wrote: > On 11 September 2013 15:11, Mark wrote: > > > There may be a larger problem WRT dependencies though. Is there a way to

Re: Using an Expression for the delayer in the Scala DSL

2013-09-11 Thread Claus Ibsen
Hi Yeah whatever works for you. Please log a JIRA and work on a patch, so we can have this improved in a release. On Thu, Sep 5, 2013 at 10:37 AM, cflockhart wrote: > I'm using Camel 2.11.1. > I'd looked at the 2.11 branch and it didn't look too hard to add it so I'll > have a go at a patch. How

Re: camel-http keeps throwing exception regardless of throwExceptionOnFailure value

2013-09-11 Thread roger_rabbit
Yes, that was the right one! Now I understand my whole problem... such a subtle but important point! Thanks a lot, Claus! -- View this message in context: http://camel.465427.n5.nabble.com/camel-http-keeps-throwing-exception-regardless-of-throwExceptionOnFailure-value-tp5739143p5739173.html S

Adding camel-jaxb dependency throws error in pom file

2013-09-11 Thread vsmahesh
Hi , I am getting error in and execution> tag showing null,when I am adding the dependency org.apache.camel camel-jaxb 2.6.0 Kindly check the screenshot for the error in POM file -- View this message in c

Re: Camel JBDC : Connection pooling

2013-09-11 Thread myhumandreams
Thanks Claus... I am planning to use spring JDBCTemplate for all my data access with pooling. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116p5739179.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Adding camel-jaxb dependency throws error in pom file

2013-09-11 Thread Christian Posta
Not sure. Can you run your app from mvn on the command line? Eclipse tooling isn't always the most accurate about real "errors"... Also, your screen shot is not for camel-jaxb... it's the cxf codgen stuff On Wed, Sep 11, 2013 at 9:44 AM, vsmahesh wrote: > Hi , > > I am getting error in an

Re: org.xml.sax.SAXParseException: Premature end of file in split

2013-09-11 Thread Christian Müller
I logged a ticket: https://issues.apache.org/jira/browse/CAMEL-6735 Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/membe

Re: Camel JBDC : Connection pooling

2013-09-11 Thread Pontus Ullgren
Not that it has anything to do with Camel but Spring JDBCTemplate does not provide pooling either. Just as with camel-jdbc the Spring JDBCTemplate uses the provided data source and you will need to use a connection pool libraries or get a container managed datasource pool. // Pontus On Wed, Sep

Re: CFX to Queue : io.serializationException

2013-09-11 Thread Christian Müller
Yes, use the camel-jaxb dataformat to marshal your payload into a byte[]/String before sending it to the queue. After dequeuing it, unmarshal it to your Java pojo. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache

Re: New book about Apache Camel

2013-09-11 Thread Bilgin Ibryam
Thanks guys! http://camel.apache.org/books is updated too. @Christian the book is intended for newcomers to Camel and EIPs, might not be interesting for someone at your level :) On 2 September 2013 13:00, ABouchama wrote: > Congratulations! We have ordered a copy, and we are waiting now the

Re: Camel JBDC : Connection pooling

2013-09-11 Thread myhumandreams
Pontus this will do rt? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116p5739196.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JBDC : Connection pooling

2013-09-11 Thread James Carman
That will do pooling, yes. On Wed, Sep 11, 2013 at 10:20 PM, myhumandreams wrote: > destroy-method="close" > > /> > /> > > > > > > > > Pontus this will do rt? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-poolin

Re: XMPP URI FORMAT MISSING HASH (#) USAGE?

2013-09-11 Thread James Carman
Robert, The # isn't a special camel thing. It's actually part of the name of the channel. For instance, our IRC channel name is "#camel". James On Wed, Sep 11, 2013 at 12:26 PM, gliesian wrote: > Consider the URI Scheme definition for fragment from > https://en.wikipedia.org/wiki/URI_scheme:

Camel Certification

2013-09-11 Thread Henrique Viecili
Hi everyone, I was looking for a certification on EIP and/or Camel and I found that RedHat has this one: http://www.redhat.com/training/courses/ex421/examobjective ($600) I assume RedHat knows what they are doing after they bought FuseSource and now have Claus and James working with them. So, wh

spring ws camel

2013-09-11 Thread Mr.777
Hello everyone, Kindly help me through this problem. I have developed an application which exposes a single web service. I can see wsdl at: http://localhost:8080/abc/spring.wsdl and wsdl content is: http://localhost:8080/abc/endpoint"/> I know want camel to consume this webse

Re: getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-11 Thread Mr.777
Looking at the exception seems like you have to write your own custom Converter. -- View this message in context: http://camel.465427.n5.nabble.com/getting-exception-org-apache-camel-InvalidPayloadException-No-body-available-of-type-when-I-try-to-s-tp5739206p5739208.html Sent from the Camel - U

camel jaxb component

2013-09-11 Thread contactreji
Hi I am trying to marsha some data which is receivd at CXF Endpoint as follows http://camel.apache.org/schema/spring";>

Saving JMS data

2013-09-11 Thread gliesian
What is the best URI/endpoint to use for saving fast, voluminous JMS data? log, file, activemq:journal, other? And, how do you view the date in the journal? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Saving-JMS-data-tp5739186.html Sent from the Camel -

activemq.journal -> stream.out

2013-09-11 Thread gliesian
Does Camel have a type converter for this: -- View this message in context: http://camel.465427.n5.nabble.com/activemq-journal-stream-out-tp5739184.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi Christain I was referring the documentation at http://camel.apache.org/jaxb.html Am i supposed to use * http://example.camel.org/apache}po"; /> * and * * If so could you guide me what should be entered for contextPath and partNamespace? I am new

Dataformat - jaxb help, please.

2013-09-11 Thread gliesian
How would I replace this: // Works JAXBContext context = JAXBContext.newInstance("aaa.bbb.ccc"); ByteArrayInputStream input = new ByteArrayInputStream(msg.getBytes()); Unmarshaller unmarshaller = context.createUnmarshaller(); JAXBElement elm = unmarshaller.unmarshal(new StreamSource(inpu

Re: activemq.journal -> stream.out

2013-09-11 Thread Claus Ibsen
Hi Robert Do you mind signing up for the Apache Camel user mailing list. See details at http://camel.apache.org/mailing-lists.html The reason is that every single post you do on Nabble has to manually moderated, and this is tiresome for people to do. If people dont singup for the mailing list, t

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi Christian Thank you so much. Could you help me with configuring the marshaller. The class is something called DTPowerconsumption which has the schema for the pojo. I see in Camel jaxb component that there are parameters called contextPath and namespaces. What should I enter for those values?

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi I have tried to marshal the exchange coming from cxf endpoint before putting into the ActiveMQ Queue. It gives d

Re: camel blueprint - unit tests

2013-09-11 Thread fs
Yes, this seems to be working - removed the element - loaded both XML files via getBlueprintDescriptor() @Override protected String getBlueprintDescriptor() { return "/OSGI-INF/blueprint/test-context_2.xml,/OSGI-INF/blueprint/test-context_1.xml"; } Thanks for the quick answe

JAXB Marshalling

2013-09-11 Thread contactreji
Hi I have tried to marshal the exchange coming from cxf endpoint before putting into the ActiveMQ Queue. * * It gives

Re: JBoss package scan

2013-09-11 Thread arno noordover
I've found the cause of the problem. When I use a proxy in a camelcontext apparently everything gets loaded in a different way. When I put the proxy in another context the camelContext that uses type converters seems to work. -- View this message in context: http://camel.465427.n5.nabble.com/JB

Re: Dataformat - jaxb help, please.

2013-09-11 Thread gliesian
Btw, I'm getting this: Caused by: java.lang.IllegalArgumentException: Cannot find data format with name: jaxb And I am using: org.apache.camel camel-core 2.12.0 -- View this message in context: http://camel.465427.n5.nabble.com/Dataformat-jaxb

getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-11 Thread vsmahesh
Hi, When I try to serialize the Incoming POJO in the cxf:bean inorder to save it to queue ,I am getting Invalid payload exception. this is my route I am getting the

Re: getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-11 Thread vsmahesh
Hi.. I just used for serialization. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/getting-exception-org-apache-camel-InvalidPayloadException-No-body-available-of-type-when-I-try-to-s-tp5739206p5739209.html Sent from the Camel - Users mailing list ar

Re: JBoss package scan

2013-09-11 Thread Claus Ibsen
Hi I wonder if you can use a depends-on in the when you specify it outside so you can tell the dependency order. On Thu, Sep 12, 2013 at 6:25 AM, arno noordover wrote: > I've found the cause of the problem. > When I use a proxy in a camelcontext apparently everything gets loaded in a > diffe

Re: Dataformat - jaxb help, please.

2013-09-11 Thread Claus Ibsen
Hi Add camel-jaxb as dependency. On Thu, Sep 12, 2013 at 3:34 AM, gliesian wrote: > Btw, I'm getting this: > > Caused by: java.lang.IllegalArgumentException: Cannot find data format with > name: jaxb > > And I am using: > > > org.apache.camel > camel-core >

Re: camel jaxb component

2013-09-11 Thread Claus Ibsen
Hi Try to search the internet for this kind of JAXBException about doesnt contain jaxb.index and you can find plenty of links about this. On Wed, Sep 11, 2013 at 7:37 PM, contactreji wrote: > Hi > > I am trying to marsha some data which is receivd at CXF Endpoint as follows > > > http://camel.a

Keep the same message in a queue after consuming it.

2013-09-11 Thread Cecilio Alvarez
Hi, is possible to consume a message from a queue in ActiveMQ and keep it in the queue for the next consumption of the same consumer? And is possible to override a message? I know that is not the goal of Camel and ActiveMQ. But I'm trying to use INOUT pattern and keep the message for future use. So