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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...