[
https://issues.apache.org/jira/browse/BVAL-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034082#comment-13034082
]
Matt Benson commented on BVAL-95:
---------------------------------
There is a sandbox "pseudo-branch" of bval at
svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/ , which uses some type
handling code from the forthcoming release of commons-lang 3.0 to improve the
generics handling throughout the bval codebase. Your test seems to work for me
using that code, so this issue should be fixed in due time.
> Beanvalidation with Generic-DataTypes
> -------------------------------------
>
> Key: BVAL-95
> URL: https://issues.apache.org/jira/browse/BVAL-95
> Project: BeanValidation
> Issue Type: Bug
> Components: jsr303
> Affects Versions: 0.2-incubating, 0.3-incubating
> Environment: Windows XP, Java 1.6, Eclipse 1.6, Maven 3.0.3
> Reporter: Sascha Vujevic
> Labels: patch
> Fix For: 0.3-incubating
>
> Attachments: Generic-Parameter-Patch.txt,
> Generic-Paramter-Patch_Update.txt, emptyMap.jar
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> MethodValidatorMetaBeanFactory.buildMethodConstraints() fill the
> ParameterAccess access with ParameterTypes. I think it must be
> method.getGenericParameterTypes().
> MethodValidatorMetaBeanFactory.processAnnotation() fills in the methode
> applyConstraint() the AccessStrategy with Class<?> therefore Parameters of
> methodes with Generics won't find a Validator to validate them.
> You will get an exception:
> Caused by: javax.validation.UnexpectedTypeException: No validator could be
> found for type java.util.Map. See: @NotEmpty at
> org.apache.bval.jsr303.extensions.ParameterAccess@1d2f117
> The parameter of the my method is Map<Object, Object>.
> I have attached a patch-file.
> I don't know i this is the best way to solve the problem or if there is
> allready a patch or i use the validation in a wrong way.
> Thank you.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira