David:
The error message is saying that a service interface class is not present in the classloader. Basically when Merlin loads a type (e.g. OJBODMGPersistencePlugin.xinfo), it does a verification of the type. This includes verifying that the classes that the component claims to provide actually exist in the classloader. In your case your component is declaring that it provides a service - but merlin cannot locate the interface class. Could you post the xinfo file and the block defintion?
Cheers, Steve.
David Le Strat wrote:
Hi there,
Any idea what this error is supposed to mean: Ignoring type due to verification error? Merlin is complaining about classloader issue when the class is in the jar file tested?
Regards,
David Le Strat. _____________________________________________________
[DEBUG ] (jetspeed.classloader.scanner): scanning: file:/${user.dir}/target/persistence-1.0.jar [WARN ] (jetspeed.classloader.scanner): Ignoring type due to verification error: org.apache.jetspeed.persistence.impl.OJBODMGPersistencePlugin
---- report -----------------------------------------
Exception: org.apache.avalon.composition.model.ModelException Message: Cannot load service because the implementation class for service [jetspeed.persistence] does not exist within the classloader. ---- stack trace ------------------------------------
org.apache.avalon.composition.model.ModelException:
Cannot load service because the implementation class
for service [jetspeed.persistence] does not exist
within the classloader.
__________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
