[EMAIL PROTECTED] wrote:
> [...]
> 
> That procucet the class for me. Works.
> 
> In my CMP bean, I include methods (tried several different
> declarations): 
> 
> /**
> * @ejb.interface-method
> * @ejb.value-object
> */
> public abstract RealEstateDataAllValue getRealEstateEntryValue();
> 
> /**
> * @ejb.interface-method
> * @ejb.value-object
> */
> public abstract void setRealEstateEntryValue( RealEstateDataAllValue
par ); 

First, you don't need the @ejb.value-object tags on these accessors. You
want them only on the field accessors to be included in the value
objects and at the class level, but that's not the problem. You also
need to generate an entity bean subclass using the <entitycmp/> subtask.
This will subclass your bean to implement the value-object accessors as
well as the standard EJB entity bean methods.

I think that's all you're missing. Good luck!

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to