I'm probably doing something very stupid perhaps someone can help point it out. Merlin is complaining about not seeing a class called SystemBackend which is the primary class within the component project. I looked to see if it is in the target/classes directory and it is there in the correct package structure. Is there a dependency I'm missing that is not being reported by Merlin because as far as I can see SystemBackend is on the classpath?
Any recommendations? Here's what Merlin is saying: Internal error during kernel instantiation. ---- report ------------------------------------------------------- Exception: org.apache.avalon.merlin.kernel.KernelException Message: Block install failure: file:/C:/cygwin/home/Administrator/projects/ldap d/HEAD/sandbox1/system-backend-impl/target/classes/ Cause: org.apache.avalon.composition.model.ModelException Message: Unable to create a nested deployment model: modsystem in the containmen t model /. Cause: org.apache.avalon.composition.model.TypeUnknownException Message: ldapd.server.backend.SystemBackend ---- stack trace --------------------------------------------------- org.apache.avalon.composition.model.TypeUnknownException: ldapd.server.backend.S ystemBackend Thanks guys in advance, Alex
