[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException, problem with a EL-attribute

goku2 do-not-reply at jboss.com
Tue Sep 18 14:34:04 EDT 2007


Maybe you miss the @Name("client") annotation


  | @Entity
  | @Table(name="CLIENT")
  | @Name("client")
  | public class Client implements Serializable {
  | ....
  | 

I look it in a rush, maybe is another thing.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085684#4085684

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085684



More information about the jboss-user mailing list