Sorry, I post the wrong code in javabean, the correct one is:
public Collection getUser(){
String oql = "select u from UserCredentialsEntity u";
return em.createQuery(oql).getResultList();
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993248#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...