Are big changes of custom realm, I'm gettig this error:
java.lang.ClassNotFoundException: si.arnes.glassfish.rolerealm.RoleRealm
not found by org.glassfish.main.security
in my logi.conf:
roleRealm {
si.arnes.glassfish.rolerealm.RolePasswordLoginModule required;
};
in modules i have:
role-realm.jar
which RolePasswordLoginModule extends AppservPasswordLoginModule
and RoleRealm extends AppservRealm
what is wrong here in GF v4, bacuse in GF v3 it work fine??
Regards, Tomaz