Hi Tom, > Sorry to bore you again, but I think I've got another bug in the felix
You don't really bore me :-) I am quite happy, that someone is also looking at this stuff. Of course I am not that happy, that there are bugs in it, but such is life. And yes, you are absolutely right, this is a bug. I wanted to be lazy when converting the sorted set of persistence managers into an array.... Will open a JIRA issue and fix it. Regards Felix > configuration admin. I've tried to create a new PersistanceManager to > store configuration in xml but after registring my persistance manager > service somes ClassCastException are throws when I'm using the > configuration admin. > I've looked in your code and see that at line 530 of ConfigurationManager > you put the service object in a Set with a custom comparator. But in your > comparator you cast the objects into ServiceReferences (line 61 of > RankingComparator) and that throws the class cast Exception. > Can you have a look about this ? > > Thanks > Tom > > ps: I will send you directly a test bundle to illustrate. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

