Hi Antonio, Am Dienstag, den 22.01.2008, 04:00 -0800 schrieb ribeiant: > Hi > I would like to know, if it is possible, if felix use the java.beans package > and if yes where and for what.
I do not exactly understand your question: Is whether the Felix Framework itself uses java.beans or whether any bundle may use JavaBeans ? I don't think, that the Felix Framework or any of our bundles use java.beans. Regarding the use of java.beans, it should be possible, but: you have to be carefull of any side effects and or problems as the java.beans.Introspector class holds internal static caches of the Classes used. I for my part, would be very, very carefull using this in a bundle, if not even advise against its use. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

