On 23/01/2014 21:37, [email protected] wrote:
> Author: remm
> Date: Thu Jan 23 21:37:42 2014
> New Revision: 1560817
>
> URL: http://svn.apache.org/r1560817
> Log:
> Fix some arcane introspection errors.
Could you explain what problem this is trying to fix. The method passed
in to this constructor is previously checked with:
if (!Modifier.isPublic(m.getModifiers())) {
throw new DeploymentException(sm.getString(
"pojoMethodMapping.methodNotPublic", m.getName()));
}
Is there a code path where that isn't happening?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]