Re: Aries/JPA error to stdout at karaf 2.3.1-SNAPSHOT

2013-02-11 Thread Christoph Gritschenberger
Hi Dan, What's the start-level of your bundles? I think I remember encountering this issue with bundles that started before aries-stuff. kind regards, christoph On 2013-02-10 23:22, Dan Tran wrote: H JB, I rebuild karaf-2.3.1-SNAPSHOT using aries.jpa 1.0.0 ( ie with

Re: Aries/JPA error to stdout at karaf 2.3.1-SNAPSHOT

2013-02-11 Thread Dan Tran
I am using jpa from karaf's enterprise feature. This means JPA start at system level ( ie 30 ) -D On Mon, Feb 11, 2013 at 2:55 AM, Christoph Gritschenberger christoph.gritschenber...@gmail.com wrote: Hi Dan, What's the start-level of your bundles? I think I remember encountering this issue

Re: Orderly shutting down services

2013-02-11 Thread Dan Tran
In 2.3.0, this issue is intermittent, I was able to twist start level, and luckily it disappears. In 2.3.1-SNAPSHOT, it consistently happen, In a way this is a good news since It is always reproducible. -D On Fri, Feb 8, 2013 at 1:52 PM, Dan Tran dant...@gmail.com wrote: I am testing with the

update snapshot dependency?

2013-02-11 Thread Andrei Pozolotin
*Hello,* I am curious what is the fastest/simplest generic way to update snapshot dependency in running karaf w/o restart? it seems difficulty arises from few sources: * maven resolver in karaf does not check / does not pick up new snapshot form nexus repo *

Re: update snapshot dependency?

2013-02-11 Thread Achim Nierbeck
Hi Andrei, very simple use dev:watch [bundle-id] it'll update your dependency instantly if the new module was placed in your local repo. regards, Achim 2013/2/11 Andrei Pozolotin andrei.pozolo...@gmail.com *Hello,* I am curious what is the fastest/simplest generic way to update

Re: update snapshot dependency?

2013-02-11 Thread Jean-Baptiste Onofré
Not easy as it depends to pax-url/aether. So it depends what we really want. Regards JB On 02/11/2013 08:13 PM, Andrei Pozolotin wrote: should it be a standard option to dev:watch or feature:install? Original Message Subject: Re: update snapshot dependency? From: Łukasz

RE: Https Stack traces to Console

2013-02-11 Thread Javier Delgadillo
I see this with Chrome and IE. Much more so with IE. I think it's because IE closes all SSL connections if everything is not perfect where as Firefox will keep the connection open as it asks the user to verify certificates and what not. -Javier -Original Message- From:

Re: update snapshot dependency?

2013-02-11 Thread Andrei Pozolotin
how about this: new install commands * bundle:update-snapshots * features:update-snapshots scan all bundle/features, find version ~ SNAPSHOT, pull updates from remote maven repo new development commands * dev:update-bundle-snapshots * dev:update-features-snapshots invoke bundle/features update

Re: update snapshot dependency?

2013-02-11 Thread Jean-Baptiste Onofré
Hi, we already have bundle:update. features:refreshurl updates the description and I plan to add features:update (that does uninstall install). For the dev commands, as I said, it's more a Pax Url new feature (that we can leverage). Regards JB On 02/12/2013 12:41 AM, Andrei Pozolotin