]
Amir Kibbar commented on HV-257:
--------------------------------
Ok - my scenario was not exact - I hadn't noticed that the "A" interface was
not public. I'm attaching a test case that reproduces the problem.
thanks,
Amir
ReflectionHelper.getValue fails to retrieve values from methods
defined on a parent interface
---------------------------------------------------------------------------------------------
Key: HV-257
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-257
Project: Hibernate Validator
Issue Type: Bug
Components: validators
Affects Versions: Bundle 3.2.1, 3.0.0.ga, 3.1.0.CR1, 3.1.0.CR2, 3.1.0.GA,
4.0.0.Alpha1, 4.0.0.Alpha2, 4.0.0.Alpha3, 4.0.0.Beta1, 4.0.0.Beta2, 4.0.0.Beta3,
4.0.0.CR1, 4.0.0.GA
Environment: hibernate-validator 4.0.0.CR1
Reporter: Amir Kibbar
Attachments: validator-test-case.tar.gz
I've defined an interface A with method foo with a constraint annotation on it.
I've then defined an interface B that extends interface A.
I've created a proxy (invocation handler) that implements interface B at runtime.
When I try to validate the proxy object I get an IllegalAccessException because the
modifier on the method the ReflectionHelper.getValue() is trying to invoke has the
"public abstract" modifiers.
This can easily be solved if the getValue() will set method.setAccesible(true) before
attempting to invoke it (and then reset it to the previous value obviously).
thanks,
Amir
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: