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. 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
