Hi there,
I have a question about security in jboss.
When I want to invoke a method on my bean, I get an Illegal access
Exception, because I have not set a <method-permission> in my
ejb-jar.xml. I found a posting in the archive, which is saying, that I
need <method-permission> for every method I want to access, but I could
not find anything in the ejb secification. I thought, if no
<method-permission> is set, anybody could access it and I have to code
the <method-permission>-Tag only for the methods I want to restrict the
access to? This works fine with weblogic, but doesen't with jboss. Do I
have to code <method-permission> for every method in my ejb-jar.xml? 
Regards,
-r.m.

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

Reply via email to