"petemuir" wrote : How about in your Client Entity
  | 
  | public class Client {
  |   |    private Address address;
  |   |    ...
  |   |    public Client() {
  |   |       address = new Address();
  |   |    }
  |   | 
  |   |    // Getters and Setters
  |   | }

OK... but if my address is not required??? when i try to save the client i got 
a TransientObjectException, something like that!!! :(

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961248
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to