Regular |
|
Joined: Thu Apr 05, 2007 7:05 am Posts: 53 Location: Troisdorf, Germany
|
Actually, I have the same problem.
I use a Oracle10g Database and the 3.2 beta 8 version of Hibernate.
I have a Console Configuration with the classpath of the oracle driver and also my sources:
csr/lib/ojdbc14.jar
csr/src
csr/class
When I now use ReverseEngineering everything looks fine. And if I enter a correct HQL query like: "from Test" or "select t.id from Test t" I just get a empty output.
Can somebody help me with that problem? I also tried to make a new configuration but that didn't helped. Have you perhaps done something other than before???
edit: When I copy the generated SQL query and paste it into a direct sql-editor for my database, I get the right information...
|
|