Hibernate version:2.1.6
Code between sessionFactory.openSession() and session.close(): objlSession.createQuery("SELECT compte, sum(mouvement.montant) FROM Compte compte left join compte.mouvements mouvement WHERE compte.exercice.id = ? GROUP BY compte.id, compte.numero, compte.gele, compte.intitule, compte.type, compte.param, compte.lettrable, compte.compteCentraliseur, compte.exercice ORDER BY compte.numero");
Full stack trace of any exception that occurs: 2004-10-26 11:23:31,134 WARN [net.sf.hibernate.util.JDBCExceptionReporter] [TP-Processor7] SQL Warning: 17110, SQLState: null 2004-10-26 11:23:31,134 WARN [net.sf.hibernate.util.JDBCExceptionReporter] [TP-Processor7] Warning: exécution terminée avec avertissement
Name and version of the database you are using:Oracle 9iR2 (9.2.0.4 AMD64)
Hi,
I have a problem using JDBC with Hibernate2 on JBoss 3.2.6, it seems some SQL Commands like"left join" generate SQL Warnings.
Did someone have any idea ?
Thanks,
Guénaël GONNORD
|