John,
On 2012-04-06, at 03:58, John D. Ament wrote:
> Question 2: Should there be a separate instance for each injection point (answer A), or should normal CDI sharing (according to scope) be used? (answer B)
>
> I think the use case of needing multiple injection points is quite small. Injecting into multple stateless session beans, or even stateful session beans, should result in different instances. CDI scopes though behave different because the objects are related. CDI injection should use the same instance for same scoped objects that are all active together.
I don't really understand your comment. Do you mean A or B? ;-)
Rüdiger