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
So is there any other Hibernate configuration I need to make?
With your current setup, I guess you'll have to specify the schema. For example, in the mapping:
But you can also specify the default schema using the hibernate.default_schema
property (see 3.4. Optional configuration properties).
Just in case, you can create your own schema.