Re: Apache Camel : CXFRS Server : Need advice for Routing

2012-05-13 Thread anand_tech
Thanks Willem.. i actually was using something like that only, i had used sort of content based router, i.e. the choice and when clause and routing on the basis of url and Http Method being hit. i was just wondering whether i can make different endpoints for my service beans and as correctly poi

Re: diagram generator

2012-05-13 Thread Romain Manni-Bucau
added attribute additionalClasspathElements usage in configuration tag: target/classes - Romain 2012/5/12 Nestor Urquiza > Whenever you are done I will test. I guess your proposal is to have > something > like ${basedir}/target/classes > > Thanks for following up on thi

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-13 Thread Marek Strejczek
I've just attached a patch to the JIRA issue. https://issues.apache.org/jira/browse/CAMEL-5247 -- View this message in context: http://camel.465427.n5.nabble.com/Handling-unsuccessful-Session-send-in-Quickfix-component-tp5680836p5708421.html Sent from the Camel - Users mailing list archive at Nab

Re: diagram generator

2012-05-13 Thread Nestor Urquiza
Worked like a charm: ${basedir}/target/classes Thanks! -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5708442.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: diagram generator

2012-05-13 Thread Romain Manni-Bucau
np, thanks for your feedback - Romain 2012/5/13 Nestor Urquiza > Worked like a charm: > > ${basedir}/target/classes > > Thanks! > -Nestor > > -- > View this message in context: > http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5708442.html > Sent from the Camel - Users mailing li

Create a new Camel component via Scala-Component-Archetype?

2012-05-13 Thread megachucky
I think about writing a new Camel component (e.g. for Salesforce or Neo4j). I also think about using Scala for the new component. However, there is only a Java-Component-Archetype at the moment. Is this for any reason? Should new components be in Java, too (because more people will understand and

Re: Create a new Camel component via Scala-Component-Archetype?

2012-05-13 Thread Jon Anstey
On Sun, May 13, 2012 at 8:04 PM, megachucky wrote: > I think about writing a new Camel component (e.g. for Salesforce or > Neo4j). I > also think about using Scala for the new component. However, there is only > a > Java-Component-Archetype at the moment. Is this for any reason? > > Should new com