anonymous wrote : em.createQuery("select object(o) from ElementoGerenciado as
o").getResultList();
Does it work if you change the createQuery statement to
em.createQuery("select o from ElementoGerenciado o").getResultList();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102315#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...