I successfully integrated my custom security realm in Glassfish 3.1.2.2 and it worked just fine. Now I am trying to port my project from GF3 to the newly released Glassfish 4.0.
But I now get the following error when trying to configure my custom realm in GF4:
Exception while running a command java.lang.NoClassDefFoundError: com/sun/enterprise/security/ee/auth/realm/DigestRealmBase
Does somebody know if the class "DigestRealmBase" has changed it's location ?