[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex
MmarcoM
do-not-reply at jboss.com
Fri Sep 29 08:52:57 EDT 2006
Hello,
try to add @Table (name="License") to your license bean
i am assuming that you are uisng EJB3.0, aren't you?
so you can create @NamedQuery on your EEJB, and then use
entityManager.createNamedQuery().. check EJB3.0 spec
hth
marco
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975145#3975145
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975145
More information about the jboss-user
mailing list