Many thanks Charles Moulliard Senior Enterprise Architect Apache Camel Committer
***************************** blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm On Fri, Jan 22, 2010 at 12:20 PM, Derek Baum <[email protected]> wrote: > Simple, just install the felix shell commands: > > ka...@root> inspect > Command not found: *:inspect > > ka...@root> install > file:../felix-framework-2.0.1/bundle/org.apache.felix.shell-1.4.1.jar > Bundle ID: 32 > > ka...@root> (bundle 32) start > > ka...@root> inspect > Too few arguments. > inspect (package|bundle|fragment|service) (capability|requirement) [<id> > ...] > > > Derek > > 2010/1/22 Charles Moulliard <[email protected]> > > > Hi, > > > > Is there a command equivalent of Apache Felix Inspect under karaf to > check > > services exposed by Blueprint, Spring-DM, ... ? > > > > To see the services exposed by a bundle, type > > $ inspect service capability <bundle-id> > > or in brief > > $ inspect s c <bundle-id> > > > > To see services used by a bundle, type > > $ inspect service requirement <bundle-id> > > or in brief > > $ inspect s r <bundle-id> > > > > Regards, > > > > Charles Moulliard > > Senior Enterprise Architect > > Apache Camel Committer > > > > ***************************** > > blog : http://cmoulliard.blogspot.com > > twitter : http://twitter.com/cmoulliard > > Linkedlin : http://www.linkedin.com/in/charlesmoulliard > > > > Apache Camel Group : > > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm > > >

