Hi Filip,

> Just got this working on Fortress and wanted to share a quick note: the
> hintMap contains more than just the ComponentHandlers, it also contains
> a FortressServiceSelector and an extra entry for the default component.
> So, you have to use something like
>
> Object o = it.next();
> if ( o instanceof ComponentHandler ) {
>      ...
>      providers.add( ((ComponentHandler)o).get() );
>
> }
>
> return (Provider[])providers.toArray( new Provider[] {});
>
> Still have to figure out the cleanest way to get rid of the default
> component...

Since these two elements were added by constant keys, I would not object
to change the condition omitting exaclty these two elements ...

Regards,
J�rg




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to