Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0-M29
-
Fix Version/s: 1.0.0-M30
-
Labels:None
Description
The StandaloneLdapApiService class extends the DefaultLdapCodecService class, which has a few protected fields. The pb is that the two classes are in two different OSGi plugins, so when the child class tries to access the protected fields, the classLoader fails.