I'm trying to generate a ValueObject from a CMP-Bean that has some additional fields that are not marked as persistent (no ' * @ejb.persistence column-name = "xxx"').

The XDoclet build runs without any errors and also the generated ValueObject is ok, but the generated DataObject has errors:

The generated getXXXValue and setXXXValue methods try to call getter/setter-methods for the non-persistent fields set up inside the CMP-Bean. Those methods only exist inside the generated ValueObject, but not inside the DataObject.

Am I missing something here? Anything wrong?

Regards,
Alexander


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to