The errors look like "cannot resolve something" problems. This means you do not have proper Hibernate and Spring facets configurations (Project Structure/Facets or Modules dialog).
Thanks for the advice. Looks like it was the Hibernate Facet. I just needed to configure it to use hibernate.cfg.xml so it knew about the domain objects.
The errors look like "cannot resolve something" problems. This means you do not have proper Hibernate and Spring facets configurations (Project Structure/Facets or Modules dialog).
Thanks for the advice. Looks like it was the Hibernate Facet. I just needed to configure it to use hibernate.cfg.xml so it knew about the domain objects.