Thanks for the tip, but I couldn't make it work, it throws a ClassNotFoundException for org.apache.felix.main.Main. Not to mention the fact I have no idea what this does. :-)
It seems we found the cause. For configuration admin we used org.eclipse.osgi.services_3.2.0.v20090520-1800.jar under Felix, thinking that it should be platform-independent. Replacing it with org.apache.felix.configadmin-1.2.4.jar seems to have solved the issue. Richard S. Hall wrote: > > Depends on how Equinox is configured...I am not sure if they are still > automatically boot delegating and to which class loader, but if so that > could explain why it works. If you want to investigate some more, try to > run your example on Equinox using the Felix launcher, that way we will > know everything is configured the same. For example: > > java -cp /path/to/equinox.jar:./bin/felix.jar > org.apache.felix.main.Main > -- View this message in context: http://old.nabble.com/Fragment-bundle-does-not-get-attached-tp28265468p28287690.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org