Re: $headername = 'value still works?

2010-09-18 Thread Claus Ibsen
Hi A bit odd. I added unit tests to camel-jms which works http://svn.apache.org/viewvc?rev=998598&view=rev And could you double check that there is no old versions of camel in the classpath? And the data you send is valid XML Also when you get that exception, is there a JMS header with the key f

Re: XMPP + Smack

2010-09-18 Thread Claus Ibsen
On Sat, Sep 18, 2010 at 9:58 AM, Donald Whytock wrote: > Okay...libraries updated.  Still not seeing properties or headers. > Could you check some of the unit tests in camel-xmpp. Maybe there is a hint there, or maybe the camel-xmpp component lacks a feature. We love contributions and if people g

Re: $headername = 'value still works?

2010-09-18 Thread Illtud Daniel
On 18/09/10 07:19, Claus Ibsen wrote: You have header $foo = 'true' But you should use xpath $foo = 'true' Sorry, I cut and pasted in the route that I attempted to fix this problem. My original was indeed $foo = 'true' and that gave the error: 2010-09-18 01:59:36,2

Re: best practice for logging execution time

2010-09-18 Thread Claus Ibsen
Yeah you can use EventNotifier and listen on ExchangeSentEvent's which has the time recorded as well. http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-exchanges.html On Fri, Sep 17, 2010 at 7:23 PM, jburkhardt wrote: > > Title is a little weird as I didn't quite know the prop

Re: Online API documentation

2010-09-18 Thread Andrey Popp
Thanks for clarification! On Sat, Sep 18, 2010 at 2:50 PM, Claus Ibsen wrote: > On Sat, Sep 18, 2010 at 12:19 PM, Andrey Popp <8may...@gmail.com> wrote: >> Hello, >> >> first of all, thanks for the Apache Camel — it's really great >> integration solution. I am just want to ask, is there API >> do

Re: Online API documentation

2010-09-18 Thread Claus Ibsen
On Sat, Sep 18, 2010 at 12:19 PM, Andrey Popp <8may...@gmail.com> wrote: > Hello, > > first of all, thanks for the Apache Camel — it's really great > integration solution. I am just want to ask, is there API > documentation for camel which is hosted online. I've managed only find > apidocs for came

Re: SEDA with request-response

2010-09-18 Thread lujan99
what do you think about this code: (I need to know how dangerous is this code) config: ... my GROOVY bean: class TestG1 implements Processor { priva

Online API documentation

2010-09-18 Thread Andrey Popp
Hello, first of all, thanks for the Apache Camel — it's really great integration solution. I am just want to ask, is there API documentation for camel which is hosted online. I've managed only find apidocs for camel 2.2, but what about recent versions (2.4 at the moment)? -- Andrey Popp phone:

Re: XMPP + Smack

2010-09-18 Thread Donald Whytock
Okay...libraries updated. Still not seeing properties or headers. Don On Sat, Sep 18, 2010 at 3:03 AM, Claus Ibsen wrote: > Hi > > These are the jars from the 2.5-SNAPSHOT. You need to use the ones > which listed as compile. > > [INFO] The following files have been resolved: > [INFO]    aopalli

Re: XMPP + Smack

2010-09-18 Thread Claus Ibsen
Hi These are the jars from the 2.5-SNAPSHOT. You need to use the ones which listed as compile. [INFO] The following files have been resolved: [INFO]aopalliance:aopalliance:jar:1.0:test [INFO]commons-logging:commons-logging:jar:1.1.1:test [INFO]commons-logging:commons-logging-api:jar:1

Re: XMPP + Smack

2010-09-18 Thread Donald Whytock
Okay, the .jars I'm using at the moment are: camel-core-2.4.0.jar javaee.jar commons-management-1.0.jar commons-logging-1.1.1.jar camel-xmpp-2.4.0.jar smack-3.0.4.jar smackx-3.0.4.jar jaxb-api-2.1.jar jaxb-impl-2.1.12.jar When I try to listen for XMPP messages I get only one property set on the e