I am coding a project using core 3.3.1GA, annotations 3.4.0GA, and entitymanager 3.4.0GA.
I wish to use JPA compliant entity-mappings. However, the code I am running cannot find orm_1_0.xsd.
I saw a log entry in the source control:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/core/trunk/annotations/src/main/resources/org/hibernate/ejb/orm_1_0.xsd?view=log&sortby=date&pathrev=15452
This looks like someone recently moved the file. Has anybody out there had problems using JPA XML configuration files in the binary distribution of 3.3.1GA?