[jboss-user] [EJB 3.0] - Re: My EJB don't access the database
jaikiran
do-not-reply at jboss.com
Tue Nov 6 13:45:14 EST 2007
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
More information about the jboss-user
mailing list