Integration Tests hang for approx. 30 seconds after Karaf 2.3.3 upgrade to 3.0.3

2015-02-13 Thread koslowskyj
Hi, I am not sure whether this belongs on the karaf or rather on the pax mailinglist. After i upgraded from karaf 2.3.3 to 3.0.3 i noticed that our integration tests slowed down dramatically (30 seconds to 1 minute per test). So i tried a few things, setted up a minimal test with PaxExam for

Using HDFS Java client in Karaf

2015-02-13 Thread Stefan Meisner Larsen
I am trying to get Hadoop HDFS2 to work in Karaf 3. Below is what I have tried...which doesn't work for me. Can anyone point me to a description of a working solution? Or explain why don't succeed doing the following? I have the following camel bundles installed: karaf@rootlist|grep camel 102 |

Re: Integration Tests hang for approx. 30 seconds after Karaf 2.3.3 upgrade to 3.0.3

2015-02-13 Thread Nick Baker
We are experiencing the same slowdown in PAX-Exam with 3.0.0, also using TinyBundles. Pretty painful. MavenArtifactUrlReference karafUrl = maven() .groupId( org.apache.karaf ) .artifactId( apache-karaf ) .version( 3.0.0 ) .type( tar.gz ); ... karafDistributionConfiguration()

Re: Integration Tests hang for approx. 30 seconds after Karaf 2.3.3 upgrade to 3.0.3

2015-02-13 Thread Achim Nierbeck
Hi, which version of Pax Exam are you using? And did you try to upgrade to the latest version of it? regards, Achim 2015-02-13 15:40 GMT+01:00 Nick Baker nba...@pentaho.com: We are experiencing the same slowdown in PAX-Exam with 3.0.0, also using TinyBundles. Pretty painful.

Re: Integration Tests hang for approx. 30 seconds after Karaf 2.3.3 upgrade to 3.0.3

2015-02-13 Thread Nick Baker
We’re using 4.1.0. It hasn’t been a problem for us until this week when we started a new round of integration test authoring. Most of the time spent waiting seems to be after JVM start and before Karaf boots. Our plain Felix PAM Exam tests are still very fast. I’ll be back in there later today

[ANN] Apache Karaf 4.0.0.M2 Technology Preview Released!

2015-02-13 Thread Jamie G.
The Karaf team is pleased to announce the release of Karaf version 4.0.0.M2. Apache Karaf is a small OSGi distribution which provides a ready to use container for server side applications. !! This is a technology preview release of Apache Karaf, and should NOT be considered production ready !!

bundle:update

2015-02-13 Thread asookazian2
Hi with karaf 3.0.2. assume we have bundleA (a REST API) which uses bundleB (a DAO API). I have new versions of these bundles from a maven build. I bundle:update B then bundle:update A. Cmd is update bundleid file:/path/to/bundle. Do I need to also subsequently issue bundle:refresh and/or

debug mode

2015-02-13 Thread asookazian2
Hi how can I know if Karaf has been starting (i.e. is running) in debug mode? -- View this message in context: http://karaf.922171.n3.nabble.com/debug-mode-tp4038535.html Sent from the Karaf - User mailing list archive at Nabble.com.

RE: Blueprint GracePeriod issue

2015-02-13 Thread CLEMENT Jean-Philippe
If you want to reference a service which is exported in the same bundle, you have to put the optional flag. Having said that I'm not too sure what you wanted to do in the blueprint below. The reference-list is intended to call a bean (or beans) when the desired services match and disappear. In