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 the RoleManager?
I am using my own UserManager (extends AbstractUserManager),
if that makes a difference. The UserManager appears to be
working fine.
TIA,
tim.
- RE: How do I get the RoleManager? Tim Endres
- RE: How do I get the RoleManager? Juan Lorandi (Chile)
