[CANCEL][VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Hadrian Zbarcea
I'll look into it. The other issue is imho not really a blocker, but let's redo the release. Therefore this vote is canceled and we'll redo the 2.10.0 release this week. Please avoid risky commits. Hadrian On 06/24/2012 04:54 AM, Claus Ibsen wrote: On Sun, Jun 24, 2012 at 10:15 AM, Babak Va

Camel.trunk.notest - Build # 1578 - Still Failing

2012-06-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1578) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/1578/ to view the results.

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Freeman Fang
Done, CAMEL-5391[1] [1]https://issues.apache.org/jira/browse/CAMEL-5391 Freeman On 2012-6-25, at 上午8:53, Freeman Fang wrote: Hi, The wrap url in features should be like wrap:mvn:org.fusesource.leveldbjni/ leveldbjni-all/1.2$Bundle-Version=1.2&Export-Package=*;- noimport:=true;version="1.2"

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Freeman Fang
Hi, The wrap url in features should be like wrap:mvn:org.fusesource.leveldbjni/ leveldbjni-all/1.2$Bundle-Version=1.2&Export-Package=*;- noimport:=true;version="1.2" This way it can specify the export package version like Export-Package = org.fusesource.hawtjni.runtime;version=1.2,

Re: [FEEDBACK] - The small details in the logs when stopping Camel

2012-06-24 Thread Claus Ibsen
On Thu, Jun 21, 2012 at 3:26 AM, Willem Jiang wrote: > On 6/15/12 11:29 PM, Claus Ibsen wrote: >> >> Hi >> >> Camel 2.10 is about to be cut soon. >> >> And there is a few changes in the logs when Camel stops. >> >> 1) >> There is a new TypeConverterRegistry utilization log, that prints stats >> fr

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Claus Ibsen
On Sun, Jun 24, 2012 at 10:15 AM, Babak Vahdat wrote: > > -1 because of the same Java DSL regression issue. > > That would be also nice if some one could look at and also fix the issue I > did already mention regarding PDF & HTML documentations. > Yeah it would be nice if the pdf is named 2.10 an

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Claus Ibsen
Hi The commits since the RC are 9d37940 CAMEL-5384: Added unit test. f514f8c Less JDK compiler warnings. ef76d98 CAMEL-5384: Fixed the generic model type of WireTap EIP so that it's backwards compatible with older releases. 7db4d8f Fixed camel-leveldb osgi imports 48954e2 Ignore idea specific fil

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Babak Vahdat
-1 because of the same Java DSL regression issue. That would be also nice if some one could look at and also fix the issue I did already mention regarding PDF & HTML documentations. Babak > > >On Wed, Jun 20, 2012 at 7:55 PM, Hadrian Zbarcea >wrote: >> A new release candidate apache-camel-2.10

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Claus Ibsen
I am voting -1 for this RC due to that issue in the Java DSL. On Wed, Jun 20, 2012 at 7:55 PM, Hadrian Zbarcea wrote: > A new release candidate apache-camel-2.10.0 final is out with approximately > 473 issues resolved so far: improvements and bug fixes [1]. > > Please find the staging repo her

Re: [VOTE] Release Apache Camel 2.10.0

2012-06-24 Thread Claus Ibsen
On Sat, Jun 23, 2012 at 10:03 PM, Babak Vahdat wrote: > Hi > > The problem was a STUPID generics-misspelling of mine: > >  extends NoOutputDefinition > > instead of: > >  extends NoOutputDefinition> > > I did resolve the JIRA ticket you opened for this today, as well verified > that the "Camel In

Is it possible to dynamically build routes?

2012-06-24 Thread Murari Raghavan
Hello, Is it possible to build routes dynamically based on a configuration file? Here is my scenario. The route is from inbox->shared->PROCESSOR->outbox. I want this to be dynamic instead of defining it in the overridden Configure method in MyRouteBuilder class. Existing: from(routes.getString