I\'m having problems using Hibernate and SQL Server 2008. When I try to save an object to database Hibernate throws this:
could not retrieve snapshot: com.my
Put below configuration into mapping file. It resolved the Invalid object exception.
Change the above line into Mapping file. It should be work. Because Mssql server have default schema (dbo). That's why use the fully classified table name.