On 12/24/2014 10:53 AM, Stefan Seelmann wrote: > On 12/24/2014 05:19 AM, Apache Jenkins Server wrote: >> See <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/1556/> >> > > Strange, this tests pass on my machine and fail sometimes on Jenkins. > I'll investigate. > > > java.lang.ClassNotFoundException: > org.apache.directory.server.kerberos.protocol.codec.KerberosProtocolCodecFactory > not found by org.apache.directory.server.kerberos.codec [24] > ... > at > org.apache.directory.server.osgi.integ.ServerProtocolKerberosOsgiTest.useBundleClasses(ServerProtocolKerberosOsgiTest.java:53) >
I found the reason: we hava a split package. Package org.apache.directory.server.kerberos.protocol.codec exists in kerberos-codec and protocol-kerberos. I'll try to move some classes around. Kind Regards, Stefan
