Hi all,
I have several components which are application scoped. Depending on which environment I am in, I want to install one or the other. In JBoss Seam, I would use @Install(false), then configure the bean that I wanted through components.xml.
Is there a similar method for doing this in CDI / WELD?
Thanks,
Walter