In the Beta3 I haven't had any problem with this.
I have this in the Bean:
/**
*
* @author Westel EJB generator
* @version 1.0
*
* @ejb.bean name="ServiceProvider"
* type="CMP"
* cmp-version="2.x"
*
local-jndi-name="hu/westel/cnr/rangemanagement/entity/ServiceProviderLocal"
* view-type = "local"
*
* @ejb.persistence
* table-name="cnr.serviceprovider"
*
* @ejb.ejb-ref ejb-name="Block"
* view-type="local"
* ref-name="ejb/BlockLocal"
* @ejb.ejb-ref ejb-name="Carry"
* view-type="local"
* ref-name="ejb/CarryLocal"
*
* @ejb.value-object
* extends="hu.westel.framework.valueobject.BaseVO"
*
The generated VO start with:
/*
* Generated by XDoclet - Do not edit!
*/
package hu.westel.cnr.rangemanagement.valueobject;
/**
* Value object for ServiceProvider.
*
* @xdoclet-generated at 2004.01.08
* @copyright The XDoclet Team
* @author XDoclet
* @version ${version}
*/
public class ServiceProviderVO
extends java.lang.Object
implements java.io.Serializable
The BaseVo.java is in different location although is in the ejbdoclet task fileset:
<fileset dir="${framework.dir}">
<include name="${framework.root}/entity/BaseEJB.java"/>
<include name="${framework.root}/session/BaseSessionEJB.java"/>
<include name="${framework.root}/valueobject/BaseVO.java"/>
</fileset>
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user