Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-07 Thread Claus Ibsen
Hi Can you create a JIRA ticket. We should maybe allow people to configure this. On Thu, Jul 5, 2012 at 11:24 AM, markbdaniels wrote: > Hi, > > I managed to get the SmppSubmitSmCommand.java to behave how I would like it > to by changing: > > template.setDataCoding(new GeneralDataCoding(false, t

Re: NoTypeConversionAvailableException

2012-07-07 Thread Christian Müller
The Camel team already provides many examples [1] and tutorials [2] for free. The simple unit test [3] shows how to write a route which sends to an ActiveMQ queue and also consumes from this queue. And in this package, you can find many more camel-jms tests... Any by the way, it's transparent for

Re: Dynamic queue name from header property.

2012-07-07 Thread dube
Thanks Ben. I figured the way I was doing it was overly complex. I had tried it the way you suggested but must have had a typo somewhere as things were not working out. -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-queue-name-from-header-property-tp5715644p5715656

Re: creating routes dynamically

2012-07-07 Thread Christian Müller
Sri, if this is a new topic, please start a new thread with a meaningful subject. If this is the same topic (creating new routes at runtime which listen on 'jms:incomingData1', 'jms:incomingData2', ...), than the solution could look like: RouteBuilder rb1 = new RouteBuilder() { public void con

Re: Camel Velocity Template throwing error

2012-07-07 Thread Christian Müller
Why you don't do it by your own? It's really simple with Maven: Christian-Muellers-MacBook-Pro:camel-velocity cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Camel :: Velocity 2.11

Re: how to hide user and password in sftp in for statement

2012-07-07 Thread Claus Ibsen
Hi You can encrypt parameters of the endpoints using jasypt http://camel.apache.org/jasypt.html On Fri, Jul 6, 2012 at 10:16 PM, David Capwell wrote: > Hi, I am trying to use camel to get data out of an sftp end point. At the > moment I have two issues. First, I want to hide the username and

Re: Bean binding @Body and Exchange

2012-07-07 Thread Claus Ibsen
On Fri, Jul 6, 2012 at 5:16 PM, dealbitte wrote: > Dear Claus Ibsen, > > The issue got resolved. But it is unclear how it got fixed. I did few things > (see below) and I am not sure which one did the trick. > > re-built the osgi-bundles that provided services (createXML and printXML) > Executed os

Re: FTP misses few bytes when downloading files

2012-07-07 Thread Nafees
Hi Claus, I am extremely thankful to you. It is working fine now. U have helped me resolved major problem. Thanks Nafees -- View this message in context: http://camel.465427.n5.nabble.com/FTP-misses-few-bytes-when-downloading-files-tp5715593p5715646.html Sent from the Camel - Users mailing l

Re: Camel Velocity Template throwing error

2012-07-07 Thread paramjyotsingh
My be i am missing some libraries. Can you please give me list of libraries you used for running this code. Thanks, Paramjyot Singh -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Velocity-Template-throwing-error-tp5715388p5715641.html Sent from the Camel - Users mailin

Re: Choosing DSL Java or Spring

2012-07-07 Thread James Carman
I would second that. I like to provide superclasses for all of my routebuilders. This way, I can "bake in" logic that all my routes get for free. This doesn't work with Spring DSL. On Fri, Jul 6, 2012 at 1:41 PM, thomas barker wrote: > I much prefer java dsl for maintainability. Spring DSL is