RE: How do I get the RoleManager?

2000-11-20 Thread Juan Lorandi (Chile)
de 2000 4:40 To: Orion-Interest Subject: How do I get the RoleManager? I can not get the RoleManager. I have tried to use: RoleManager roleMgr = (RoleManager) (new InitialContext()).lookup( "java:comp/RoleManager" ); as I have seen others mention on the mailing list. No matt

How do I get the RoleManager?

2000-11-19 Thread Tim Endres
I can not get the RoleManager. I have tried to use: RoleManager roleMgr = (RoleManager) (new InitialContext()).lookup( "java:comp/RoleManager" ); as I have seen others mention on the mailing list. No matter what I try, I get only the NameNotFoundException. What is the trick to getting