You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2013/06/12 18:53:21 UTC

[jira] [Created] (DELTASPIKE-381) missing optional bean-lookup

Gerhard Petracek created DELTASPIKE-381:
-------------------------------------------

             Summary: missing optional bean-lookup
                 Key: DELTASPIKE-381
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-381
             Project: DeltaSpike
          Issue Type: Bug
          Components: BV-Module
    Affects Versions: 0.5
            Reporter: Gerhard Petracek
            Assignee: John D. Ament
            Priority: Critical


CDIAwareConstraintValidatorFactory uses
        resolvedInst = BeanProvider.getContextualReference(validatorClass);
instead of
        resolvedInst = BeanProvider.getContextualReference(validatorClass, true);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira