Expert |
|
Joined: Tue May 13, 2008 3:42 pm Posts: 919 Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
|
It would appear that the particular column of interest has two different Java classes mapping to it, so Hibernate isn't sure which one to use.
How many classes have properties that map to that particular column? There should probably only be one.
Another Java class may have used template code, or cut and paste something and not made a change. Take a look.
-Cameron McKenzie
_________________ Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?" http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials
|
|