our solution to this was
| @Override
| protected String getCountEjbql() {
| String countEjbql = super.getCountEjbql();
| return countEjbql.replaceAll("join fetch", "join" );
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037968#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...