Thanks Felix. Is there any way to see the instances(services) created by the blueprint? like a extension for gogo shell.
Regards LongkerDandy On Mon, Sep 20, 2010 at 3:06 PM, Felix Meschberger <[email protected]>wrote: > Hi, > > Am 20.09.2010 08:57, schrieb LongkerDandy: > > Hi > > > > I'm using BluePrint with EventAdmin (from felix). > > And when the felix started, I saw two duplicated messages: > > > > /DEBUG: EventAdmin: org.apache.felix.eventadmin.CacheSize=30 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.ThreadPoolSize=20 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.Timeout=5000 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.RequireTopic=true > > DEBUG: EventAdmin: org.apache.felix.eventadmin.CacheSize=30 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.ThreadPoolSize=20 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.Timeout=5000 > > DEBUG: EventAdmin: org.apache.felix.eventadmin.RequireTopic=true/ > > > > I think the eventadmin service start twice but I don't know why. > > Probably not. > > If you are using a recent version of the Felix EventAdmin these messages > are printed on startup and whenever configuration is received from > Configuration Admin, which is at least oce when Configuration Admin > calls ManagedService.configure with null to indicate there is not > configuration. > > Regards > Felix > > > > > > Before using blueprint, I use iPOJO. > > iPOJO has some command like "instances" which can display all the > > intances(service) it created. > > Is there a similar way in blueprint? > > > > Also iPOJO has a integration with EventAdmin, does BluePrint provides > > something like that? > > > > Regards > > LongkerDandy >
