Hi,
I'm new to java, hibernate, spring roo and spring mvc. My IDE is Spring Source Tools
What hibernate (JPQL) query editor do you suggest for testing hibernate (JPQL) queries?
I've tried installing jboss hibernate tools for eclipse, but had no success in configuration. When I try to browse Database, I'm getting this error
An internal error occurred during: "Fetching children of Database". org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/ThrowableV
I've tried to configure maven to use older version slf4j (1.5.8) but that didn't resolved the issue.
I've found recommendation for HQE editor, but it's not available https://hqe.dev.java.net (Not found)
What is the easiest way to try Hibernate (JPQL) Queries with Spring Roo? What tool do you suggest?


V
Reply With Quote
