Hi,
I am getting "org.hibernate.InvalidMappingException: Could not parse mapping document from resource " error while building session factory using hibernate.cfg.xml in my appengine application. I have attached the .hbm.xml file and its corresponding table structures. The same mapping file with same database on local mysql server is working on JBOSS.
I have got similar errors before in appengine in other mapping files but after replacing but they had the data-type issues like mapping of BIGINT, which, after doing relevant changes, worked.
But in the case of this mapping file, I am not sure what is causing the exception. Any clue would be great.
Thanks,
Abhishek