-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Problem with hibernate query
PostPosted: Wed Jun 30, 2004 5:25 am 
Newbie

Joined: Wed Jun 30, 2004 4:44 am
Posts: 5
Location: Indonesia
Dear everyone,

i have problem with my hibernate query. This is the code ;

String sql = "SELECT message.MESSAGE_TEXT, message.MESSAGE_ID FROM MESSAGES message ORDER BY message.MESSAGE_TEXT Asc where {message.MESSAGE_ID} = :messId";

List messages = sess.createSQLQuery(sql, "message", Message.class)
.setLong("messId", 3)
.list();

trans.commit();


it produce this error in the Jboss console :

WARN - SQL Error: 0, SQLState: null
ERROR - No such column MESSAGE_ID0_
WARN - SQL Error: 0, SQLState: null
ERROR - No such column MESSAGE_ID0_
ERROR - SQLException occurred
java.sql.SQLException: No such column MESSAGE_ID0_
at net.sourceforge.jtds.jdbc.AbstractResultSet.findColumn(AbstractResult
Set.java:442)
at net.sourceforge.jtds.jdbc.AbstractResultSet.getLong(AbstractResultSet
.java:116)

in my SQLSERVER i have a table called MESSAGES (MESSAGE_ID, MESSAGE_TEXT)

Please give me some enlightment.

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.