John, as I assumed, either one of event.topics=<String> and event.topics=<String[]> works for me (in a simple test, not using iPOJO). Furthermore, registering the 'event.topics' as an Object[] of strings works too.
In other words, I'm not able to reproduce your problem. Have you tried without iPOJO by now? Could you send me an example that is not working? regards, Karl On 8/1/06, Karl Pauls <[EMAIL PROTECTED]> wrote:
Hi John, > Does the felix eventAdmin implementation conform to the R4 spec in > regard to registering the 'event.topics' as an array of strings? It should. The way it is implemented it asks the framework for all matching handlers hence, should be independent of whether it is an array or a string ... > 113.11.4.5 > "The value of the property is an array of strings that describe the > topics in which the handler is interested." > > Previously I have always registered event.topics as a single String with > one topic and not as an array of Strings with multiple topics and it > worked. (That means it doesn't right?) And now I think I am registering > it (with the help of iPOJO) as an array of Strings with multiple topics > and it is not working anymore. Strange, did you try it without iPOJO? > Any ideas? Im at vacation right now but I will look into it during the weekend. > thanks, > John regards, Karl -- Karl Pauls [EMAIL PROTECTED]
-- Karl Pauls [EMAIL PROTECTED]

