Could you send a "jar tf" of your bundle so we can see what is inside of it?
-> richard jaredmac wrote:
To clarify, the manifest that I jar up now looks like this: Bundle-Name: Service listener example Bundle-Description: A bundle that displays messages at startup and when service events occur Bundle-Vendor: Apache Felix Bundle-Version: 1.0.0 Bundle-Activator: tutorial.example1.Activator Import-Package: org.osgi.framework and, once jar'ed up, looks like this: Manifest-Version: 1.0 Bundle-Description: A bundle that displays messages at startup and when service events occur Bundle-Name: Service listener example Created-By: 1.5.0_08 (Sun Microsystems Inc.) Bundle-Activator: tutorial.example1.Activator Import-Package: org.osgi.framework Bundle-Vendor: Apache Felix Bundle-Version: 1.0.0 Jared
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

