Re: How reliable is features:install when dealing with massive install against a provisioning server ( ie a maven repository )

2011-03-17 Thread Achim Nierbeck
Hi Dan, this is a very interesting idea, I suggest you open a issue for that, since I'm pretty sure a retry isn't available yet. One other thing, if you are trying to download with so much servers you might consider to mirror your repository to keep your repository stable. regards, Achim

Re: how to integrate Spring-dm with Hibernate

2011-03-17 Thread Freeman Fang
Hi, With FUSE ESB(which is based on karaf)[1], you can find a jpa-osgi example, which configure spring-dm with hibernate, you may need take a look to get some inspiration.

karaf shell extension with iPojo

2011-03-17 Thread Lindley Andrew
Dear all, I am using Karaf 2.1.0 and want to extend the shell with my own shell-commands. There's a great tutorial showing how to do this with blueprint. http://karaf.apache.org/manual/2.1.99-SNAPSHOT/developers-guide/extending-console.html I was trying to do this with iPojo but did not succeed.

Re: karaf shell extension with iPojo

2011-03-17 Thread Guillaume Nodet
You can't invoke the command ? or the command does not appear in the completion when you press tab ? The former sounds like a bug, but the later is kinda expected. On Thu, Mar 17, 2011 at 13:48, Lindley Andrew andrew.lind...@ait.ac.at wrote: Dear all, I am using Karaf 2.1.0 and want to

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 reliable is features:install when dealing with massive install against a provisioning server ( ie a maven repository )

2011-03-17 Thread karafman
dantran wrote: Hello experts, I would like a trigger hundred ( perhaps thousand) of Karaf nodes to download its required bundles from A provisioning repo. I am very sure there will be times where the provisioning server will abandon the download request. Is there any mechanism inplace

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

Re: How reliable is features:install when dealing with massive install against a provisioning server ( ie a maven repository )

2011-03-17 Thread Dan Tran
Yes, I was looking at ACE as well, but decided to get down to the basic to understand OSGI and its available runtimes ( karaf, virgo). Thanks -Dan On Thu, Mar 17, 2011 at 10:07 AM, karafman mvangeert...@comcast.net wrote: dantran wrote: Hello experts, I would like a trigger hundred  (