You called it once again thanks man! I feel like a moron. -----Original Message----- From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:05 AM To: Avalon framework users Subject: Re: Cannot make sense of verification error
Alex Karasulu wrote: >Hello Steve, > >---- report ------------------------------------------------------- > >Exception: org.apache.avalon.composition.model.ModelException >Message: Cannot load service because the implementation class for service >[ldapd.server.AtomicBackend] does not exist within the classloader. > >Cause: java.lang.ClassNotFoundException >Message: ldapd.server.AtomicBackend >---- stack trace --------------------------------------------------- > > >I checked the jar's contents the path to the maven repo (which everything >else works fine for). I know AtomicBackend is in the classpath. There has >got to be another class that is missing (my fault) that is causing this >trace. But if I could figure out which one it is the problem would not have >been posted. Can we make the verification report the missing class? > > The verification error is correct - the ldapd.server.AtomicBackend class is missing. I have seen this problem before. If you take a peek inside the SNAPSHOT jar file in the Maven repository I'll bet that the class is not there. I'll also guess that the date of the SNAPSHOT build in your target directory is different to the date of the SNAPSHOT jar file in the Maven repository. Steve. > > >Alex > > > > -- Stephen J. McConnell mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
