views:

50

answers:

0

Like the title says, I have a valid ejb-jar.xml. However, for it to be JEE compliant, method permissions need to be present for all beans specified in the file.

There are about a couple of hundred beans (I know!, don't even ask) so this is going to be horrible to do manually.

Anyone out there have a neat way of doing this (automatically). I've tried eclipse's EJB project. No joy.