> [WARN ] (openim.classloader.scanner): Ignoring component type [net.java.dev.op > enim.data.storage.AccountRepositoryHolderImpl] as the implementation class conta > ins a reference to the class [agora/Balance] which does not exist in the classlo > ader.
What this error means is that you are attempting to load a component class AccountRepositoryHolderImpl however, the class itself references the class ' agora/Balance' which is not present in the current or any parent classloader. What you need to sort out is why the jar file containing 'agora/Balance' is not being loaded. Normally the only reason why a jar does not get loaded is if its not referenced in the classloader. If you use the merlin.debug = true option you should be able to confirm that the jar is being loaded based on the log messages generated. Stephen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]