문제

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 ?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top