On Thu, 2003-10-23 at 14:43, Olav A. Abelsen wrote:
> 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?

Sounds like a bug.  Please raise an issue in JIRA
(http://opensource.atlassian.com/projects/xdoclet/) and attach an
example so we can reproduce it.


Andrew.



-------------------------------------------------------
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