[Yanel-dev] IdentityManager for every realm?

Guillaume Déflache guillaume.deflache at wyona.com
Tue Dec 2 10:18:53 CET 2008


Hi all!

Why only realms which have a "ac-identities" element get initialized 
with a default IdentityManager (in 
http://svn.wyona.com/repos/public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java 
look for "setIdentityManager(identityManager);")?

This leads to further errors in code which does not expect 
realm.getIdentityManager() to return null, as in 
http://svn.wyona.com/repos/public/yanel/trunk/src/contributions/resources/yanel-user/src/java/org/wyona/yanel/impl/resources/YanelUserResource.java 
(search for "getRealm().getIdentityManager().getUserManager()").

Cheers,
   Guillaume


More information about the Yanel-development mailing list