Hi Gordon!

Do you have set the RMIPermission in principals.xml ?
There has to be something like that:

<principals>
  <groups>
    <group name="AppClientUser">
      <permission name="rmi:login" />
      <permission name="com.evermind.server.rmi.RMIPermission" />
    </group>
  </groups>
</principals>

Peter

Gordon Reynolds wrote:

> I'm trying to reach my EJB's through an application client (for JUnit 
> testing).
>
> I can't seem to find a combination of userid and password that will 
> gain me
>
> access to them.
>
>  
>
> When the ORMI login dialog box appears, everything I enter fails as an
>
> 'invalid userid/password'. Where exactly is Orion looking???
>
>  
>
> For this particular application, I've implemented my own UserManager 
> class,
>
> but not RoleManager or EJBUserManager. As a web application, 
> everything runs
>
> fine. Must I implement these others as well for an Application client 
> to work?
>
>  
>
> Thanks,
>
>  
>
> Gordon Reynolds
>

-- 
Peter Beck, JOANNEUM RESEARCH Forschungsges.m.b.H.
[EMAIL PROTECTED]




Reply via email to