Compilation Error From Hibernate Facet
I have a Hibernate facet in an IntelliJ project. I opened the HQL console and typed in a simple HQL query. IntelliJ recommended that I recompile the facet, since I'd made changes to .hbm.xml files to correct some errors that IntelliJ identified. The compilation process ran and came back with the line "Error: Error: null".
Now what do I do? I have no idea how to proceed from this.
%
Please sign in to leave a comment.
Hello Michael,
Is there any exception in the idea.log (system/log/)?
Compile-time Hibernate validation can be turned off in facet settings.
Regards,
Gregory Shrago
Michael O. Duffy wrote: