Search Discussions
-
This is a vote to release Apache Camel 2.15.3. It’s been quite a while since 2.15.2 and with lots of bugs fixed, it would be great to get it out there. This third/forth attempt fixes some of the ...
Daniel Kulp
Aug 17, 2015 at 12:23 pm
Aug 20, 2015 at 3:42 pm -
This is a vote to release Apache Camel 2.15.3. It’s been quite a while since 2.15.2 and with lots of bugs fixed, it would be great to get it out there. This second attempt fixes the problem with free ...
Daniel Kulp
Aug 13, 2015 at 4:16 pm
Aug 14, 2015 at 6:09 pm -
GitHub user williamd1618 opened a pull request: https://github.com/apache/camel/pull/597 Fix KafkaProducer URI Guarantees that if the KafkaEndpoint has a UriParam of topic the KeyedMessage will be ...
Williamd1618
Aug 21, 2015 at 8:42 pm
Sep 9, 2015 at 2:48 pm -
The Apache Jenkins build system has built Camel.trunk.notest (build #2488) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2488/ to view the results.
Apache Jenkins Server
Aug 27, 2015 at 2:38 am
Aug 31, 2015 at 2:54 am -
The Apache Jenkins build system has built Camel.trunk.notest (build #2484) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2484/ to view the results.
Apache Jenkins Server
Aug 23, 2015 at 2:43 am
Aug 26, 2015 at 3:00 am -
This is a vote to release Apache Camel 2.15.3. It’s been quite a while since 2.15.2 and with lots of bugs fixed, it would be great to get it out there. Staging area ...
Daniel Kulp
Aug 12, 2015 at 7:01 pm
Aug 13, 2015 at 1:38 pm -
The Apache Jenkins build system has built Camel.trunk.notest (build #2472) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2472/ to view the results.
Apache Jenkins Server
Aug 11, 2015 at 3:02 am
Aug 13, 2015 at 10:18 am -
Hi team, Our tests are taking around 4 - 5 hours to execute on Jenkins CI. I think we can reduce this time by making use of the maven-surefire-plugin parallelisation [1]. Not sure if the partitioning ...
Raul Kripalani
Aug 28, 2015 at 10:22 am
Sep 2, 2015 at 12:49 pm -
This is a vote to release Apache Camel 2.15.3. It’s been quite a while since 2.15.2 and with lots of bugs fixed, it would be great to get it out there. This third attempt fixes some of the components ...
Daniel Kulp
Aug 15, 2015 at 6:22 pm
Aug 15, 2015 at 7:15 pm -
GitHub user tarilabs opened a pull request: https://github.com/apache/camel/pull/603 Producer no CQL Uri Param handling on doStart() Problem: - cql Uri param is not mandatory (default null) - ...
Tarilabs
Aug 31, 2015 at 10:10 am
Sep 4, 2015 at 7:36 am -
GitHub user sverkera opened a pull request: https://github.com/apache/camel/pull/599 Added camel-tarfile component I've created a tarfile component, based on the zipfile component, for packaging and ...
Sverkera
Aug 22, 2015 at 10:31 am
Sep 3, 2015 at 8:56 pm -
Hi everyone, I've just noticed that the 2.15.3 announce http://camel.apache.org/2015/08/21/apache-camel-2153.html list the fixes of 2.15.2 in the release note link. Do you know how to fix that ? ...
Antoine DESSAIGNE
Aug 31, 2015 at 1:52 pm
Sep 2, 2015 at 9:55 am -
GitHub user jpav opened a pull request: https://github.com/apache/camel/pull/600 FUSETOOLS-1347: Add built-in functions for transformation You can merge this pull request into a Git repository by ...
Jpav
Aug 26, 2015 at 3:54 am
Sep 1, 2015 at 3:14 pm -
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/601 CAMEL-9092 MQTT consumer receives duplicate messages after broker res⦠â¦tart Listener.onDisconnect() is also ...
Igarashitm
Aug 26, 2015 at 7:10 am
Aug 28, 2015 at 2:58 pm -
Validating features on trunk has been failing for a long time for me. Has anyone else faced it, do I need to do some configurations? The error I get is related to spring feature: Unable to find ...
Bilgin Ibryam
Aug 20, 2015 at 7:30 am
Aug 24, 2015 at 8:36 pm -
Hi, Currently, the default conversion from Map or List to String is based on the JDK's default serialization. So, if you have a map having entries "name"="peach", "taste"="sweet", you get ...
Aki Yoshida
Aug 24, 2015 at 11:55 am
Aug 24, 2015 at 2:37 pm -
Hi all. We are using camel with spring XML, not Java DSL. We need to set a header, which in turn is a list of map values. Example, set header as OurAppheader = { AppVarA = "monkey", AppVarB = "goat } ...
Gustavo.maurizio
Aug 22, 2015 at 9:30 am
Aug 24, 2015 at 5:17 am -
Hi, I have implemented camel route from direct:name1 to route . I would like to know how to post message to direct route remotely from other machine. -- View this message in context ...
Smkrishna27
Aug 23, 2015 at 8:02 am
Aug 23, 2015 at 11:04 am -
GitHub user sabre1041 opened a pull request: https://github.com/apache/camel/pull/595 CAMEL-8961: Upgrade Docker component to docker-java 1.4.0 and reenabled unit tests Upgrades to Camel Docker ...
Sabre1041
Aug 21, 2015 at 1:27 pm
Aug 22, 2015 at 11:19 pm -
The Apache Jenkins build system has built Camel.trunk.notest (build #2482) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2482/ to view the results.
Apache Jenkins Server
Aug 21, 2015 at 2:55 am
Aug 22, 2015 at 2:58 am -
GitHub user williamd1618 opened a pull request: https://github.com/apache/camel/pull/596 Fix Endpoint URI for KafkProducer When doing a route from Kafka topic to Kafka topic I noticed that ...
Williamd1618
Aug 21, 2015 at 8:31 pm
Aug 21, 2015 at 8:33 pm -
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/594 CAMEL-9090: change scope to test for cxf-rt-features-clustering You can merge this pull request into a Git ...
Davidkarlsen
Aug 20, 2015 at 7:05 am
Aug 20, 2015 at 5:58 pm -
GitHub user rparree opened a pull request: https://github.com/apache/camel/pull/593 Fixed AdviceWithRouteBuilder's remove with selectLast The remove implementation wrongfully passed the selectFirst ...
Rparree
Aug 17, 2015 at 9:58 am
Aug 17, 2015 at 2:07 pm -
hello all i am new to camel I have few questions how can we stop certain routes instead of completely stopping the whole camel context and also is there any other alternative for Thread.sleep() ...
kishoreJ
Aug 14, 2015 at 8:38 pm
Aug 16, 2015 at 9:13 pm -
The Apache Jenkins build system has built Camel.2.15.x.notest (build #117) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.15.x.notest/117/ to view the results.
Apache Jenkins Server
Aug 15, 2015 at 3:24 am
Aug 16, 2015 at 3:14 am -
The Apache Jenkins build system has built Camel.trunk.notest (build #2476) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2476/ to view the results.
Apache Jenkins Server
Aug 14, 2015 at 2:48 am
Aug 15, 2015 at 4:23 am -
Hi Team, I tried to use Spring DSL to consume to Restful Webservice and store the output in the POJO but the processor was not triggered. Can you please assist me on this ...
Vigneshwaran02
Aug 10, 2015 at 3:13 pm
Aug 14, 2015 at 7:22 am -
Hey guys, I'm helping out the colleagues at Apache Ignite set up their Github integration similar to what we have here at Camel [1]. ASF Infra said the following in the ticket: svn- git mirror. Is it ...
Raul Kripalani
Aug 13, 2015 at 5:39 pm
Aug 13, 2015 at 6:25 pm -
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/592 CAMEL-9076 camel-freemarker version mismatch on karaf You can merge this pull request into a Git repository by ...
Igarashitm
Aug 13, 2015 at 2:18 am
Aug 13, 2015 at 9:50 am -
GitHub user sebi-hgdata opened a pull request: https://github.com/apache/camel/pull/585 pass rest prams and messages Hey, I've added support for directly passing rest prams and messages You can merge ...
Sebi-hgdata
Aug 6, 2015 at 8:45 am
Aug 10, 2015 at 8:17 am -
GitHub user oalles opened a pull request: https://github.com/apache/camel/pull/591 Exchange created needs to be aware of its FROM endpoint. https://issues.apache.org/jira/browse/CAMEL-9065 You can ...
Oalles
Aug 9, 2015 at 12:07 pm
Aug 10, 2015 at 7:39 am -
The Apache Jenkins build system has built Camel.trunk.notest (build #2470) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2470/ to view the results.
Apache Jenkins Server
Aug 9, 2015 at 2:19 am
Aug 10, 2015 at 2:58 am -
GitHub user sabre1041 opened a pull request: https://github.com/apache/camel/pull/590 CAMEL-9049: Modifying timing that Jetty connector added and removed Modified the timing the Jetty connector is ...
Sabre1041
Aug 8, 2015 at 7:45 pm
Aug 9, 2015 at 3:06 pm -
Hi, I am very new to the world of spring, camel and activemq. I am trying to write a code using camel that will poll a file directory and send the contents of the files inside it to a activemq ...
Deb02anjan
Aug 9, 2015 at 7:04 am
Aug 9, 2015 at 7:20 am -
GitHub user lowwool opened a pull request: https://github.com/apache/camel/pull/589 Updated to use UTF-8 encoding Updated to use UTF-8 encoding so messages can have the UTF-8 characters You can merge ...
Lowwool
Aug 8, 2015 at 12:37 am
Aug 8, 2015 at 1:48 pm -
Hi, I would like to edit the documentation. Could somebody assign me the required rights? I have signed ICLA. My login is trohovsky. Cheers, Tomas
Tomas Rohovsky
Aug 8, 2015 at 7:13 am
Aug 8, 2015 at 7:30 am -
GitHub user sebi-hgdata opened a pull request: https://github.com/apache/camel/pull/588 readdinfg defaulting logic for prameter data type Hey, It seems that this was removed somehow... Without a ...
Sebi-hgdata
Aug 7, 2015 at 1:31 pm
Aug 7, 2015 at 1:36 pm -
GitHub user mnki opened a pull request: https://github.com/apache/camel/pull/584 CAMEL-8880 :Enable ability to expose Camel JMX service using IP address via API You can merge this pull request into a ...
Mnki
Aug 4, 2015 at 4:13 pm
Aug 7, 2015 at 1:07 pm -
GitHub user tarilabs opened a pull request: https://github.com/apache/camel/pull/587 Kafka offset of the message included as Camel Exchange header. This might be helpful also for logging purposes. In ...
Tarilabs
Aug 7, 2015 at 11:44 am
Aug 7, 2015 at 12:11 pm -
GitHub user Aleks-d opened a pull request: https://github.com/apache/camel/pull/583 Update README.txt Added reference to a book - Camel in Action, Second Edition. You can merge this pull request into ...
Aleks-d
Aug 2, 2015 at 1:37 pm
Aug 5, 2015 at 5:37 pm -
GitHub user williamd1618 opened a pull request: https://github.com/apache/camel/pull/602 Feature/kafka deferred offset commit Currently the Camel Kafka connect auto-commits or commits in batch based ...
Williamd1618
Aug 26, 2015 at 7:21 pm
Aug 26, 2015 at 7:21 pm -
Hi team, Hystrix [1] is a powerful toolbox framework based on RxJava for building JVM-based fault-tolerant distributed systems, made OSS by Netflix. Due to the nature of Camel, our users inherently ...
Raul Kripalani
Aug 25, 2015 at 1:13 am
Aug 25, 2015 at 1:13 am -
GitHub user stravag opened a pull request: https://github.com/apache/camel/pull/598 CAMEL-9097: untested XSLT Aggregation Strategy @raulk hi raul as discussed here's my contribution. unfortunately i ...
Stravag
Aug 21, 2015 at 10:44 pm
Aug 21, 2015 at 10:44 pm -
Hi, We are using the class org.apache.camel.component.mail.SplitAttachmentsExpression with the new "extractAttachments" option set to true that will be released in Camel 2.16. It works as expected ...
Arnaud Marchand
Aug 21, 2015 at 1:08 pm
Aug 21, 2015 at 1:08 pm -
2015-08-21 10:49:48,624 | ERROR | 9c001-1-thread-1 | DeploymentAgent 1.2.0.redhat-133 | Unable to update agent org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing ...
Ramu
Aug 21, 2015 at 5:29 am
Aug 21, 2015 at 5:29 am -
Hi, I have a requirement to read datasource from Tomcat's context.xml using spring jndi and using camel sql component. my context.xml has below configuraiton <Resource name="jdbc/TESTDEV" ...
Widlcat20
Aug 21, 2015 at 5:17 am
Aug 21, 2015 at 5:17 am -
Hi All, I am using camel 2.15.1 . We are using camel mainly as a proxy web service to serve webservices to UI and in turn we connect to different backend systems from camel. Our camel route looks ...
Arun3007
Aug 20, 2015 at 8:20 am
Aug 20, 2015 at 8:20 am -
HI devs, I am trying to write out file using camel-ftp on client's ftp server. But I found some time camel able to write and sometime it's not. Same scenarion I tested by writing file on my ftp ...
Rambce
Aug 14, 2015 at 7:22 am
Aug 14, 2015 at 7:22 am -
i am new to camel language,please provide me,is there any example camel rest service with camel avro dataformat. Best Regards Naga -- View this message in context ...
Nagak
Aug 7, 2015 at 8:05 am
Aug 7, 2015 at 8:05 am -
Github user ke4qqq closed the pull request at: https://github.com/apache/camel/pull/290 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as ...
Ke4qqq
Aug 1, 2015 at 4:56 pm
Aug 1, 2015 at 4:56 pm
Group Overview
group | dev |
categories | camel |
discussions | 51 |
posts | 128 |
users | 31 |
website | camel.apache.org |
31 users for August 2015
Archives
- June 2016 (131)
- May 2016 (190)
- April 2016 (290)
- March 2016 (325)
- February 2016 (162)
- January 2016 (292)
- December 2015 (176)
- November 2015 (235)
- October 2015 (199)
- September 2015 (161)
- August 2015 (128)
- July 2015 (195)
- June 2015 (75)
- May 2015 (137)
- April 2015 (269)
- March 2015 (309)
- February 2015 (136)
- January 2015 (83)
- December 2014 (178)
- November 2014 (145)
- October 2014 (150)
- September 2014 (245)
- August 2014 (157)
- July 2014 (164)
- June 2014 (219)
- May 2014 (129)
- April 2014 (100)
- March 2014 (126)
- February 2014 (196)
- January 2014 (80)
- December 2013 (139)
- November 2013 (156)
- October 2013 (152)
- September 2013 (198)
- August 2013 (169)
- July 2013 (112)
- June 2013 (141)
- May 2013 (166)
- April 2013 (242)
- March 2013 (196)
- February 2013 (334)
- January 2013 (225)
- December 2012 (149)
- November 2012 (186)
- October 2012 (255)
- September 2012 (293)
- August 2012 (224)
- July 2012 (197)
- June 2012 (291)
- May 2012 (179)
- April 2012 (158)
- March 2012 (168)
- February 2012 (139)
- January 2012 (244)
- December 2011 (345)
- November 2011 (658)
- October 2011 (822)
- September 2011 (962)
- August 2011 (886)
- July 2011 (1,030)
- June 2011 (1,088)
- May 2011 (790)
- April 2011 (924)
- March 2011 (715)
- February 2011 (907)
- January 2011 (1,213)
- December 2010 (647)
- November 2010 (828)
- October 2010 (879)
- September 2010 (681)
- August 2010 (525)
- July 2010 (717)
- June 2010 (680)
- May 2010 (524)
- April 2010 (577)
- March 2010 (680)
- February 2010 (641)
- January 2010 (614)
- December 2009 (616)
- November 2009 (807)
- October 2009 (496)
- September 2009 (608)
- August 2009 (602)
- July 2009 (686)
- June 2009 (706)
- May 2009 (646)
- April 2009 (628)
- March 2009 (701)
- February 2009 (665)
- January 2009 (745)
- December 2008 (770)
- November 2008 (710)
- October 2008 (683)
- September 2008 (642)
- August 2008 (651)
- July 2008 (912)
- June 2008 (812)
- May 2008 (557)
- April 2008 (578)
- March 2008 (458)
- February 2008 (156)
- January 2008 (155)
- December 2007 (141)
- November 2007 (202)
- October 2007 (207)
- September 2007 (163)
- August 2007 (233)
- July 2007 (66)
- June 2007 (190)
- May 2007 (1)