Re: [CAMEL-3.0] Start moving forward

2013-01-22 Thread Christian Müller
Hi Willem, that's the reason why I wrote "IRC/Skype session for discussion" and not "IRC/Skype session to make discussions"... ;-) The proposed procedure is to use IRC to be able to discuss multiple topics in short time. Afterwards the IRC log and may be a summery should be shared with the communi

Re: [DISCUSS] Refactoring of Registry/Injector interface

2013-01-22 Thread Claus Ibsen
Hi I logged a ticket to not forget about this. https://issues.apache.org/jira/browse/CAMEL-5997 Will work with Lukasz proposals to get this into the 2.11 codebase, so we have a baseline for better CDI and OSGi registry integration. On Tue, Nov 20, 2012 at 6:16 PM, Łukasz Dywicki wrote: > Dear

Re: Camel-Restlet 2.10.3:RestletComponent component does not remove added route form routers although route is removed from Context.

2013-01-22 Thread Willem Jiang
It looks like a bug. Please feel free to fill a JIRA for it. 发自我的 iPhone 在 2013-1-22,下午10:39,apatel 写道: > In RestletComponent class add entry to instance variable "private final > Map routers = new HashMap MethodBasedRouter>()" map while invoking /getMethodRouter/ method, but it > never remove

Camel-Restlet 2.10.3:RestletComponent component does not remove added route form routers although route is removed from Context.

2013-01-22 Thread apatel
In RestletComponent class add entry to instance variable "private final Map routers = new HashMap()" map while invoking /getMethodRouter/ method, but it never remove in /disconnect/ method, also /disconnect/ method has local variable with same name as instance variable "routes". -- View this me

camel pull request: FIX #CAMEL-5993 : put endpoint in quartz job map

2013-01-22 Thread ddelangle
GitHub user ddelangle opened a pull request: https://github.com/apache/camel/pull/7 FIX #CAMEL-5993 : put endpoint in quartz job map fixes https://issues.apache.org/jira/browse/CAMEL-5993 by putting endpoint in quartz datamap. I'm not sure if it is the best way to use quartz as we

Re: Installing Camel examples in Karaf

2013-01-22 Thread Charles Moulliard
You are right. The question is perhaps much more conceptual than technical but Do we really need to create a archive with a KAR extension instead of allowing to deploy a JAR file (= bundle) containing a features xml file which is in fact the proposition of Claus Ibsen and certainly others ? On Tu

Re: Installing Camel examples in Karaf

2013-01-22 Thread Achim Nierbeck
Well a KAR archive was created for this exact scenario. So if we do this for std. jars, why would we need kars then? 2013/1/22 Charles Moulliard > On 22/01/13 11:42, Achim Nierbeck wrote: > >> hmm, afairc the deployment of a feature.xml embedded in a jar was meant to >> work this way. It was su

Re: Installing Camel examples in Karaf

2013-01-22 Thread Charles Moulliard
On 22/01/13 11:42, Achim Nierbeck wrote: hmm, afairc the deployment of a feature.xml embedded in a jar was meant to work this way. It was supposed to install just the feature itself without starting it right away. This was planned to work this way since it might result in "Downloading the complet

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Claus Ibsen
On Tue, Jan 22, 2013 at 11:59 AM, Claus Ibsen wrote: > On Tue, Jan 22, 2013 at 11:56 AM, Achim Nierbeck > wrote: >> afairc Java7 is more strict with generics then Java6, therefore leading to >> all kinds of awkward compiler issues. >> > > Thanks and hence your suggestion to use 4.3.1 may fix this

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Claus Ibsen
On Tue, Jan 22, 2013 at 11:56 AM, Achim Nierbeck wrote: > afairc Java7 is more strict with generics then Java6, therefore leading to > all kinds of awkward compiler issues. > Thanks and hence your suggestion to use 4.3.1 may fix this. I will give it a try when the java6 compilation is done, just

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Achim Nierbeck
afairc Java7 is more strict with generics then Java6, therefore leading to all kinds of awkward compiler issues. 2013/1/22 Claus Ibsen > On Tue, Jan 22, 2013 at 10:54 AM, Achim Nierbeck > wrote: > > might be an issue with generics and the official OSGi jars. > > Which version is the dependency

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Claus Ibsen
On Tue, Jan 22, 2013 at 10:54 AM, Achim Nierbeck wrote: > might be an issue with generics and the official OSGi jars. > Which version is the dependency set to, 4.3.0? > If so switch to 4.3.1 that version supports generics. > > just a wild guess ;) > I trashed my m2 repo on windows box. And switch

Re: Installing Camel examples in Karaf

2013-01-22 Thread Achim Nierbeck
hmm, afairc the deployment of a feature.xml embedded in a jar was meant to work this way. It was supposed to install just the feature itself without starting it right away. This was planned to work this way since it might result in "Downloading the complete internet" if someone isn't careful with t

Re: Installing Camel examples in Karaf

2013-01-22 Thread Charles Moulliard
Hi Claus, Procedure to deploy camel example with this instruction install -s feature:mvn:org.apache.camel/camel-example-sql/2.11-SNAPSHOT works fine now with that modification (https://issues.apache.org/jira/browse/KARAF-2134) EXCEPTED that the feature content (= bundles) are not installed. Guilla

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Claus Ibsen
Hi Okay got a bit further. For some strange reason osgi 4.1.0 is downloaded E:\workspace\camel\components\camel-core-osgi>mvn clean install -Dtest=false [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloade

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Achim Nierbeck
might be an issue with generics and the official OSGi jars. Which version is the dependency set to, 4.3.0? If so switch to 4.3.1 that version supports generics. just a wild guess ;) regards, Achim 2013/1/22 Claus Ibsen > Hi > > I get the same error with a fresh m2 repo. > > > On Tue, Jan 22,

Re: Compilation error on trunk with windows and java 7

2013-01-22 Thread Claus Ibsen
Hi I get the same error with a fresh m2 repo. On Tue, Jan 22, 2013 at 10:32 AM, Claus Ibsen wrote: > Hi > > Just got this compilation error on my windows box, with latest code > from trunk, using java 1.7.0_11 > > I will trash my m2 repo and try again. Just wanted to share this as a concern. >

Re: Installing Camel examples in Karaf

2013-01-22 Thread Claus Ibsen
On Mon, Jan 21, 2013 at 3:50 PM, Charles Moulliard wrote: > Works better. Nevertheless the features defined in the features file > deployed as a bundle are not deployed. Here is an example > > [ 127] [Installed ] [] [ 80] camel-example-sql > (2.11.0.SNAPSHOT) // CONTAINS FEATURES.XM