Please post this on the Weld forum or the GlassFish forums, this mailing list 
is for development discussions.

On 26 Jul 2011, at 12:05, Sebastian E. Ovide wrote:

> Hi All,
> 
> on Glassfish 3.0.1 I'm getting this error which doesn't make sense to me... 
> 
> org.glassfish.deployment.common.DeploymentException: WELD-001408 Injection 
> point has unsatisfied dependencies.  Injection point:  field 
> com.sebas.SecurityEAO.saltGenerator;  Qualifiers:  
> [@javax.enterprise.inject.Default()]
> 
> here the code:
> 
> @Stateless
> public class SecurityEAO implements Serializable {
>      @Inject    
>      SaltGenerator saltGenerator;    
> ...
> }
> 
> public interface SaltGenerator {    
>    ...
> }
> 
> public class SaltGeneratorSecure implements SaltGenerator {
>   ...
> }
> 
> 
> any ideas ?
> 
> -- 
> Sebastian E. Ovide
> 
> 
> 
> 
> _______________________________________________
> weld-dev mailing list
> [email protected]
> https://lists.jboss.org/mailman/listinfo/weld-dev


_______________________________________________
weld-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-dev

Reply via email to