Tried to upgrade to CR3, since I am doing JPA stuff. It's not in the public maven repo yet, so I installed it in my local one. It's throwing an exception about not having a class:
org.hibernate.loader.custom.SQLQueryResult
It looks like this is being called from the annotations code. It seems that the annotations code has not been updated. I tried commenting out the declarations for the annotations and entity manager in the pom, thinking that maybe I can just have one entry for Hibernate and it has those inside now, but that doesn't seem to work either.
|