Hi,

I get into a strange problem:

I was simply using the name
of the 'class' of the ejb as the ejb name and
the security manager seems not be able to  find
the access right associated with such bean :

[com/albourne/defender/idl/keyhole/ejb/config_mgr] Insufficient method
permissions, principal=admin, method=create, requiredRoles=null
[com/albourne/defender/idl/keyhole/ejb/config_mgr] TRANSACTION ROLLBACK
EXCEPTION:checkSecurityAssociation; nested exception is:
        java.lang.SecurityException: Insufficient method permissions,
principal=admin, method=create, requiredRoles=null; nested exception is:
        java.rmi.RemoteException: checkSecurityAssociation; nested exception
is:
        java.lang.SecurityException: Insufficient method permissions,
principal=admin, method=create, requiredRoles=null

while If I rename it simply config_mgr AND modify also the
method security description to reflect this change
the user admin is able to use it.

JBoss 2.2.2 and JBosss 3.0.0 have the same behaviour.

So it is a bug or a feature ?

Thanks

jc


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to