Hello,
I cannot deploy my application right now with the following hibernate mapping file, NamedQuery.hbm.xml.
When I try to deploy I get a NullPointerException. When I remove this file from my data folder with all the other mapping files, the app WILL deploy fine. I can't determine what is wrong.
The one thing that does stand out in my mind is that the other .hbm.xml files that I have are automatically generated from java files using an xDoclet command in my build file, however this one I created from hand, there is no correspodning java file.
I feel like I am missing something obvious, does anyone spot something wrong here?
Thanks!