The problem is imo that JSR-330 (as opposed to JSR-299 which is a superset) only specifies the basic syntax (not even the mechanism) for the 'injection' part. But it does specify nothing about how the things going to be injected should be created/provided, etc.
The safest route would indeed still be the plexus way. LieGrue, strub --- On Tue, 8/2/11, bernd.v...@bosch-si.com <bernd.v...@bosch-si.com> wrote: > From: bernd.v...@bosch-si.com <bernd.v...@bosch-si.com> > Subject: AW: PlexusContainer#lookupList(role) returns only one component > To: dev@maven.apache.org > Date: Tuesday, August 2, 2011, 12:33 PM > > It might be a safe route to use > JSR-330 only, but it's still not > guaranteed. > > Currently, I'm trying to figure out how I can use (and > possibly mix up) > sisu-plexus with plain JSR-330 components.. any hints? > > The thing is, that the IoC container of the environment I'm > running in > is sisu-plexus and I'd like to hook my JSR-330 components > into this > container and also re-use sisu-plexus components from my > components. As > far as I understand, this should be possible... but > until now I'm not > familiar with JSR-330 and the way components are loaded > there... > > I am grateful for any hint :-) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org