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:
15:07:21,642 WARN  [JDBCExceptionReporter] SQL Warning: 17110, SQLState: null
15:07:21,643 WARN  [JDBCExceptionReporter] Warning: execution completed with 
warning


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.7, it seems some SQL 
Commands like"left join" generate SQL Warnings.

Did someone have any idea ?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892141#3892141

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892141


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to