Results 1 to 1 of 1

Thread: configure spring with jpa

  1. #1

    Post spring+jpa+hibernate,without anotations

    Hi all

    I am new for spring plus jpa .Actually i tried to implement spring plus jpa with hybernate with out using annotations.. my mapping is over .. i didnt get any error message when i started the server. but when i acces the content in db i m getting the error like
    org.springframework.orm.hibernate3.HibernateQueryE xception: Talogin is not mapped [from Talogin t where t.userName=?]; nested exception is org.hibernate.hql.ast.QuerySyntaxException:Talogin is not mapped from Talogin t where t.userName=? at org.springframework.orm.hibernate3.SessionFactoryU tils.convertHibernateAccessException(SessionFactor yUtils.java:660)
    at org.springframework.orm.hibernate3.HibernateAccess or.convertHibernateAccessException
    Last edited by maya; Nov 30th, 2010 at 04:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •