Hi, Apache Felix Example 1 does not print ServiceEvents when Example 2 is started. Example 1 is bundle 7 and Example 2 is bundle 8.
Example 1: http://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-1.html Example 2: http://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-2.html Env: Felix: 4.4.1 , Windows 7 , JDK : jdk1.7.0_51 I Started Felix: java -jar bin\felix.jar Felix Shell: g! lb START LEVEL 1 ID|State |Level|Name 0|Active | 0|System Bundle (4.4.1) 1|Active | 1|Apache Felix Bundle Repository (2.0.2) 2|Active | 1|Apache Felix Gogo Command (0.14.0) 3|Active | 1|Apache Felix Gogo Runtime (0.12.1) 4|Active | 1|Apache Felix Gogo Shell (0.10.0) 7|Active | 1|Service listener example (1.0.0) 8|Active | 1|English dictionary (1.0.0) g! stop 7 Stopped listening for service events. g! start 7 Starting to listen for service events. g! stop 8 g! start 8 g! Thanks Sandeep

