This is my first day with hibernate.
I think I have the same problem.
Following the "first use" trail, I'm trying to build the eg demo on pointbase
4.8RE with hibernate 2.1.3.
I get errors on order_by:
[java] Hibernate: select auctionite0_.id as x0_0_, auctionite0_.description
as x1_0_, auctionite0_.ends as x2_0_, max(bids1_.amount) as x3_0_ from AuctionI
tem auctionite0_ left outer join Bid bids1_ on auctionite0_.id=bids1_.item group
by auctionite0_.id , auctionite0_.description , auctionite0_.ends order by au
ctionite0_.ends desc
select has:auctionite0_.ends as x2_0_
order by uses the wrong name (auctionite0_.ends), if i edit the query and replace it with order by x2_0_
everything is OK.
Bug?
How do I solve this?
-----------------------------------------------------------------------------------
Small unrelated editorial remark, the readme.txt says:
Quote:
Instructions
------------
Unzip to installation directory.
See index.html in the doc directory.
There is no such file in the doc directory.
thanks in advance for the help,
Jan