Jeremy Volkman wrote:
Some issues currently: * I would like to support wildcard lookup of bean files, but there doesn't appear to be any way to get a list of resources from a bundle.
In OSGi R4 there is new API that allows your to examine all of the bundle's contents, so you should be able to search for your resources using this mechanism.
I haven't implemented this yet in Felix, however, so you will have to wait for me. :-)
Interesting work. -> richard