[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component
mirko27
do-not-reply at jboss.com
Fri Nov 30 05:55:16 EST 2007
Yes they do, they are showed binded in startup log.
The named queries work fine from actions later on.
Just it wont find query in this resourceloader.
| Binding entity from annotated class: ee.soov.entity.Messages
| Binding Named query: keys => select m.messagekey from Messages m where m.channel = :channel and m.locale = :locale
| Binding Named query: lamp => select m from Messages m
| Binding Named query: value => select m.message from Messages m where m.channel = :channel and m.locale = :locale and m.messagekey = :messagekey
| Bind entity ee.soov.entity.Messages on table MESSAGES
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109231#4109231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109231
More information about the jboss-user
mailing list