I have a interface called PaymentType which has 2 implementing classes- CreditCardPaymentType and EmailPaymentType.> com.demandsolutions.merovingian.payment.entity.PaymentType
No persister for: com.demandsolutions.merovingian.payment.entity.PaymentType; nested exception is: net.sf.hibernate.MappingException: No persister for:
I'm not 100% certain of this answer, but I believe the problem is that PaymentType is an interface instead of a class. Hibernate can only persist a class. (Even if it's an abstract class?)
I'm not sure why you didn't have problems persisting PaymentType directly.
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel