Re: HTTP Basic Authentication

2014-09-11 Thread Willem Jiang
Which version of Camel are you using? Can you try the latest release Camel 2.13.2?  If I remember right, there is an issue of setting up the camel-cxfrs endpoint interceptors which was fixed recently. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.co

Re: Download camel-extra / Hibernate component.

2014-09-11 Thread Charles Moulliard
Hi Bejjanki, Have you included camel-hibernate jar file in your classpath ? Regards, On Thu, Sep 11, 2014 at 10:29 PM, Bejjanki, Yuvanaga < yuvanaga.bejja...@broadridge.com> wrote: > Hi, iam getting below error. > > Failed to resolve endpoint: > hibernate://com.broadridge.workflow.model.CaseM

Re: HTTP Basic Authentication

2014-09-11 Thread sayed_india
Hello, Sorry I was referring to the Java Interceptor code above mentioned which works fine for CXF SOAP. Cann't we make it for CXF-REST? Thanks, Sayed -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-Basic-Authentication-tp5742229p5756392.html Sent from the Camel - User

Re: Why does RouteDefinition have "from" methods?

2014-09-11 Thread Claus Ibsen
A route definition can have more inputs, so when you call from 2 or more times, its multiple inputs to the same route. Though that is not so commonly used as people most often have only 1 input to a route, and hence only use from once. On Fri, Sep 12, 2014 at 12:54 AM, toomanyedwards wrote: > Hey

Re: How Do I Stop The Camel ?

2014-09-11 Thread Claus Ibsen
Hi Just stop the JVM using ctrl + c. Or call stop() on the main. On Fri, Sep 12, 2014 at 7:00 AM, dharshan wrote: > I have run below code and run it > > Main main = new Main(); > main.enableHangupSupport(); > FileCopyRouterBuilder fileCopy=new FileCopyRouterBuilder(); >

Re: Download camel-extra / Hibernate component.

2014-09-11 Thread Bejjanki, Yuvanaga
Hi, iam getting below error. Failed to resolve endpoint: hibernate://com.broadridge.workflow.model.CaseMaster?delay=10s due to: No component found with scheme: hibernate Dependency specified is 'camel-hibernate:2.13.1' This message and any attachments are intended only for the use of the addres

Re: Camel User Interface

2014-09-11 Thread jgcorne
Claus, Thanks for the feedback! Jimmy -- View this message in context: http://camel.465427.n5.nabble.com/Camel-User-Interface-tp5756348p5756357.html Sent from the Camel - Users mailing list archive at Nabble.com.

Why does RouteDefinition have "from" methods?

2014-09-11 Thread toomanyedwards
Hey all, I'm still climbing the learning curve on Camel terminology, etc. It makes sense to me that I start defining a route by calling RouteBuilder.from and get a RouteDefinition which I can then use to continue to define my route. What makes less sense to me is that RouteDefinition itself has

How Do I Stop The Camel ?

2014-09-11 Thread dharshan
I have run below code and run it Main main = new Main(); main.enableHangupSupport(); FileCopyRouterBuilder fileCopy=new FileCopyRouterBuilder(); fileCopy.initFileProcess("D:\\InBox","D:\\OutBox"); main.addRouteBuilder(fileCopy); main.run(a); No

Programmatic CXF Endpoint

2014-09-11 Thread jjathman
We are trying to use the CXF component to send web services requests were the endpoint we will send to is not known ahead of time. Since we are not able to configure these endpoints we are trying to create these endpoints dynamically. I suppose my first question is whether or not this is the correc

Re: Camel User Interface

2014-09-11 Thread Claus Ibsen
Hi You can find some Camel tooling on the user stories page http://camel.apache.org/user-stories.html The ones I am involved with are - Fuse IDE - hawtio - fabric8 ... which all allows to develop Camel routes visually, where they edit the XML format (spring or blueprint). Fuse IDE is Eclipse ba

Re: Hawt.io Camel plugin - 2 questions

2014-09-11 Thread Claus Ibsen
Hi Camel has these JMX MBeans that any tooling can use http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/api/management/mbean/package-summary.html There is an operation on the camel context and route mbeans, to dump the route in xml format, which is what hawtio uses to dra

Camel User Interface

2014-09-11 Thread jgcorne
Are there any open source or commercial UI products out there that allow one to development a camel route visually. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-User-Interface-tp5756348.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Hawt.io Camel plugin - 2 questions

2014-09-11 Thread edmondo1984
What gets exposed is the Route definition, is that correct? Can you please point me towards the relevant code? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Hawt-io-Camel-plugin-2-questions-tp5756344p5756349.html Sent from the Camel - Users mailing list archive

Re: HTTP Basic Authentication

2014-09-11 Thread sayed_india
Hello, Thanks a lot for the response.Will try and let you know. please share a sample code snippet. However the same code works for me at server side for CXF-SOAP so why not for CXF-REST ? Regards, Sayed -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-Basic-Authenti

Re: Hawt.io Camel plugin - 2 questions

2014-09-11 Thread Claus Ibsen
Hi Its maybe better to ask on the hawtio community such as its user group of github issue tracker http://hawt.io/community/index.html Short answer: Yes hawtio uses the JMX api from Apache Camel (no magic). On Thu, Sep 11, 2014 at 4:54 PM, Edmondo Porcu wrote: > Dear all, > > How does Camel Hawt

Hawt.io Camel plugin - 2 questions

2014-09-11 Thread Edmondo Porcu
Dear all, How does Camel Hawt.io plugin retrieves the routes definitions that it draws? Are the definitions exposed through jmx (can't find them) Also, a custom processor could have an icon of an existing one? Best Edmondo

Re: Babel: new DSL for Camel

2014-09-11 Thread Babel
Hello Thanks for your link, Claus! It's already online. Camel-Scala is really interesting and I hope Babel is a nice alternative a bit between the regular Java DSL and Camel-Scala with some added value as type safety. Thanks again and all the Best! -- View this message in context: http://cam

Re: Re: Re: Re: Re: Camel Bindy: parse a BigDecimal number with a given pattern

2014-09-11 Thread Charles Moulliard
Hi Tom, As camel-2.14 is ready for the vote, you could perhaps make a test with the Bindy modification to confirm ? https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/ Regards, On Wed, Aug 27, 2014 at 7:56 AM, Charles Moulliard wrote:

Apache Camel overriding Exchange.OutOnly behaviour to return body

2014-09-11 Thread camel
Hi I had an issue with Apache Camel that timeouts for after 20 seconds. I was getting timeout errors after 20 seconds. I have a custom processor the implements Processor. I injected a DAO and when finding the data within the custom processor it took longer to find the data on the Apache Camel sid

Re: Apache Camel requestTimeout

2014-09-11 Thread Willem Jiang
requestTimeout means the timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds). You can find more information about the requestTimeout option by looking it up in the camel-jms[1] wiki page. [1]https://camel.apache.org/jms -- Willem Jiang Red Hat, Inc. Web: h

Re: Babel: new DSL for Camel

2014-09-11 Thread Claus Ibsen
Hi Thanks for sharing this. I took the liberty of adding a link to babel from our user stories page (take a bit to update) http://camel.apache.org/user-stories.html And btw we do have a camel-scala component. And we love contributions, so people with love for Scala is welcome to bring love to thi

Re: How to access SAN or NAS using camel

2014-09-11 Thread Willem Jiang
I don’t think you need to any camel code except the file location, as OS already take care of it. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On September 11, 2

How to access SAN or NAS using camel

2014-09-11 Thread paragdharmadhikari
Hello Everybody, We have a scenario where user may FTP the files on network drive (NAS or SAN). So please let me know if code used to access the files from local drive would remain same (only by changing the file location) or need any other modifications in code. (User running the camel process wo