I have a simply mapping between two classes. When I try to create a Configuration, I get the exception:
Initial SessionFactory creation failed.org.hibernate.MappingException: Could not determine type for: com.silverfieldstech.opencms.rss.Feed, for columns: [org.hibernate.mapping.Column(feed)]
This is in a class that has an attribute named feed, of type Feed. The hbm file looks fine.
Any ideas what I'm doing wrong?
I've tried to change feed to myFeed, but the same exception is thrown, with the new name.
Thanks.
|