[weld-dev] WELD-001408 Injection point has unsatisfied dependencies

Stuart Douglas stuart.w.douglas at gmail.com
Tue Jul 26 07:11:38 EDT 2011


Weld-dev is not the place for user questions, you should be asking these in
the forum. Also GF 3.0.1 is quite old, and a lot of bugs have been fixed
since then, both in weld and in the GF integration.

Stuart

On Tue, Jul 26, 2011 at 9:05 PM, Sebastian E. Ovide <
sebastian.ovide at gmail.com> 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
> weld-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/weld-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20110726/2059a29c/attachment.html 


More information about the weld-dev mailing list