I am developing an application with Hibernate and I get an Exception when I connect with database. The exception is:
Unable to instantiate default tuplizer [
For me this was resolved by adding an explicit default constructor
public MyClassName (){}