Re: @Inject'ed protected base class member access problem

2011-12-11 Thread Mark Struberg
: Re: @Inject'ed protected base class member access problem hi, please send the same mail to the weld community. codi doesn't perform the injection itself. thx regards, gerhard 2011/12/10 oversteer brendanhealey...@yahoo.co.uk In the following code I'm trying to inject

@Inject'ed protected base class member access problem

2011-12-10 Thread oversteer
In the following code I'm trying to inject a SessionScoped bean into a stateless EJB, but I want to do the @Inject in an abstract base class of the EJB. According to the CDI spec it seems to suggest that this should work: 4.2. Inheritance of member-level metadata Suppose a class X is extended

Re: @Inject'ed protected base class member access problem

2011-12-10 Thread Gerhard Petracek
hi, please send the same mail to the weld community. codi doesn't perform the injection itself. thx regards, gerhard 2011/12/10 oversteer brendanhealey...@yahoo.co.uk In the following code I'm trying to inject a SessionScoped bean into a stateless EJB, but I want to do the @Inject in an