[
https://issues.apache.org/jira/browse/GERONIMO-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks closed GERONIMO-2834.
----------------------------------
Resolution: Fixed
fixed rev 507463.
Is there an easier way to extract the value of the field level annotation than
this?
MethodIntf.class.getFields()[method.getMethodIntf().ordinal()].getAnnotation(XmlEnumValue.class).value()
> ejb method intf names have wrong case for jacc EjbMethodPermission constructor
> ------------------------------------------------------------------------------
>
> Key: GERONIMO-2834
> URL: https://issues.apache.org/jira/browse/GERONIMO-2834
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: OpenEJB
> Affects Versions: 2.0-M2
> Reporter: David Jencks
> Assigned To: David Jencks
> Fix For: 2.0-beta1
>
>
> the geronimo openejb security builder is getting the method interface names
> from the enum name, which are all upper case, whereas the EjbMethodPermission
> expects stuff like "Home".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.