Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Erwin Hogeweg
JB, > I guess your SNAPSHOT is on a remote repo. Nope, local. > For now, watch just works with SNAPSHOT updated in your local .m2/repository. That's where it is. Erwin > > Regards > JB > >> On 11/23/2016 12:13 AM, Erwin Hogeweg wrote: >> Hi, >> >> Is there a reason why bundle:watch won’t

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Jean-Baptiste Onofré
Hmmm, and I guess that it contains SNAPSHOT in the version, right ? Let me try to reproduce ? Regards JB On 11/23/2016 10:11 AM, Erwin Hogeweg wrote: JB, I guess your SNAPSHOT is on a remote repo. Nope, local. For now, watch just works with SNAPSHOT updated in your local .m2/repository.

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Christian Schneider
Never tried this style. Do you have any issues when just using bundle:watch * Christian On 23.11.2016 00:13, Erwin Hogeweg wrote: Hi, Is there a reason why bundle:watch won’t work in the following scenario? - Install and start SNAPSHOT bundle from maven. - execute bundle:'watch —start ' - re

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Jean-Baptiste Onofré
By the way, the watcher is based on the mvn regex by default. I have to check the bundle ID matching (I remember I did something around that while ago). Regards JB On 11/23/2016 10:11 AM, Erwin Hogeweg wrote: JB, I guess your SNAPSHOT is on a remote repo. Nope, local. For now, watch ju

Re: Installing drools-module causing infinite karaf restart

2016-11-23 Thread cniehues
I created KARAF-4839 for it -- View this message in context: http://karaf.922171.n3.nabble.com/Installing-drools-module-causing-infinite-karaf-restart-tp4048644p4048785.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Installing drools-module causing infinite karaf restart

2016-11-23 Thread Jean-Baptiste Onofré
Thanks for that. Regards JB On 11/23/2016 11:00 AM, cniehues wrote: I created KARAF-4839 for it -- View this message in context: http://karaf.922171.n3.nabble.com/Installing-drools-module-causing-infinite-karaf-restart-tp4048644p4048785.ht

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Erwin Hogeweg
Christian, > Do you have any issues when just using bundle:watch * Yes, same issue. Erwin > > Christian > > On 23.11.2016 00:13, Erwin Hogeweg wrote: >> Hi, >> >> Is there a reason why bundle:watch won’t work in the following scenario? >> >> - Install and start SNAPSHOT bundle from maven. >>

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Erwin Hogeweg
JB, > Hmmm, and I guess that it contains SNAPSHOT in the version, right ? Correct. bundle:watch * Watched URLs/IDs: * karaf@root>bundle:watch --start Starting watch Watched URLs/IDs: * karaf@root>la START LEVEL 100 , List Threshold: 0 ID | State| Lvl | Version | Name

pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Hi, We are using pax-jdbc for managing database connections. My environment details are Jboss Fuse 6.2.1 pax-jdbc 0.10.0- SNAPSHOT Oracle - 11.2.0.4.0 Installed following features from pax-jdbc, >features:install transaction jndi pax-jdbc-oracle pax-jdbc-pool-dbcp2 pax-jdbc-config we have obs

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread Christian Schneider
Are you sure this works with 0.10.0-SNAPSHOT? The 0.10.0-SNAPSHOT version has a big change in how pooling is declared in the configs: This is the new doc: https://ops4j1.jira.com/wiki/display/PAXJDBC/Pooling+and+XA+support+in+1.0.0 Apart from that it is definitely possible that we have a bug i

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Thank you Christain. I downloaded the snapshot version few months back and added Teradata DS factory to it. I have created a PR but it is yet to be accepted. I will try to download the latest snapshot version and test it. Thanks, Pravin -- View this message in context: http://karaf.922171.n

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread Achim Nierbeck
Hi Pravin, is the PR still open? Maybe Christian can look into it. And please if not already done so, make sure it's linked to a Jira Issue. I know we are a bit "chaotic" or "anarchic" looking here but we have one little requirement for PRs. Make sure there is a Jira for it. This way it's always p

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Hi Achim, I created Jira ticket/issue https://ops4j1.jira.com/projects/PAXJDBC/issues/PAXJDBC-102 and few days back Sascha had requested me to create a new PR. I did created a new PR but the changes are yet to be accepted. BTW - How stable is the current snapshot version? As it is undergoing ma

Re: Karaf-4.0.7 bundle:watch issue

2016-11-23 Thread Erwin Hogeweg
JB, > I guess your SNAPSHOT is on a remote repo. For now, watch just works with > SNAPSHOT updated in your local .m2/repository. Are you sure that only SNAPSHOT bundles are watched? If I look in the BundleWatchImpl class I see this: ... for (String bundleURL : watchURLs) { // Transform into r

Problem with Import-Package header for bundle spring-context 4.3.3.RELEASE_1

2016-11-23 Thread MarcinT
Hi, In my project I'm using karaf 4.0.7 and spring 4.3.3.RELEASE_1. My code tries to register a service as MBean using @EnableMBeanExport annotation (as you can see below) @Configuration @EnableMBeanExport public class ConsumerApplicationConfig { @Bean public DefaultBig

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread Christian Schneider
The major changes are done. The current state should be quite stable. If you have the chance I would really appreciate if you can give the snapshot a spin in your environment. Christian On 23.11.2016 16:03, dpravin wrote: Hi Achim, I created Jira ticket/issue https://ops4j1.jira.com/projec

Re: Problem with Import-Package header for bundle spring-context 4.3.3.RELEASE_1

2016-11-23 Thread Jean-Baptiste Onofré
Hi Marcin, Spring bundles come from ServiceMix. So, you can propose a PR there, I will merge (or I can fix myself) and include in the next SMX Bundles release (plan for the end of this month). Regards JB On 11/23/2016 07:58 PM, MarcinT wrote: Hi, In my project I'm using karaf 4.0.7 and spr