On 10/29/10 10:04, Zeng Eyindanga Landry stephane wrote:
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 ?
First, let me ask why?
Second, is this something you want to configure on a per bundle basis or
is it just a global configuration?
-> richard
Stephane Z.