You should write your own query, for example:
Query query = session.createQuery(
"select g " +
"from org.jbpm.identity.Group as g"
);
List groups=query.list();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061170#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...