In JBoss 3.0, I have a JBoss query:
        <jboss-ql>
           <![CDATA[SELECT OBJECT(a) FROM Customer a WHERE a.zip = ?1
ORDER BY a.zip DESC]]>
        </jboss-ql>

This query fails because the SQL that is executed is only selecting on
customer.id, not both customer.id and customer.lname.

How can I make it select on the required fields?

Thanks

Greg




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to