Hi,

Using XDoclet 1.2beta1. I'm trying to generate a Value object for a cmp 
bean with container managed fields. I don't have those fields persisted, 
so when the Value object is created, it doesn't have a getter or a 
setter for it.

I've tried to create a class that has this getter and setter in it and 
then try to have the value object extend it with:

@ejb.value-object
   extends="myClass"

The resulting value object will not extend the class as it already 
extends java.lang.object. I've tried implements, but no luck either.

My question is, how do I go about getting XDoclet to include these 
managed fields in the value object? Is this even possible? Or should I 
just extend the resulting value object and provide my own implementation 
for get{0}Value()?

Thanks,
/rick



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to