How does features:refreshUrl handles snapshot

2011-03-17 Thread Dan Tran
Hello, I am able to install my snaphot features from my company maven repository. When there is new snapshot on my repo, features:refreshUrl is able to identify the latest snapshot ..-features.xml ( via latest timestamp file ), however after that nothing happens. I am expecting all my SNAPSHOT

Re: How does features:refreshUrl handles snapshot

2011-03-17 Thread Guillaume Nodet
I'll experiment to see if it is possible to find if the snapshot has changed. Could you please raise a JIRA issue for that ? On Thu, Mar 17, 2011 at 17:27, Guillaume Nodet gno...@gmail.com wrote: First refreshUrl only reload the features descriptors.  It doesn't update the features.  We've

Re: How does features:refreshUrl handles snapshot

2011-03-17 Thread karafman
Guillaume Nodet wrote: I'll experiment to see if it is possible to find if the snapshot has changed. Could you please raise a JIRA issue for that ? On Thu, Mar 17, 2011 at 17:27, Guillaume Nodet lt;gno...@gmail.comgt; wrote: First refreshUrl only reload the features descriptors.  It

Re: How does features:refreshUrl handles snapshot

2011-03-17 Thread Dan Tran
filed at https://issues.apache.org/jira/browse/KARAF-524 I also notice that, thru TRACE logger, I can see for each features:refreshUrl, Karaf makes several attempts to refresh ( it reaching out to all configured maven repositories ). Is it another bug? Thanks -Dan On Thu, Mar 17, 2011 at 9:50

Re: How does features:refreshUrl handles snapshot

2011-03-17 Thread Dan Tran
In my case, i see Karaf repeats several times thru the my set of pre-configured repos. One should be good enough right? -D On Thu, Mar 17, 2011 at 10:24 AM, karafman mvangeert...@comcast.net wrote: dantran wrote: filed at https://issues.apache.org/jira/browse/KARAF-524 I also notice