Hello,I'd like to initialize the class when a bundle loads it, which is equivalent to Class.forName(clzName, initialize, classLoader). Actually this is not possible using the Bundle Api. Unfortunately(for me), felix never initializes a class when loading it, e.g Class.forName is invoked with the initialize parameter set to false.
Could felix provide such functionnality ? May be the specs can also evolve ? Stephane Z.
