Hi,

I replaced the Castor 1.0 jar with the 1.0.5 jar.
My project is complaining that the classess MappingResolver and Mapping.JDO
cannot be resolved

my imports are:

import org.castor.jdo.engine.AbstractConnectionFactory;
import org.castor.jdo.engine.DatabaseRegistry;
import org.exolab.castor.jdo.*;
import org.exolab.castor.mapping.*;
import org.exolab.castor.mapping.loader.ClassDescriptorImpl;
import org.exolab.castor.persist.spi.Complex;

Piece of my code:

AbstractConnectionFactory cf =
DatabaseRegistry.getConnectionFactory(getDatabase().getDatabaseName());
MappingResolver mappRes = cf.getMapping().getResolver(Mapping.JDO);


Met vriendelijke groet/with kind regards,


Ad Kerremans




---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to