Hi, On Fri, May 30, 2008 at 1:59 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > ...'m > currently trying to register a factory as well and this fails, too. Haven't > looked yet, if my factory is listed twice, but I have the feeling that at > least my problem is somehow related to FELIX-550....
That could be, I don't have hard evidence but things seemed to be semi-random in testing. I was so confused at some point that I'm not sure anymore ;-) > ...The problem is that as soon as you start the debugger, you have a different > timing, and my code works perfectly. Did you try that? :) No, but I'll try once I work on that module again. > ...Are you using SCR for your factory? If so, how does your config look like? * @scr.component * label="%pool.component.name" * description="%pool.component.description" * factory="pool.MyPoolFactory" * * @scr.service * @scr.property name="service.description" value="Pool implementation" * @scr.property name="service.vendor" value="Myself" The package name would be "pool" and the class name "pool.MyPool". -Bertrand
