Re: Error sending email from Camel application

2018-01-05 Thread Charles Berger
Looks like I've managed to fix this, with some help from this post on StackOverflow: https://stackoverflow.com/questions/33397359/how-to-configure-jackson-objectmapper-for-camel-in-spring-boot What I did is to create a new ObjectMapper instance and disabled the

Re: Error sending email from Camel application

2018-01-05 Thread Charles Berger
The route is taking properties from a POJO and building up a message to use to send an email. I add the from, to & subject headers in the route which are just string values. The message body is created using a Velocity template which extracts some values from the POJO. I included some tracers

Re: Error sending email from Camel application

2018-01-04 Thread Charles Berger
Anyone able to help with this please? On Thu, Dec 21, 2017 at 6:03 PM, Charles Berger <charlesb.yesm...@googlemail.com> wrote: > Hi, > > I have the following route in my application which sends an email > based on a template filled out with data from the SingleImageModel > cl

Error sending email from Camel application

2017-12-21 Thread Charles Berger
setVisibility(PropertyAccessor.FIELD, Visibility.ANY); as explained here: http://www.baeldung.com/jackson-jsonmappingexception), but how can I do that in my Camel configuration? Is that the right approach, or is there another way to solve this problem? Thanks, Charles.

Re: Question about using Splitter

2017-12-20 Thread Charles Berger
> You should be able to convert your ImageCollection into List > by simply doing something like: > > from("activemq:requestQueue") > .convertBodyTo(ImageCollection.class) > .setBody(simple("${body.images}")) > .log("${body}") > .split(body()) >

Re: Question about using Splitter

2017-12-20 Thread Charles Berger
nstead? Or is there a way in the route that I can call the method ImageCollection.getImages() method to pass into the split? Thanks, Charles.

Question about using Splitter

2017-12-19 Thread Charles Berger
ances of the SingleImageModel class from the list inside ImageCollection, but I can't work out what that should do. Instead, what is happening is that the bean registered for the downloadImageQueue is receiving an instance of ImageCollection when it expects an instance of SingleImageModel and the type conversion in that bean is failing. Any guidance much appreciated. Thanks, Charles.

Re: Error in bindy documentation

2016-09-28 Thread Charles Moulliard
> > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Error-in-bindy-documentation-tp5788166.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Rest DSL and "no matching path found"

2016-07-12 Thread Charles Moulliard
rest > >> > paths are valid, but something with the Camel DSL (or the way that I > am > >> > specifying them) results in not being able to have multiple verbs for > the > >> > same rest resource with the same parameter. Also, if I change the > "get&qu

Re: Rest DSL and "no matching path found"

2016-07-11 Thread Charles Moulliard
is a timesheetId Regards, Charles On Mon, Jul 11, 2016 at 10:48 PM, Steve973 <steve...@gmail.com> wrote: > I have my rest dsl route like this: > > restConfiguration().component("undertow").host("localhost").port("8181"); > rest("/timesheet") >

Re: Camel Consumer not available within a Unit Test - ProducerTemplate

2016-05-27 Thread Charles Moulliard
Problem resolved using context.stopRoute("direct-idempotent"); context.startRoute("direct-idempotent"); I suspect that how the thread is paused/resume when using startCamel() & stopCamelContext() is different from using stop/start route On Fri, May 27, 2016 at 12:

Camel Consumer not available within a Unit Test - ProducerTemplate

2016-05-27 Thread Charles Moulliard
e("direct-idempotent").getConsumer().start(); template.requestBodyAndHeader("333,18-05-2016,Claus,Ibsen,incident camel-333,this is a report incident for camel-333,cib...@gmail.com,+111 10 20 300","CamelRecord",1); mockResult.assertIsSatisfied(); } Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Netty4 HTTP - java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C

2016-05-11 Thread Charles Moulliard
> > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Netty4-HTTP-java-lang-NoSuchMethodError-io-netty-util-internal-AppendableCharSequence-charAtUnsafe-IC-tp5782365p5782369.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Netty4 HTTP - java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C

2016-05-09 Thread Charles Moulliard
& 8 ? Regards, Charles

Re: Netty4 HTTP - JAAS issue

2016-05-09 Thread Charles Moulliard
> > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Netty4-HTTP-JAAS-issue-tp5782122p5782257.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Netty4 HTTP - JAAS issue

2016-05-03 Thread Charles Moulliard
th.login.config" is declared with the location of the jaas file : System.setProperty("java.security.auth.login.config", "src/test/resources/org/jboss/fuse/security/camel/tls/myjaas.config"); So normally, I shouldn't get this error message What could be the issue ?

Re: Multiple camel producers instantiated

2016-04-15 Thread Charles Moulliard
> View this message in context: > http://camel.465427.n5.nabble.com/Multiple-camel-producers-instantiated-tp5781152.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: PDF/A files using Camel FOP component

2016-04-14 Thread Charles Moulliard
his? > >> >> >> > Can the component be updated to include this? > >> >> >> > Can I use a custom fopFactory for this? > >> >> >> > > >> >> >> > This is kind of urgent for me. > >> >> >> > > >> >> >> > Regards, > >> >> >> > Laurentiu > >> >> >> > > >> >> >> > On Wed, Mar 30, 2016 at 10:03 AM, Laurentiu Trica < > >> >> >> > laurentiu.tr...@moredevs.ro> wrote: > >> >> >> > > >> >> >> >> Hi Ibryam, > >> >> >> >> > >> >> >> >> I tried that header but it doesn't seem to work. The output > looks > >> the > >> >> >> same > >> >> >> >> (same number of bytes, doesn't pass the PDF/A checks > >> >> >> >> http://www.pdf-tools.com/pdf/validate-pdfa-online.aspx) > >> >> >> >> > >> >> >> >> > >> >> >> >> PDF/A-1b > >> >> >> >> > >> >> >> >> > >> >> >> >> Do you have other ideas? > >> >> >> >> > >> >> >> >> Regards, > >> >> >> >> Laurentiu > >> >> >> >> > >> >> >> >> On Tue, Mar 29, 2016 at 10:46 PM, Bilgin Ibryam < > >> bibr...@gmail.com> > >> >> >> wrote: > >> >> >> >> > >> >> >> >>> Can you try to set the following header and see if it works > >> >> >> >>> > >> >> >> >>> CamelFop.Render.pdf-a-mode: "PDF/A-1b" > >> >> >> >>> > >> >> >> >>> HTH, > >> >> >> >>> B > >> >> >> >>> > >> >> >> >>> > >> >> >> >>> On 29 March 2016 at 09:46, Laurentiu Trica < > >> >> >> laurentiu.tr...@moredevs.ro> > >> >> >> >>> wrote: > >> >> >> >>> > Hello, > >> >> >> >>> > > >> >> >> >>> > I need to generate PDF/A files using Camel FOP component. > >> >> >> >>> > I don't see anything about the PDF/A standard in the > >> >> documentation: > >> >> >> >>> > http://camel.apache.org/fop.html > >> >> >> >>> > > >> >> >> >>> > Can this be done? > >> >> >> >>> > Apache FOP can do this: > >> >> >> >>> > https://xmlgraphics.apache.org/fop/1.1/pdfa.html > >> >> >> >>> > > >> >> >> >>> > Can I use the CamelFop.Output.Format to set the output > format? > >> >> >> >>> > > >> >> >> >>> > Thank you! > >> >> >> >>> > > >> >> >> >>> > Regards, > >> >> >> >>> > Laurentiu > >> >> >> >>> > >> >> >> >>> > >> >> >> >>> > >> >> >> >>> -- > >> >> >> >>> Bilgin Ibryam > >> >> >> >>> Camel Committer at ASF & Integration Architect at Red Hat > >> >> >> >>> Blog: http://ofbizian.com | Twitter: @bibryam > >> >> >> >>> > >> >> >> >>> Camel Design Patterns > https://leanpub.com/camel-design-patterns > >> >> >> >>> Instant Apache Camel Message Routing > >> >> >> http://www.amazon.com/dp/1783283475 > >> >> >> >>> > >> >> >> >> > >> >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Claus Ibsen > >> >> >> - > >> >> >> http://davsclaus.com @davsclaus > >> >> >> Camel in Action 2: https://www.manning.com/ibsen2 > >> >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> Bilgin Ibryam > >> >> Camel Committer at ASF & Integration Architect at Red Hat > >> >> Blog: http://ofbizian.com | Twitter: @bibryam > >> >> > >> >> Camel Design Patterns https://leanpub.com/camel-design-patterns > >> >> Instant Apache Camel Message Routing > >> http://www.amazon.com/dp/1783283475 > >> >> > >> > >> > >> > >> -- > >> Bilgin Ibryam > >> Camel Committer at ASF & Integration Architect at Red Hat > >> Blog: http://ofbizian.com | Twitter: @bibryam > >> > >> Camel Design Patterns https://leanpub.com/camel-design-patterns > >> Instant Apache Camel Message Routing > http://www.amazon.com/dp/1783283475 > >> > > > > -- > Bilgin Ibryam > Camel Committer at ASF & Integration Architect at Red Hat > Blog: http://ofbizian.com | Twitter: @bibryam > > Camel Design Patterns https://leanpub.com/camel-design-patterns > Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475 > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel bindy not working in Spring boot

2016-04-13 Thread Charles Moulliard
+ > "=RAW({{aws.secretkey}})"); > > > > Regards, > CGSK > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-bindy-not-working-in-Spring-boot-tp5780995p5781017.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel bindy not working in Spring boot

2016-04-13 Thread Charles Moulliard
; } > } > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-bindy-not-working-in-Spring-boot-tp5780995p5781012.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Problem with the Body object of a Camel CXF endpoint where DataFormat = MESSAGE

2016-04-12 Thread Charles Moulliard
AbtrstractHTTPDestination java.lang.ClassCastException: org.apache.cxf.transport.http.AbstractHTTPDestination$1 cannot be cast to java.io.ByteArrayInputStream Is there a trick to resolve that ? Regards, Charles

Reason why namespaces is not available as attribute for

2016-04-11 Thread Charles Moulliard
nt(name = "secureXML") @XmlAccessorType(XmlAccessType.FIELD) public class XMLSecurityDataFormat extends DataFormatDefinition implements NamespaceAware { @XmlTransient private Map<String, String> namespaces; Is there a reason why it is not defined with the annotation @Attribut

Re: Issue with maximumPoolSize & Netty4-http component

2016-01-13 Thread Charles Moulliard
// use the rest DSL to define the rest services rest("/users/") .get("{id}/basic") .route() .log(">> Thread name : ${threadName}") will continue to use 16 Thread

Re: Issue with maximumPoolSize & Netty4-http component

2016-01-13 Thread Charles Moulliard
from("netty4-http:http://localhost:{{port}}/echo;) .log(">> Thread name : ${threadName}") .transform(body().append(body())).to("mock:result"); } Only 2 threads are created now Regards, Charles On T

Issue with maximumPoolSize & Netty4-http component

2016-01-13 Thread Charles Moulliard
Group INFO [route1] - >> Thread name : Camel (camel-1) thread #2 - NettyEventExecutorGroup Do I have to use another param to set the ThreadPool used by Netty4-http ? Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Idempotent don't filter within onexception

2015-12-14 Thread Charles Moulliard
ror-code Why the idempotentConsumer doesn't filter exception error-code ? Regards, -- Charles M

Re: COBOL data parse in Camel

2015-10-06 Thread Charles Moulliard
| Mule ESB ) > LinkedIn - http://in.linkedin.com/pub/reji-mathews/31/9a2/40a > Twitter - reji_mathews > -- > View this message in context: > http://camel.465427.n5.nabble.com/COBOL-data-parse-in-Camel-tp5772356.html > Sent from the Camel - Users mailing list archive at Nabble.com

Re: Workaround with REST DSL to avoid HTTP method not allowed - 405

2015-09-14 Thread Charles Moulliard
5:46 PM, Henryk Konsek <hekon...@gmail.com> wrote: > Hi Charles, > > You have to enable the CORS on the route DSL configuration, not only on the > routes level. For example here is the REST+Netty combination for Camel > 2.15.1 that works properly with the Angula

Reply to OPTIONS requests - Camel REST DSL

2015-09-11 Thread Charles Moulliard
resource. Origin 'http://localhost:8000' is therefore not allowed access. The response had HTTP status code 404. Is there a workaround ? Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Bindy running within a WAR

2015-04-14 Thread Charles Moulliard
that incase of wildfly ? Do i've to add additional dependencies. thanks Ravi. -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-running-within-a-WAR-tp5765035p5765711.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard

Re: Bindy - Date Unmarshall Issue

2015-02-24 Thread Charles Moulliard
-Unmarshall-Issue-tp5762960.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Jetty vs Servlet in web application

2015-02-23 Thread Charles Moulliard
servlet into an existing Web Container) Regards, Charles On Tue, Feb 24, 2015 at 2:44 AM, Milli gowrishankar.mi...@gmail.com wrote: By the way, I forgot to mention that we are trying to avoid using Spring as a dependency. Thanks, On Mon, Feb 23, 2015 at 5:40 PM, Milli gowrishankar.mi

Re: State of the camel-cdi component

2014-12-11 Thread Charles Moulliard
.465427.n5.nabble.com/State-of-the-camel-cdi-component-tp5760578.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel

2014-11-28 Thread Charles Moulliard
.465427.n5.nabble.com/Camel-tp5759735.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel-Hive

2014-11-19 Thread Charles Moulliard
mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel-Hive

2014-11-19 Thread Charles Moulliard
.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel-Hive

2014-11-17 Thread Charles Moulliard
. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: How to remove camel framework text in my soap fault ?

2014-11-17 Thread Charles Moulliard
.nabble.com/How-to-remove-camel-framework-text-in-my-soap-fault-tp5759195.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: How to remove camel framework text in my soap fault ?

2014-11-17 Thread Charles Moulliard
-fault-tp5759195p5759209.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Change property in unit test

2014-10-28 Thread Charles Moulliard
-tp5758017p5758098.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Issue with adding wsse:security header in Apache Camel Route

2014-10-28 Thread Charles Moulliard
/wsp:All /wsp:ExactlyOne /wsp:Policy -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-adding-wsse-security-header-in-Apache-Camel-Route-tp5758106.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache

Re: Putting some Map values into a Bean

2014-10-28 Thread Charles Moulliard
://www.twitter.com/jonathan_vila http://www.linkedin.com/in/jonathanvila* * jonathan.v...@gmail.com jonathan.v...@gmail.com* -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Not all processors are listed in JMX, preventing detailed route statistics/profiling

2014-10-28 Thread Charles Moulliard
-tp5757634p5758143.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Simple and easy REST client with Camel

2014-10-27 Thread Charles Moulliard
Hi Jonathan, To call the HTTP Server exposing the REST service the HTTP producer must be used and not the HTTP Consumer component of Camel ( http://camel.apache.org/http.html). This syntax is not correct (from(http://;) while this one is correct from(direct:marvel).to(

Re: Simple and easy REST client with Camel

2014-10-27 Thread Charles Moulliard
Server. Regards, On Mon, Oct 27, 2014 at 9:48 AM, Jonathan Vila Lopez jonathan.v...@gmail.com wrote: Hello Charles But, with that code I used I successfully get the response and successfully unmarshals it.. in fact, in my code my problem was in the line of setBody I can not get

Re: Simple and easy REST client with Camel

2014-10-27 Thread Charles Moulliard
You syntax is not correct as unmarshalling of jackson will return On Mon, Oct 27, 2014 at 10:56 AM, Jonathan Vila Lopez jonathan.v...@gmail.com wrote: Hi Charles Oki, thank you. But, how can I retrieve 3 attributes from the JSON and print out them ? In the line 3 I get nothing

Re: Simple and easy REST client with Camel

2014-10-27 Thread Charles Moulliard
log message=Attribute code : ${body[code]}/ log message=Attribute status : ${body[status]}/ log message=Attribute stacopyrighttus : ${body[copyright]}/ log message=Attribute title : ${body[title]}/ /route On Mon, Oct 27, 2014 at 11:47 AM, Charles Moulliard

Re: Simple and easy REST client with Camel

2014-10-27 Thread Charles Moulliard
Stream caching is described here : http://camel.apache.org/stream-caching.html On Mon, Oct 27, 2014 at 12:41 PM, Jonathan Vila Lopez jonathan.v...@gmail.com wrote: Hi Charles You are right. thank you a lot. Is that explained in any documentation page ? to read the source. Kind

Re: [VOTE] Release Apache Camel 2.12.5

2014-10-24 Thread Charles Moulliard
) Vote is open for at least 72 hours. Thanks, Christian -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Not all processors are listed in JMX, preventing detailed route statistics/profiling

2014-10-24 Thread Charles Moulliard
-preventing-detailed-route-statistics-profiling-tp5757634p5757959.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Not all processors are listed in JMX, preventing detailed route statistics/profiling

2014-10-21 Thread Charles Moulliard
-tp5757634p5757820.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Not all processors are listed in JMX, preventing detailed route statistics/profiling

2014-10-21 Thread Charles Moulliard
You could also use breakpoint within the method shouldRegister(Object service, Route route) of DefaultManagementLifecycleStrategy class to check why we return false On Tue, Oct 21, 2014 at 8:24 AM, Charles Moulliard ch0...@gmail.com wrote: Hi Blacktie, Can you enable this camel jmx property

Re: Camel Splitter EIP

2014-10-21 Thread Charles Moulliard
://camel.465427.n5.nabble.com/Camel-Splitter-EIP-tp5757844p5757845.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel Splitter EIP

2014-10-21 Thread Charles Moulliard
, ...). Regards, On Tue, Oct 21, 2014 at 11:15 AM, contactreji contactr...@gmail.com wrote: Hi Charles Thanks for you input. I have change to token. But i get errors as *Caused by: org.xml.sax.SAXParseException; lineNumber: 50; columnNumber: 24; cvc-complex-type.3.2.2: Attribute 'mode

Re: Camel Splitter EIP

2014-10-21 Thread Charles Moulliard
xtokenize is only available since Apache Camel 2.14 as described in the documentation. On Tue, Oct 21, 2014 at 12:06 PM, contactreji contactr...@gmail.com wrote: Hi Charles I also found something called xtokenize on http://camel.apache.org/splitter.html documentation page. Can you suggest

Re: Camel JMS message topic handling

2014-10-21 Thread Charles Moulliard
-topic-handling-tp5757853.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: XML Signature: XAdES-BES Support

2014-10-20 Thread Charles Moulliard
Hi Franz, This is also what I have suggested two in a previous thread (expand the xml-security dataformat) Regards, On Fri, Oct 17, 2014 at 4:19 PM, Franz Paul Forsthofer emc2...@googlemail.com wrote: HI Charles and Gonzalo, I do not think it is necessary to develop a new dataformat

Re: Camel Endpoint / Consumer startup

2014-10-17 Thread Charles Moulliard
mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: ProducerTemplate without using Spring

2014-10-17 Thread Charles Moulliard
.nabble.com/ProducerTemplate-without-using-Spring-tp5739099p5757633.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: onException and doTry

2014-10-16 Thread Charles Moulliard
- Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel MQTT Endpoint reconnect on transport failure

2014-10-15 Thread Charles Moulliard
); } }); } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-MQTT-Endpoint-reconnect-on-transport-failure-tp5757564.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog

Re: Question about the message group

2014-10-15 Thread Charles Moulliard
-the-message-group-tp5757580.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Need help with OAuth for Camel Https Client

2014-10-14 Thread Charles Moulliard
+Quickstart ) Regards, Charles On Mon, Oct 13, 2014 at 9:44 PM, camelcoder07 dmhu...@hotmail.com wrote: I am needing some help understanding how I can change a camel router from using API key authentication to OAuth which is required by the web service. I currently have the below code working

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
Desarrollo (RD) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com El 14-10-2014, a las 4:02, Charles Moulliard ch0...@gmail.com escribió: Hi Gonzalo, The xml-security dataformat

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
Excellent news. Could you please raise a ticket here to keep track of your development https://issues.apache.org/jira/browse/CAMEL ? On Tue, Oct 14, 2014 at 2:33 PM, Gonzalo Vasquez gvasq...@altiuz.cl wrote: Hi Charles, Sounds good, I'm actually already using the base64 dataformat, so using

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
could also request to Santuario project that they support XADES-BES algorythm On Tue, Oct 14, 2014 at 2:43 PM, Charles Moulliard ch0...@gmail.com wrote: Excellent news. Could you please raise a ticket here to keep track of your development https://issues.apache.org/jira/browse/CAMEL ? On Tue

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com El 14-10-2014, a las 9:50, Charles Moulliard ch0...@gmail.com escribió: We could perhaps integrate your work with the existing xml

Re: XML Signature: XAdES-BES Support

2014-10-14 Thread Charles Moulliard
? Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (RD) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com El 14-10-2014, a las 10:02, Charles

Re: Http bridgeEndpoint to proxy a distant server

2014-10-10 Thread Charles Moulliard
at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Http bridgeEndpoint to proxy a distant server

2014-10-10 Thread Charles Moulliard
solve this using only DSL ? Regards, Antoine. -- View this message in context: http://camel.465427.n5.nabble.com/Http-bridgeEndpoint-to-proxy-a-distant-server-tp5757448p5757474.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-09 Thread Charles Moulliard
at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Camel - JAAS / Fuse

2014-10-08 Thread Charles Moulliard
list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Basic Authentication - Camel Jetty

2014-10-08 Thread Charles Moulliard
share the piece of code. Cheers Reji -- View this message in context: http://camel.465427.n5.nabble.com/Basic-Authentication-Camel-Jetty-tp5757392.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread Charles Moulliard
at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Handling error per endpoint

2014-10-07 Thread Charles Moulliard
! Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Handling-error-per-endpoint-tp5757191.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http

Re: problem with exchange.getProperty in multi threaded environment

2014-10-06 Thread Charles Moulliard
this message in context: http://camel.465427.n5.nabble.com/problem-with-exchange-getProperty-in-multi-threaded-environment-tp5757354.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog

Re: camel-quartz2 2.14.0 as a polling consumer for a JMS Queue

2014-10-02 Thread Charles Moulliard
-2-14-0-as-a-polling-consumer-for-a-JMS-Queue-tp5757292.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: UnitOfWork in Camel 2.14

2014-10-02 Thread Charles Moulliard
thoughts? Regards, Max. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: UnitOfWork in Camel 2.14

2014-10-02 Thread Charles Moulliard
of org.apache.camel.spi.SynchronizationRouteAware Its called 3 times because - before routing - after route - done (either onComplete or onFailure) On Thu, Oct 2, 2014 at 9:17 AM, Charles Moulliard ch0...@gmail.com wrote: Hi Max, Is it called 3 times because an exception has been throw in the route ? Do you have a test case

Re: Camel websocket over STOMP

2014-10-01 Thread Charles Moulliard
, can someone share their experience and the configurations/code?Thanks, Gordon -- View this message in context: http://camel.465427.n5.nabble.com/Camel-websocket-over-STOMP-tp5757258.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache

Re: OnCompletion in Camel 2.14

2014-09-30 Thread Charles Moulliard
simple${body}/simple /transform /route /camelContext Thanks, Max. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Multiple CamelContext and Swagger

2014-09-30 Thread Charles Moulliard
, what would be the best way to support an application with multiple camel contexts? Obviously one way is to create a swagger Servlet for each camel context. Is there a cleaner way? Regards, Max. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog

Re: JacksonDataFormat disable JAXB annotations

2014-09-24 Thread Charles Moulliard
/JacksonDataFormat-disable-JAXB-annotations-tp5756891.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Why does Bindy prohibit empty files?

2014-09-24 Thread Charles Moulliard
in advance for any feedback. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Route Design Suggetion

2014-09-22 Thread Charles Moulliard
- Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Route Design Suggetion

2014-09-22 Thread Charles Moulliard
in context: http://camel.465427.n5.nabble.com/Route-Design-Suggetion-tp5756825p5756831.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Error with transform

2014-09-18 Thread Charles Moulliard
list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: TypeConverter suddenly not available...

2014-09-18 Thread Charles Moulliard
that a convert could not be found. If I then restart the route everything works until it looses the converter again. Anyone with an idea as to why it looses the converter ?? I'm running Camel inside Karaf if that is an issue.. Regards, Svend -- Charles Moulliard Apache Committer / Architect @RedHat

Re: TypeConverter suddenly not available...

2014-09-18 Thread Charles Moulliard
, public boolean removeTypeConverter(Class? toType, Class? fromType) { return getDelegate().removeTypeConverter(toType, fromType); } Regards, Charles On Thu, Sep 18, 2014 at 11:07 AM, Svend-Ole Nielsen svend-ole.niel...@vehco.com wrote: Hi Charles Sorry for not providing the info

Re: Download camel-extra / Hibernate component.

2014-09-12 Thread Charles Moulliard
attachments from your system. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

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 ch0

Re: Apachecamel_Netty

2014-09-10 Thread Charles Moulliard
, and archival by the Company -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Route Camel : Pass variables in a SQL query

2014-09-09 Thread Charles Moulliard
from the Camel - Users mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: How to Enable SSL on Camel MQTT component

2014-09-04 Thread Charles Moulliard
September 2014 12:04, Charles Moulliard ch0...@gmail.com wrote: Hi, I think that debugging will be required as you get a message type = 0 (see code here : https://github.com/fusesource/mqtt-client/blob/master/mqtt-client/src/main/java/org/fusesource/mqtt/client

Re: camel hdfs to ftp

2014-09-02 Thread Charles Moulliard
use hdfs api and java ftp api for this. Any example or suggestions on which way to proceed will be great. Regards, R.Monish -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: camel hdfs to ftp

2014-09-02 Thread Charles Moulliard
an empty message, check that you get this property --) to trigger your second camel route. On Tue, Sep 2, 2014 at 8:35 AM, Charles Moulliard ch0...@gmail.com wrote: Hi Monish, What is your use case ? If you use Apache Camel to transfert the files from a directory to a FTP Server, what would you

Re: How to Enable SSL on Camel MQTT component

2014-09-02 Thread Charles Moulliard
if anybody can give me some hints. Thanks in advance. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Using Timer in Camel

2014-09-02 Thread Charles Moulliard
one Timer object and thread will be used. Thanks Shiv -- View this message in context: http://camel.465427.n5.nabble.com/Using-Timer-in-Camel-tp5755951.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Matt Sicker boa...@gmail.com -- Charles

Re: 'Could not unregister error handler' warning destroying a BlueprintCamelContext

2014-09-01 Thread Charles Moulliard
list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

  1   2   3   4   5   6   7   8   >