Re: Using Camel to quickly execute just one route?

2017-02-08 Thread Zoran Regvart
> Currently it seems that I still have to add the route to the CamelContext, > start it, then call my ConsumerTemplate and after that stop the context. > > Best Regards > > -christian- -- Zoran Regvart

Re: Using Camel to quickly execute just one route?

2017-02-08 Thread Zoran Regvart
tart the Camel Engine but it would wait for a command > ("direct:start") before it does anything and then would have to be > manually be polled, correct? > > Best Regards, > > -christian- > > Am Wed, 8 Feb 2017 09:41:24 +0100 > schrieb Zoran Regvart <zo...@reg

Re: manage headers

2017-01-25 Thread Zoran Regvart
BatchLog.class, "createBatchIn(${header.TransactionId}, > CBSS_FTP:{{sftpCbss.ip}}, ${header.VoucherName}, ${header.FilenameList}, 0, > ${header.CbssBatchId}, " > +"${header.VoucherTimestamp}, PROVICBSS, > UPDATE_PERSON_DATA, {{main.applicationid}})") > > .setHeader() => in a custom bean > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/manage-headers-tp5793035.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-02-11 Thread Zoran Regvart
a"); > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-set-JMS-IBM-MQMD-ApplIdentityData-using-camel-tp5793781p5793783.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-02-10 Thread Zoran Regvart
> ref="bxCredentialsConnectionFactory" /> > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-set-JMS-IBM-MQMD-ApplIdentityData-using-camel-tp5793780.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-02-15 Thread Zoran Regvart
ext: > http://camel.465427.n5.nabble.com/Unable-to-set-JMS-IBM-MQMD-ApplIdentityData-using-camel-tp5793781p5793885.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: activemq+camel encrypt/decrypt byte message Problem

2017-02-16 Thread Zoran Regvart
pied over from one to another) and load your secret key from it. zoran -- Zoran Regvart

Re: Processing VERY large result sets

2016-11-10 Thread Zoran Regvart
> > -- > View this message in context: > http://camel.465427.n5.nabble.com/Processing-VERY-large-result-sets-tp5790018.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: 'host' configuration param not used by servlet

2016-11-02 Thread Zoran Regvart
on some Servlet engines / middlewares, it might not in your case, especially if you're using Tomcat. Another header that you might want to investigate is the `Host` header, it's used for virtual hosts, and you might have an option to set it in your proxy (on the request sent to the backend). zoran --

Re: 'host' configuration param not used by servlet

2016-11-02 Thread Zoran Regvart
-Host header to the servlet engine (watchout for Tomcat [1])? You can always implement a Servlet filter that would override the getRequestURL using HttpServletRequestWrapper or (if using) Tomcat Valve that would do the same. zoran [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 -- Zoran R

Re: Polling consumer poll period

2016-11-02 Thread Zoran Regvart
376 INFO 22784 --- [timer://mytimer] route1 > 2016-11-02 07:25:05.376 INFO 22784 --- [timer://mytimer] route1 -- Zoran Regvart zregv...@redhat.com

Re: mutually-authenticated SSL with websockets

2016-12-13 Thread Zoran Regvart
nent support this functionality? According to the > camel websocket page, the SSL params are for consumers only which makes me > think that 2-way SSL isn't supported. > > > Cheers, > Mark -- Zoran Regvart

Re: Unable to update httpclientconfigurer instance on dynamic to endpoint.

2017-03-23 Thread Zoran Regvart
n context: > http://camel.465427.n5.nabble.com/Unable-to-update-httpclientconfigurer-instance-on-dynamic-to-endpoint-tp5795918.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Apache Camel - ftp component - need to use absolute path

2017-03-29 Thread Zoran Regvart
: > http://camel.465427.n5.nabble.com/Apache-Camel-ftp-component-need-to-use-absolute-path-tp5796693.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: S3 MultiPart upload for InputStream

2017-03-29 Thread Zoran Regvart
not supported for any particular reason? > > Thanks Artur > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/S3-MultiPart-upload-for-InputStream-tp5796702.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: camel sql insert clear body with CamelSqlRetrieveGeneratedKeys and MariaDB

2017-03-31 Thread Zoran Regvart
otify > supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, > using, copying or disclosing its contents to any other person. > We accept no liability for damage related to data and/or documents which are > communicated by electronic mail. -- Zoran Regvart

Re: [Urgent] Same file getting downloads from multiple instances

2017-03-31 Thread Zoran Regvart
re any way I can use apache camel as distributed system to avoid > duplicate download of files? > > Please help me out. > > > -- > Chandresh Pancholi > Senior Software Engineer > Flipkart.com > Email-id:chandresh.panch...@flipkart.com > Contact:08951803660 -- Zoran Regvart

Re: Camel - No component found with scheme:mybatis

2017-03-31 Thread Zoran Regvart
se of Failed to resolve endpoint: > mybatis://selectAuditLogByPrimaryKey?statementType=SelectOne due to: No > component found with scheme: mybatis > > > As far as I can tell, I've got the right dependencies i nthe pom file to > hook all of this together, and mybatis works fine in the source code. For > unit testing I can work around it by replacing the endpoint, but I can't > write any integration tests for my route > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-No-component-found-with-scheme-mybatis-tp5796762.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: camel sql insert clear body with CamelSqlRetrieveGeneratedKeys and MariaDB

2017-03-31 Thread Zoran Regvart
Berchem, België > Product Owner Integrations / Integrations Manager > Prince II certified – ITIL certified > Tel: +32-3-326.50.75 > > -Original Message- > From: Zoran Regvart [mailto:zo...@regvart.com] > Sent: vrijdag 31 maart 2017 12:14 >

Re: Curious routing case

2017-03-31 Thread Zoran Regvart
create routes dynamically. If a message comes > belonging to a group that doesn't have it's handling route, then i could > create it (is that even possible??) Then if there's no messages coming for > a given group in some time I could remove the route for the group to > cleanup (is that

Re: Using ConsumerTemplate to fetch files.

2017-03-31 Thread Zoran Regvart
=true=true=0 > > Since URL 1 and URL 2 is written inside the processor when exception happens > like unable to connect to FTP, onException is not able to handle that > properly. And the route ends with a lot of stack trace. > > Kindly help. This is a bit urgent since we have a service that needs to be > delivered urgently. > > Thanks & Regards > Dilip H Pashupathi > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-ConsumerTemplate-to-fetch-files-tp3304671p5796786.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: camel-test 2.18.3 not in mvn repo?

2017-03-14 Thread Zoran Regvart
.camel/camel-test >> >> Thanks, >> Mac >> >> -- >> Omnem crede diem tibi diluxisse supremum. >> > > > > -- > Omnem crede diem tibi diluxisse supremum. -- Zoran Regvart

Design the new Camel Logo

2017-03-16 Thread Zoran Regvart
/28/new-apache-camel-logo-open-for-proposals.html Share your comments on the pull requests, or the CAMEL-10543 JIRA issue[1], or better still have a crack at designing the next Camel logo, zoran [1] https://issues.apache.org/jira/browse/CAMEL-10543 -- Zoran Regvart

Re: Using ConsumerTemplate to fetch files.

2017-04-03 Thread Zoran Regvart
eting that file, the file should be taken as a backup and > placed in one of the subdirectory. > 3. After that from the request I need read the data and produce a file that > should be placed in the ftp root directory. -- Zoran Regvart

Re: Curious routing case

2017-04-03 Thread Zoran Regvart
ince I don't know upfront how many and what groups there will be >> > then I would need to create routes dynamically. If a message comes >> > belonging to a group that doesn't have it's handling route, then i could >> > create it (is that even possible??) Then if there's no messages coming >> for >> > a given group in some time I could remove the route for the group to >> > cleanup (is that possible?) >> > >> > New to Camel >> > >> > Thx! >> > Artur >> >> >> >> -- >> Zoran Regvart >> -- Zoran Regvart

Re: Best way to poll a database and process in chunks

2017-04-06 Thread Zoran Regvart
gt; Is there another way to do that currently in Camel? I tried to connect the > output of the SQL component with another SQL component but I think I might > need a bean processor to generate the correct body. In any case, I think > that would be a useful built-in feature, so if you agree I will create a > ticket for that. -- Zoran Regvart

Re: Camel SSH - dynamic values

2017-04-12 Thread Zoran Regvart
() .setPassword("...")) .to("ssh:..."); zoran On Wed, Apr 12, 2017 at 7:34 PM, urwithsumit <sumit.kushw...@gmail.com> wrote: > Any advice on how i can make a SSH login with username and a RSA Token ex: > 87632345? -- Zoran Regvart

Re: Spring Boot > 1.5 fails when camel-swagger-java in place

2017-04-19 Thread Zoran Regvart
ds, > Thomas > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spring-Boot-1-5-fails-when-camel-swagger-java-in-place-tp5797920.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Spring Boot > 1.5 fails when camel-swagger-java in place

2017-04-19 Thread Zoran Regvart
eption`, zoran [1] https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto-configure-jpa-properties -- Zoran Regvart

Re: Fatal error in the JVM with weblogic and apache camel

2017-03-13 Thread Zoran Regvart
gt; > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fatal-error-in-the-JVM-with-weblogic-and-apache-camel-tp5795309.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Camel marker files ".camelLock" not deleted

2017-03-13 Thread Zoran Regvart
perfectly. With one > small flaw: the marker files of Camel (whatever.camelLock) are not deleted. > That makes the operation guys nervous. > > Can I do something so that these marker files are deleted? Is this kind of > a misconfiguration of my file endpoint? > > Thanks a lot > Stephan -- Zoran Regvart

Re: Best RES-component with SSL

2017-03-03 Thread Zoran Regvart
about this question, a bit unsettling. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Best-RES-component-with-SSL-tp5794717.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Apache Camel - ftp component - need to use absolute path

2017-04-13 Thread Zoran Regvart
could shade more light. But I believe that the stance not to support absolute paths will remain in the future, from what I gather these were just one of many issues that in the end resulted in not supporting absolute paths. zoran -- Zoran Regvart

Re: Documentation for camel-milo component

2017-08-11 Thread Zoran Regvart
46 16 > DK-6000 Kolding > Phone > +45 75 53 73 93 > e...@artogis.dk > > > > -- Zoran Regvart

Re: SQL component - comparing consumer against database

2017-07-07 Thread Zoran Regvart
nks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/SQL-component-comparing-consumer-against-database-tp5806564.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Camel cxf with Spring boot manual starting route

2017-07-18 Thread Zoran Regvart
rsa olsun > i?eri?inden, iletilmesinden, al?nmas?ndan, saklanmas?ndan sorumlu de?ildir. > Bu mesaj?n i?eri?i yazar?na ait olup, IBTech A.?.'nin g?r??lerini > i?ermeyebilir. > > The information contained in this e-mail (including any attachments)is > confidential. It must not be disclosed to any person without our authority. > If you are not the intended recipient, please delete it from your system > immediately. IBTech A.S. makes no warranty as to the accuracy or completeness > of any information contained in this message and hereby excludes any > liability of any kind for the information contained therein or for the > information transmission, reception, storage or use of such in any way > whatsoever. Any opinions expressed in this message are those of the author > and may not necessarily reflect the opinions of IBTech A.S. -- Zoran Regvart

Re: https4

2017-07-18 Thread Zoran Regvart
ificate found > > Additional Info: > Devices cannot communicate on http. It has to be https. > I have no control over the certificates for the devices. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/https4-tp5807254.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: CxfEndpoint and wsdl message part issue

2017-07-27 Thread Zoran Regvart
relies on it; any form of disclosure, modification, > distribution and/or publication of this email is also prohibited. > > Although the Queensland Ambulance Service takes all reasonable steps to > ensure this email does not contain malicious software, the Queensland > Ambulance Service does not accept responsibility for the consequences if any > person's computer inadvertently suffers any disruption to services, loss of > information, harm or is infected with a virus, other malicious computer > programme or code that may occur as a consequence of receiving this email. > > Unless stated otherwise, this email represents only the views of the sender > and not the views of the Queensland Government. > > > > The content presented in this publication is distributed by the Queensland > Government as an information source only. The State of Queensland makes no > statements, representations or warranties about the accuracy, completeness or > reliability of any information contained in this publication. The State of > Queensland disclaims all responsibility and all liability (including without > limitation for liability in negligence) for all expenses, losses, damages and > costs you might incur as a result of the information being inaccurate or > incomplete in any way, and for any reason reliance was placed on such > information. -- Zoran Regvart

Re: shutdown strategy is set on context level / way of route level?

2017-07-27 Thread Zoran Regvart
status=0 > 'initial' in order not to miss processing those records when the process is > restarted. > > Or is there any other way doing what i want to achieve? -- Zoran Regvart

Re: Application halts for 30 minutes or until restart

2017-07-27 Thread Zoran Regvart
d cause what we're seeing? My next step is to > capture a heap dump but we're down to dark magic levels. > > We're trying hawt.io to get some visibility but it's a real pain within a > docker-compose launched set of containers due to some security restrictions > recently introduced a

Re: Classloader error - org.apache.xerces.util.SecurityManager not found

2017-06-28 Thread Zoran Regvart
main/java/org/apache/camel/converter/jaxp/XmlConverter.java#L1137 -- Zoran Regvart

Re: how to use CamelSpringTestSupport

2017-07-04 Thread Zoran Regvart
} > > But I'm not sure how to fill the test method. > I will be happy for any help. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-to-use-CamelSpringTestSupport-tp5805805.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Classloader error - org.apache.xerces.util.SecurityManager not found

2017-06-28 Thread Zoran Regvart
seeing those messages in the log files is that you have your logging set to log TRACE messages. zoran -- Zoran Regvart

Re: Guidance to choose "future proof" http consumer/producer components

2017-04-26 Thread Zoran Regvart
a bit vague and I didn't find any > discussion about the deprecation on the dev forum. > > Thank you! > Sebastian > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Guidance-to-choose-future-proof-http-consumer-producer-components-tp5798182.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Downloading RedHat Version Of Camel

2017-08-01 Thread Zoran Regvart
the open source nature of the > productized version. > > I can see that a recent version of 2.17 is available at the following link. > > https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/apache-camel/ > > I am just wondering if there are newer version avail

Re: Camel Kafka SASL plain with broker list rather than zookeeper

2017-08-19 Thread Zoran Regvart
> http://camel.465427.n5.nabble.com/Camel-Kafka-SASL-plain-with-broker-list-rather-than-zookeeper-tp5811191.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: JBoss/HornetQ JMS JNDI Spring config - getting connectionFactory must be specified error

2017-08-19 Thread Zoran Regvart
s/exported/jms/queue/testQueue"/> > > > > > > And my route looks like this: > public void configure() throws Exception { > from("direct:start") > .to(("jms:queue:testQueue")) > } > > I also created a JBoss application user and added it to a "guest" > role. > > On my test class, I send a message to "direct:start", and then I get > the exception above (cause). > > Any help will be much appreciated... thank you! > > -Francis- > > > SGI (Corporate Head Office) • 2260 11th Avenue • Regina, SK • S4P0J9 • > www.sgi.sk.ca • 1-844-TLK-2SGI (1-844-855-2744) > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If you are not the named addressee, please notify the sender > immediately by e-mail if you have received this e-mail by mistake and > delete this e-mail from your system. If you are not the intended > recipient you are notified that using, disclosing, copying or > distributing the contents of this information is strictly prohibited. > > You are receiving this message because you are a customer of SGI. If > you do not wish to receive promotional messages via email, go to > https://mysgi.sgi.sk.ca/afOnlineServices/onlineservices/public/customerUnsubscribe.do > to unsubscribe (but you'll be missing out!) > > > -- Zoran Regvart

Re: No type converter available to convert from type: java.lang.String to the required type: org.apache.cxf.Bus

2017-08-19 Thread Zoran Regvart
pter.sfsf.component.SfsfComponent.createEndpoint(SfsfComponent.java:30) > at > org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:114) > at > org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:568) > ... 53 common frames omitted > | > 2017 08 11 > 18:28:56#+00#ERROR#com.sf.it.rt.adapter.sfsf.component.internal.SfsfOnCompletionService##anonymous#DefaultQuartzScheduler-Global_Pay_EMEA_Reg_Worker-1#na#avphcie#e0726iflmap#web##na#na#na#na#Execution > is failed for camelContextId Global_Pay_EMEA_Reg, sfsfId > PicklistSFPickListReceiver| > 2017 08 11 > -- > > Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/No-type-converter-available-to-convert-from-type-java-lang-String-to-the-required-type-org-apache-cxs-tp5810933.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Race Condition in Aggregation using HazelcastAggregationRepository in a cluster

2017-08-19 Thread Zoran Regvart
about resending the MQ message in case of an timeout but as the > request has side effects on the system that > processes the message this is not really an option. > > So I hope I could make myself clear, > If you have any questions which would help you to help me, I'd happy to > answer them. > > Regards, > Michael > > > -- Zoran Regvart

Re: Camel spring boot destroys beans with wrong order.

2017-05-12 Thread Zoran Regvart
a jar with > your changes in order to test it locally? > > Thanks, > Giannis > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-spring-boot-destroys-beans-with-wrong-order-tp5799304p5799359.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-12 Thread Zoran Regvart
uot;safe" > to use in production or I might encounter other problems. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/OnApplicationEvent-not-called-with-CamelAutoConfiguration-tp5798802p5799358.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Async bean method

2017-05-10 Thread Zoran Regvart
1.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-10 Thread Zoran Regvart
w this message in context: > http://camel.465427.n5.nabble.com/OnApplicationEvent-not-called-with-CamelAutoConfiguration-tp5798802.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-11 Thread Zoran Regvart
Hi I've created CAMEL-11261[1] and pull request[2] can you test and provide feedback? thank you, zoran [1] https://issues.apache.org/jira/browse/CAMEL-11261 [2] https://github.com/apache/camel/pull/1685 -- Zoran Regvart

Re: problem when using elasticsearch5 component with camel-2.19.0

2017-05-11 Thread Zoran Regvart
gt; View this message in context: > http://camel.465427.n5.nabble.com/problem-when-using-elasticsearch5-component-with-camel-2-19-0-tp5799247p5799287.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: problem when using elasticsearch5 component with camel-2.19.0

2017-05-11 Thread Zoran Regvart
csearch5-component-with-camel-2-19-0-tp5799247p5799291.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-11 Thread Zoran Regvart
Hi, you can checkout my reply in the other thread[1] to see if the workaround I described there helps you. zoran [1] http://camel.465427.n5.nabble.com/Camel-spring-boot-destroys-beans-with-wrong-order-tp5799304p5799322.html On Thu, May 11, 2017 at 10:58 AM, Zoran Regvart <zo...@regvart.

Re: Camel spring boot destroys beans with wrong order.

2017-05-11 Thread Zoran Regvart
65427.n5.nabble.com/OnApplicationEvent-not-called-with-CamelAutoConfiguration-td5798802.html> > however the workaround does not work for me. Is there a possible workaround > for this issue? > > Thank you, > Giannis > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-spring-boot-destroys-beans-with-wrong-order-tp5799304.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-10 Thread Zoran Regvart
? > > I'm lost really thought it was that and calling it was fixing it though ... > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/OnApplicationEvent-not-called-with-CamelAutoConfiguration-tp5798802p5799249.html > Sent from the Camel - Users

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-10 Thread Zoran Regvart
Hi, I've created a pull request[1] to start the discussion if we could do better in this case. Can you help by reviewing or checking it out and trying it on your end to confirm that it helps? thanks :) [1] https://github.com/apache/camel/pull/1685 On Wed, May 10, 2017 at 9:48 PM, Zoran Regvart

Re: Async bean method

2017-05-10 Thread Zoran Regvart
n a separate thread pool. > > > > - > Morten Bendiksen > -- > View this message in context: > http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799235.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Camel with embedded ActiveMQ / Web-Console

2017-05-10 Thread Zoran Regvart
Hi Burner, have you configured the Spring Boot Maven plugin?[1] zoran [1] https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html -- Zoran Regvart

Re: problem when using elasticsearch5 component with camel-2.19.0

2017-05-10 Thread Zoran Regvart
> > Can you help me ?? > > Regards, > Rachid KRAIEM > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/problem-when-using-elasticsearch5-component-with-camel-2-19-0-tp5799247.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Camel processes only the first 150 rows in CSV

2017-05-18 Thread Zoran Regvart
/server:port/dropbox?delay=1=failed=true=done; > > from(endpoint).to("direct:file_Processor") > > > } > > > Regards, > > Prasad -- Zoran Regvart

Re: Which Component is best to implement Rest EndPoint please suggest me.

2017-05-18 Thread Zoran Regvart
l.apache.org/rest-dsl.html [2] https://camel.apache.org/cxfrs.html -- Zoran Regvart

Re: LDAP search

2017-05-17 Thread Zoran Regvart
ader.name}. Can > anyone help me to solve this. > > Thank in advance, > Ajay > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/LDAP-search-tp5799687.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Camel spring boot destroys beans with wrong order.

2017-05-12 Thread Zoran Regvart
was just a leftover > of trying stuff :). > As for the fix in the PR I tried it and it didn't work, I see the same > behaviour as with the workaround without the loop. -- Zoran Regvart

New Apache Camel Logo - vote results

2017-05-16 Thread Zoran Regvart
://issues.apache.org/jira/secure/attachment/12856742/new_log_camel.jpg https://issues.apache.org/jira/browse/CAMEL-10543 received 14 (5.74%) votes 3. Design by Merkushev Kirill submitted at https://github.com/apache/camel/pull/1369 received 59 (24.18%) votes 4. Design by Zoran Regvart (1) submitted at https

Re: ERROR : com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'H' (code 72) in prolog; expected '<'

2017-06-12 Thread Zoran Regvart
4 > ) [woodstox-core-asl-4.4.1.jar:4.4.1] > > at > com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1131) > [woodstox-core-asl-4.4.1.jar:4.4.1] > > at > com.ctc.wstx.sr.BasicStreamReader.nextTag(BasicStreamReader.java:1154) > [woodstox-core-asl-4.4.1.jar:4.4.1] > > at > org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage > (ReadHeadersInterceptor.java:161) [cxf-rt-bindings-soap-3.0.4.jar:3.0.4] > > > > Thank you, > > Siddharth Patil > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ERROR-com-ctc-wstx-exc-WstxUnexpectedCharException-Unexpected-character-H-code-72-in-prolog-expected-tp5803231.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: microprofile/wildfly-swarm + camel-cdi

2017-06-23 Thread Zoran Regvart
I version mismatch, but I'm not sure. Is there any > way to fix it? > > Cheers, > Dmitry -- Zoran Regvart

Re: https ssl config with authorization bearer

2017-06-24 Thread Zoran Regvart
ot;Bearer ") > always gives a 401. It works in SoapUI. > > Thanks! > > Mary Cochran > Red Hat Consulting > mcoch...@redhat.com > (419) 543-0531 -- Zoran Regvart

Re: microprofile/wildfly-swarm + camel-cdi

2017-06-24 Thread Zoran Regvart
> "http://java.sun.com/xml/ns/javaee":decorators, > "http://java.sun.com/xml/ns/javaee":alternatives, WC[##other:"h > ttp://java.sun.com/xml/ns/javaee"]}' is expected. > > Not sure if it's related to the warnings, but Camle-CDI is not bootstrapped > at the

Re: How to enable debugging in camel router?

2017-05-26 Thread Zoran Regvart
ld be great if you share a code snippet or blog post link. > > Thanks in advance > > -- > Chandresh Pancholi > Senior Software Engineer > Flipkart.com > Email-id:chandresh.panch...@flipkart.com > Contact:08951803660 -- Zoran Regvart

Re: CamelContext Fails to start when consuming from a down database

2017-05-16 Thread Zoran Regvart
e, and the sql query in a > pollEnrich just after, but it's quite dirty. > > You can find the whole stack here : > https://pastebin.com/XvYpCjZK > > Jonathan Schoreels -- Zoran Regvart

Re: Camel spring boot destroys beans with wrong order.

2017-05-30 Thread Zoran Regvart
feedback is welcome :) thanks, zoran [1] https://repository.apache.org/content/repositories/snapshots/org/apache/camel/ On Fri, May 12, 2017 at 5:04 PM, Zoran Regvart <zo...@regvart.com> wrote: > Hi Giannis, > thank you for testing and providing logs, this is now something we can >

Re: How to Extract json key, value from MQTT payload

2017-06-07 Thread Zoran Regvart
. However I could not > able to get the values in > .setBody("INSERT INTO MY_TABLE (ID, NAME) VALUES (:?id, :?name)") > > the output will be like this : INSERT INTO MY_TABLE (ID, NAME) VALUES (:?id, > :?name) zoran [1] https://camel.apache.org/sql-component.html#SQLCompon

Re: Camel Smb Protocol is not supporting SMBv2 & SMBv3..

2017-06-06 Thread Zoran Regvart
w this message in context: > http://camel.465427.n5.nabble.com/Camel-Smb-Protocol-is-not-supporting-SMBv2-SMBv3-tp5801518.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: How to Extract json key, value from MQTT payload

2017-06-06 Thread Zoran Regvart
Processor()) // Extract json data here > .to("jdbc:myDataSource?resetAutoCommit=false"); > > Can any one help me on how to get the values. > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-Extract-json-key-value-from-MQTT-payload-tp5801958.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: ActiveMQ shuts down before Camel routes when stopping service in Windows

2017-06-16 Thread Zoran Regvart
sole after producing message and before > stopping activemq service. > No errors in log: activemq-5-14-5-jconsole.log > <http://camel.465427.n5.nabble.com/file/n5804170/activemq-5-14-5-jconsole.log> > . > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ActiveMQ-shuts-down-before-Camel-routes-when-stopping-service-in-Windows-tp5803644p5804170.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: ActiveMQ shuts down before Camel routes when stopping service in Windows

2017-06-14 Thread Zoran Regvart
> > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ActiveMQ-shuts-down-before-Camel-routes-when-stopping-service-in-Windows-tp5803644.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

New Apache Camel Logo - voting is now open

2017-05-01 Thread Zoran Regvart
. Design by Bharadwaj Nakka submitted at https://issues.apache.org/jira/secure/attachment/12856742/new_log_camel.jpg https://issues.apache.org/jira/browse/CAMEL-10543 3. Design by Merkushev Kirill submitted at https://github.com/apache/camel/pull/1369 4. Design by Zoran Regvart (1) submitted

Re: Camel with embedded ActiveMQ / Web-Console

2017-05-03 Thread Zoran Regvart
nk you for any Ideas, or links. > > Burner > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-with-embedded-ActiveMQ-Web-Console-tp5798586.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: camel oracle db integration

2017-05-03 Thread Zoran Regvart
e*(*CamelSupervisor.scala:164) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-oracle-db-integration-tp5798581.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Apache Camel - ftp component - need to use absolute path

2017-09-14 Thread Zoran Regvart
that the stance not to support absolute paths will > remain in the future, from what I gather these were just one of many > issues that in the end resulted in not supporting absolute paths. > > zoran > -- > Zoran Regvart > > > Quoted from: > http://camel.465427.n5.nabble.com/Apache-Camel-ftp-component-need-to-use-absolute-path-tp5796693p5797648.html > > > _ > Sent from http://camel.465427.n5.nabble.com > -- Zoran Regvart

Re: Issue with SpringBoot and Camel

2017-10-05 Thread Zoran Regvart
by non-existing CamelContext bean, you can definitely create your own SpringCamelContext @Bean and perform any customization you need there. zoran -- Zoran Regvart

Re: Issue with SpringBoot and Camel

2017-10-04 Thread Zoran Regvart
make a copy of it calling afterPropertiesSet in > @PostConstruct but I'm not sure if it is safe. There should be a reason why > this have not been done. > > _________ > Sent from http://camel.465427.n5.nabble.com > -- Zoran Regvart

Re: Camel Kafka SASL plain with broker list rather than zookeeper

2017-08-20 Thread Zoran Regvart
n5.nabble.com/Camel-Kafka-SASL-plain-with-broker-list-rather-than-zookeeper-tp5811191p5811345.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Error Building Camel

2017-08-20 Thread Zoran Regvart
1.8.0.131-1jpp.1.el7_3.x86_64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.10.0-514.26.2.el7.x86_64", arch: "amd64", > family: "unix" > [cstark@cstark camel]$ http://camel.apache.org/building.html^C > [cstark@cstark camel]$ > > > If you can help please let me know thanks > Christian -- Zoran Regvart

Re: Camel JPA + Wildfly Swarm

2017-10-24 Thread Zoran Regvart
t; How can i configure the JTA in Swarm to be compatible with Camel JPA. -- Zoran Regvart

Re: No host for http4 connection

2017-10-24 Thread Zoran Regvart
qtp632841653-70], HttpParser - badMessage: > 400 No Host for > HttpChannelOverHttp@47cfe850{r=0,c=false,a=IDLE,uri=/cxf/rest/contact} > > Can anyone spot what I'm doing wrong here? I followed the instructions off > the Camel-HTTP4 web page. It seemed pretty straight-forward, so I'm not > understanding why it can't find a host. > > Thanks! > -Allen > -- Zoran Regvart

Re: Instrument camel connector or endpoints

2017-11-21 Thread Zoran Regvart
On Fri, Nov 17, 2017 at 12:41 AM, Christine Vladic <christine.vla...@standard.com> wrote: > Hello, > > How can we instrument if a connector (ex. JDBC or JMS or HTTP) used in a > camel route is healthy or not? > > Our service is written using Camel Springboot. > > Thank you, > Chris -- Zoran Regvart

Re: Multiple instance of a camel service

2017-11-21 Thread Zoran Regvart
e will be deployed in a clustered node thus multiple > instances will invoke the same REST API and gets the same payload. > Question, is there a camel pattern or component that can prevent instances of > the same camel service processing the same data. > > Thank you, > Chris -- Zoran Regvart

Re: SporadSporadically camel sending messages to incorrect client

2017-11-21 Thread Zoran Regvart
ponse) Server1 -> > CamelService -> Client2 > I want to know if there is any bug in seen in Camel earlier by any one else > and if yes, whether it has been resolved in any newer versions. > Regards,Madhu > > > > > -- Zoran Regvart

Re: Camel Stream caching seems not to delete the temporary files

2017-11-21 Thread Zoran Regvart
)201 12 24796 > mailto: christian.ja...@innogy.com > > > innogy SE Vorsitzender des Aufsichtsrates: Dr. Werner Brandt > Vorstand: Peter Terium (Vorsitzender), Dr. Hans Buenting, > Dr. Bernhard Guenther, Martin Herrmann, Hildegard Mueller, Uwe Tigges > Sitz der Gesellschaft: Essen, Eingetragen beim Amtsgericht Essen, > Handelsregister-Nr. HRB 27091, USt-IdNr. DE304171711 -- Zoran Regvart

Re: Gson Json unmarshal List

2017-11-03 Thread Zoran Regvart
ked the json going > into the unmarshal call and there is data there. Any idea what might be > happening? -- Zoran Regvart

Re: Spring - Create Bean after Camel Context is started

2017-11-09 Thread Zoran Regvart
ion, but > this has a no effect as the camel context is starting asynchronously. > > Any ideas how to solve this? > > Thanks and kind regards, > > Pascal > -- Zoran Regvart

Re: Gson Json unmarshal List

2017-11-02 Thread Zoran Regvart
erased so Gson has no idea what it's a list of, so > then I tried this for grins: > > .unmarshal().json(JsonLibrary.Gson, MyPojo.class) > > hoping the library would be pick up it was an array of this type, but it > doesn't. -- Zoran Regvart

Re: File2 error during commit, how can I handle the exception?

2018-05-22 Thread Zoran Regvart
amel-core:2.19.5] > at > org.apache.camel.util.FileUtil.renameFile(FileUtil.java:491)[140:org.apache.camel.camel-core:2.19.5] > at > org.apache.camel.component.file.FileOperations.renameFile(FileOperations.java:78)[140:org.apache.camel.camel-core:2.19.5] > ... 27 more > > I was hoping the exception handler is called so I can stop the route in this > situation. > -- Zoran Regvart

Config parameters in splitter group attribute, was: Re: camel-atmosphere-websocket + TomEE

2018-05-22 Thread Zoran Regvart
; can you inject a value from the config params file in to the splitter group > attribute? if so, what is the proper way of doing it? thanks! > > Is this possible? What am I doing wrong? Thank you! > > > > > > > > > > > > >

Re: Camel-salesforce Intermittent time outs

2018-05-22 Thread Zoran Regvart
[2] https://stackoverflow.com/questions/tagged/apache-camel [3] https://camel.apache.org/commercial-camel-offerings.html [4] https://camel.apache.org/support.html -- Zoran Regvart

  1   2   3   >