It seems, that's JBoss (Version 4.2.3) cannot handle different permissions for the
local and the remote interface of an Ejb-Method.
Here is my example.
<method-permission>
<ejb-name>SbExampleBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>*</method-name>
</method-permission>
<exclude-list>
<ejb-name>SbExampleBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>*</method-name>
<exclude-list>
----
<security-domain>ExampleDomain</security-domain>
<enterprise-beans>
<ejb-name>SbExampleBean</ejb-name>
</enterprise-beans>
With this configuration JBoss permits remote access to the Bean, but i want local access
only to the bean.
Is this a bug or is there something wrong with the configuration?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260239#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...