Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-12 Thread Claus Ibsen
On Fri, Aug 12, 2011 at 11:59 PM, Christian Müller wrote: > My comments inline. > > Best, > Christian > > > >> Installing the commons-dbcp in karaf would be as easy as just doing a >> osgi:install right? >> > Yes. > >> >> I would prefer if Karaf / SMX had some sort of jdbc features you could >> in

Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-12 Thread Johan Edstrom
Commons dbcp would need a few hacks to provide monitoring, there was talk on their devlists about it a while back http://nicoulaj.github.com/commons-dbcp-jmx/ And https://issues.apache.org/jira/browse/DBCP-292 On Aug 12, 2011, at 3:59 PM, Christian Müller wrote: > My comments inline. > > B

Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-12 Thread Christian Müller
My comments inline. Best, Christian > Installing the commons-dbcp in karaf would be as easy as just doing a > osgi:install right? > Yes. > > I would prefer if Karaf / SMX had some sort of jdbc features you could > install and leverage out of the box. A bit similar to what you see in > JEE serv

Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-09 Thread Claus Ibsen
On Sun, Aug 7, 2011 at 9:33 PM, Christian Müller wrote: > Hello all! > > Claus figured out (and I have double checked it), that Camel has no > component which depends on commons-dbcp. I propose to remove the dependency > in the Camel feature file and add a note to the release notes. > > When the u

Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-07 Thread Fernando Ribeiro
Sounds right to me. On Sun, Aug 7, 2011 at 4:33 PM, Christian Müller < christian.muel...@gmail.com> wrote: > Hello all! > > Claus figured out (and I have double checked it), that Camel has no > component which depends on commons-dbcp. I propose to remove the dependency > in the Camel feature file

[DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-07 Thread Christian Müller
Hello all! Claus figured out (and I have double checked it), that Camel has no component which depends on commons-dbcp. I propose to remove the dependency in the Camel feature file and add a note to the release notes. When the user decide to use commons-dbcp (e.g. instead of c3po or the native po