I make a mistake in my last post, the code shoul be:

  | public class XYZ {
  | ...
  | @Embedded
  | private ABC abc = new ABC();
  | 
  | ...
  | getters/setters
  | }
  | 
  | 

And your ABC must have @Embeddable at type level.

do you have it in this way?

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

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

Reply via email to