Hi, I never use the value object pattern, and of course the Xdoclet tag. I can tell you that the error you get comes from the reason I give you. When I look at the code snippet given as example in SourceForge for the Value Object tag, I can see that each getter and setter pairs are defined as CMP or CMR fields. In your code, the languageValue is not a value object but a field which is undefined for the persistence manager. The value object you use concerns the LabelValue bean (label field). I cannot help you for value objects, but your implementation is not good.
Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835524#3835524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835524 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
