Now, before you say it: I did Google and my hbm.xml file is an Embedded Resource.
hbm.xml
Here is the code I am calling:
I got this off of here:
In my case the mapping class was not public. In other words, instead of:
public class UserMap : ClassMap // note the public!
I just had:
class UserMap : ClassMap