Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-23 Thread Hadrian Zbarcea
I think you're totally mistaken in attributing the cause of the conversion to the a list of ActiveMQDestinations to the property editor. It doesn't even kick in. The converter from the activemq camel camel component kicked in and fooled you :). $0.02, Hadrian On 04/23/2012 10:27 PM, Willem Ji

Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-23 Thread Willem Jiang
+1 for the new change. It's very confuse me that the a String can be turned into a List of ActiveMQ in the CXF producer last week. The fix make the camel converter more clean now :) On Tue Apr 24 02:46:41 2012, Claus Ibsen wrote: Hi Just a heads up that I just committed 2 changes trunk and 2

[VOTE] Release Apache Camel 2.8.5

2012-04-23 Thread Hadrian Zbarcea
A new patch release candidate apache-camel-2.8.5 is out with approximately 46 issues resolved: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapachecamel-085/ The tarballs are here https://repository.apache.org/content/re

Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-23 Thread Claus Ibsen
Hi Just a heads up that I just committed 2 changes trunk and 2.9 branches a) The java beans property editor is no longer used as fallback type converter by Camel. They are not thread safe, slow, and can cause unforseen side effects when adding JARs to a JVM. And they dont take generics into acco

Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-23 Thread Claus Ibsen
On Mon, Apr 23, 2012 at 10:10 AM, Bengt Rodehav wrote: > I tried using the latest 2.10-SNAPSHOT (2.10-20120423.045830-94) and I can > confirm that the fix works for me. > Thanks for verifying. -- Claus Ibsen - CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSo

Re: [DISCUSS] Upcoming 2.9.2 and 2.8.5 releases

2012-04-23 Thread Hadrian Zbarcea
There is one test failing in camel-cxf, Christian Schneider is looking into it. No other known issue, as soon as we sort that out, I'll start the release builds. Thanks Christian, Hadrian On 04/22/2012 11:40 PM, Hadrian Zbarcea wrote: I finished back merging and fixed a few checkstyle errors

[DISCUSS] CAMEL-4279 & CAMEL-4998

2012-04-23 Thread David Valeri
Fellow devs, Babak and I have been discussing how URI parameters for timeout and SSL should be applied to Spring-WS component producer endpoints. We would both like some additional feedback on the right direction for these features. The current discussion can be found in CAMEL-4279[1] with som

Camel VM Classcastexception

2012-04-23 Thread saikat
My intention is to consume a request from cxf webservice and pass it to VM in a particular jar. A completely different jar is responsible for getting the request from that particular VM and submitting it to a new producer webservice. But when I am trying to cast producer webservice response to con

Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-23 Thread Bengt Rodehav
I tried using the latest 2.10-SNAPSHOT (2.10-20120423.045830-94) and I can confirm that the fix works for me. /Bengt 2012/4/21 Claus Ibsen > On Fri, Apr 20, 2012 at 12:24 PM, Claus Ibsen > wrote: > > On Wed, Apr 18, 2012 at 7:23 PM, Claus Ibsen > wrote: > >> On Wed, Apr 18, 2012 at 6:41 PM, C

[DISCUSS] - EndpointConfiguration loosing query parameter issue

2012-04-23 Thread Claus Ibsen
Hi I discovered a little bug in EndpointConfiguration, that it reported a wrong URI when using the toUriString method, as I lost my host query parameter. So I logged CAMEL-5183. This would also affect Camel in general as the getEndpointUri on Endpoint would then also fail with the same bug. Hence