Re: RMI from EJB, permissions in EJB

2000-09-01 Thread Friedrich Dodt
med of it. Problem solved. But, referring to point 2 of my original mail: What the heck is the tag in rmi.xml meant to do? And why doesn't orion start up when I set it? Again, thanks for your valuable hints. Friedrich Dodt Ted Neward wrote: > > Where do you see that? I don't re

RMI from EJB, permissions in EJB

2000-08-31 Thread Friedrich Dodt
How do I get my Session Bean to issue an RMI call successfully? I am trying to contact a simple RMI method that runs on an RMI server (rmiregistry) from code in my Session Bean. Up to now without success. 1. With the naive approach System.setSecurityManager(new RMISecurityManager());