Do u execute a SQL or a HQL query?
session.createQuery("select u.name from org.jbpm.identity.User as u")
or
session.createSQLQuery("select NAME_ from JBPM_ID_USER")
?
(untested)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969230#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...