You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Steve Wells <St...@mohomine.com> on 2004/06/17 20:44:08 UTC

EJB user access

I have configured an EJB to be used as an Axis Web Service under BEA

I have specified  <parameter name="allowedRoles" value="*"/>  in the wsdd 
file

I get the following error:

<faultstring>java.rmi.AccessException: [EJB:010160]Security Violation: 
User: '<anonymous>' has insufficient permission to access EJB: type=<ejb>, 
application=mC, module=RuntimeMACCBean.jar, ejb=RuntimeMACCEJB, 
method=create, methodInterface=Home, signature={}.</faultstring>

Please advise how to circumvent this problem

Thanks,

Steve