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#4102315

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102315
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to