Custom exploded artifact

2011-06-28 Thread thomasrynne
I am trying to add support for a custom artifact. Our code is broken into modules which have a well defined structure so I would like to be able to point fileinstall at the directory containing the modules and generate the manifest based on some rules (probably using bnd). I have tried

Re: karaf shell history ( command line completion ) not working on linux

2011-05-27 Thread thomasrynne
I no history between sessions and an empty ~/.karaf directory on linux (ubuntu) too. -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-shell-history-command-line-completion-not-working-on-linux-tp2957256p2991948.html Sent from the Karaf - User mailing list archive at

Re: Disable automatic bundle restart?

2011-05-26 Thread thomasrynne
I don't use an activator, the manifest has a Bundle-Module entry which a peaberry bundle uses to do the registration. The bundles aren't part of a feature. thanks, Thomas -- View this message in context: http://karaf.922171.n3.nabble.com/Disable-automatic-bundle-restart-tp2986102p2987793.html

Disable automatic bundle restart?

2011-05-25 Thread thomasrynne
Using peaberry, I have bundle A which exports a service and bundle B which uses the service. Using the vanilla felix installation I can restart bundle A and bundle B then uses the new instance. Under karaf, when I restart bundle A bundle B gets restarted too. Is this a karaf feature? Is there a