Re: Configuration Admin service example?

2011-04-28 Thread Andreas Pieber
typically the best way (imho at least :)) is using pax exam (2). thisthis will fire up an entire osgi app letting you check on various parts ofof your application such as blueprint confug, active srrvices,... kind regards, Andreas p.s.: Written from my mobile phone, please excuse half sentences a

Re: Define Multiple ports in karaf ?

2011-07-25 Thread Andreas Pieber
Hey Shamik, TBH I'm not sure if this is even possible in pax-web. But I'm sure that someone on the ops4j or Karaf list can give you more detailed information on this Kind regards, Andreas On Fri, Jul 22, 2011 at 23:25, Shamik Bandopadhyay wrote: > Hi, > > Just wondering if its possible to decl

Re: Debugging OSGi bundles(Feliix vs Karaf) and PaxExam

2011-08-02 Thread Andreas Pieber
Hey Matt, On Wed, Aug 3, 2011 at 00:58, Matt Madhavan wrote: > Hello, > I have seen couple of email threads on this topic. But did not really get a > definitive answer. > > Currently we do not use Karaf. We use Felix and other related bundles via > pax runner. I have seen recommendations about u

Re: Debugging OSGi bundles(Feliix vs Karaf) and PaxExam

2011-08-02 Thread Andreas Pieber
ECA1235B36A8CE46D14DB2FE4EC57 > > I'm now intrigued. > > Thanks a lot and I look forward to hearing from you! > > Thanks > Matt > On Aug 2, 2011 8:41 PM, "Andreas Pieber" wrote: > > Hey Matt, > > > > On Wed, Aug 3, 2011 at 00:58, Matt Madhavan

Re: Deploying bundles across "equal" nodes...

2011-10-10 Thread Andreas Pieber
An alternative solution might be the apache karaf cellar project karaf.apache.org Kind regards On Oct 10, 2011 10:32 AM, "Jean-Philippe Clement" < jeanphilippe.clem...@sogeti.com> wrote: > => http://fabric.fusesource.org/ > > Kind regards, > Jean-Philippe > > Quoting DEBROUX Lionel : > > Hello,

Re: Felix testing

2011-11-25 Thread Andreas Pieber
Hey, I second Matt in his proposal; I've tried a lot before I ended at exam and I really recommend to go with exam for itests. Kind regards, Andreas On Fri, Nov 25, 2011 at 04:32, Matt Madhavan wrote: > Hi, > Few moths ago I tried both and Spring as well. I highly recommend u going > with Pax!

Re: features-maven-plugin and maven 3.0.4 - NoSuchMethodError

2012-02-20 Thread Andreas Pieber
Hey Mark, On Mon, Feb 20, 2012 at 23:27, Mark Derricutt wrote: > Has anyone hit this before - using features-maven-plugin 2.2.5 against > maven 3.0.4 I'm seeing NoSuchMethodErrors when the plugin tries to download > dependencies: > Sorry, haven't noticed such an error by now; though the Karaf M

Re: JPA , OSGi but without blueprint

2012-03-06 Thread Andreas Pieber
Hey Jerome, a) why do you want to drop blueprint? b) aries might be the better place for those questions? c) using bytecode weaving it's (in theory at least) possible to make this work without any blueprint and aries; though, the problem right now will be (AFAIK) that there are no annotations for