Hi!

XDoclet 1.2b3 fails using this strategy. Likely a bug?

I'm using two value objects pr. entitybean, full version and a light
version.
The clue is that both vo's have to extend different abstract classes, but
XDoclet generates two vo's extending the same class.

Example:
 * @ejb.value-object name="PersonLight"
 *                   match="light"
 *                   abstract="false"
 *
extends="no.abante.alibi.model.persistence.entity.vo.PersonLightVOA"
 *
 * @ejb.value-object name="Person"
 *                   match="*"
 *                   abstract="false"
 *
extends="no.abante.alibi.model.persistence.entity.vo.PersonVOA"

The result is:
public class PersonLightVO extends
no.abante.alibi.model.persistence.entity.vo.PersonLightVOA
public class PersonVO extends
no.abante.alibi.model.persistence.entity.vo.PersonLightVOA

Someone who can explain/fix this?

Thanks!
/Olav Abelsen



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to