Hello,

Attached is the patch fixing very nasty error regarding the 
EJBMethodPermissions. Without this patch MethodSpec with parameters 
methodName=null, methodInterface=null, methodParam=null deserializes with 
params methodName=null, methodInterface=null, methodParam="" (note the 
methodParams)! As a result, EJB beans with all methods <unchecked/> do not work 
- AccessControlException is thrown (since methodParam="" means no-arg methods, 
whille methodParam=null means any methods).

Ivan Dubrov.

Attachment: patch
Description: Binary data

Reply via email to