callers and for extenders).
> -Ursprüngliche Nachricht-
> Von: Igor Fedorenko [mailto:i...@ifedorenko.com]
> Gesendet: Mittwoch, 3. August 2011 11:46
> An: dev@maven.apache.org
> Betreff: Re: AW: AW: AW: PlexusContainer#lookupList(role) returns only one
> component
>
[mailto:strub...@yahoo.de]
Gesendet: Mittwoch, 3. August 2011 10:56
An: Maven Developers List
Betreff: Re: AW: AW: PlexusContainer#lookupList(role) returns only one component
If you like to distinguish them, what JSR-330 mechanism do you use? Qualifiers?
There must be a
precedence rule somehow...
LieG
/javase/6/docs/api/java/util/ServiceLoader.html
[2] http://download.oracle.com/javaee/6/api/javax/inject/package-summary.html
--- On Wed, 8/3/11, bernd.v...@bosch-si.com wrote:
> From: bernd.v...@bosch-si.com
> Subject: AW: AW: AW: PlexusContainer#lookupList(role) returns only one
> compo
/javase/6/docs/api/java/util/ServiceLoader.html
[2] http://download.oracle.com/javaee/6/api/javax/inject/package-summary.html
--- On Wed, 8/3/11, bernd.v...@bosch-si.com wrote:
> From: bernd.v...@bosch-si.com
> Subject: AW: AW: AW: PlexusContainer#lookupList(role) returns only one
> compo
1 10:56
> An: Maven Developers List
> Betreff: Re: AW: AW: PlexusContainer#lookupList(role) returns only one
> component
>
> If you like to distinguish them, what JSR-330 mechanism do you use?
> Qualifiers? There must be a
> precedence rule somehow...
>
> LieGrue,
> strub
If you like to distinguish them, what JSR-330 mechanism do you use? Qualifiers?
There must be a precedence rule somehow...
LieGrue,
strub
--- On Wed, 8/3/11, bernd.v...@bosch-si.com wrote:
> From: bernd.v...@bosch-si.com
> Subject: AW: AW: PlexusContainer#lookupList(role) returns on
Sadly, this doesn't work for my case. I have several components with exactly
the same role and hint, e.g. role=IFooListener.class, hint="default".
Using lookupMap returns a map which maps hint to role... so, I get a map that
contains only the first component plexus finds.
Currently, I'm looking