I have updated Hibernate to 3.5.5-Final and haven'ted that

Criteria criteria = getCriteria();
criteria.setProjection(Projections.rowCount());
criteria.uniqueResult();

return Long instead of Integer.

May be that it is important to wicket devs.

Reply via email to