We have encountered the same/similar error. As a work around I added:
| @Transactional
| @Override
| public Long getResultCount()
| {
| Long fromInt = new Long(this.getResultList().size());
| return fromInt;
| }
|
Not the 'correct' solution, but it appears to work. Has a JIRA issue been opened?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058388#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...