Tuesday, March 11, 2014

hibernate query works in main but not in gwt dao

Hi

I am using hibernate and gwt. If I run the query in the main, the query returns the expected records.
But if I do the same query in a DAO, called by the web application methods, the result is always empty. It did work a few days ago, and I have not changed anything with this table. Is there any way I can trace it?

Thanks

No comments:

Post a Comment