Question

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 ?

Was it helpful?

Solution

nothing change for that class with GF4. It is still in package com.sun.enterprise.security.ee.auth.realm. You will find the class file in the jar modules/security-ee.jar.

Regards,

Mickaël

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top