reset password
Author Message
xieguahu
Posts: 50
Posted 08:28 Oct 31, 2009 |

I got an Runtime Exception and I check the log file, it says:

2009-10-31 08:25:20,981 ERROR ExceptionResolver: assignment is not mapped [select onlineAssignment from assignment where section = ? and assignment_type = ?]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: assignment is not mapped [select onlineAssignment from assignment where section = ? and assignment_type = ?]

What is the problem?

xieguahu
Posts: 50
Posted 08:38 Oct 31, 2009 |

probelm sovled, it is the mapping not correct.

 

in my DaoImpl file I use assignment where I should use Assignment.