Just use the fully qualified class name.
So, instead
of:
public abstract void
setMyBeanVO(MyBeanVO
inMyBeanVO);
use
public
abstract void setMyBeanVO(my.package.interfaces.MyBeanVo inMyBeanVO);
or
whatever package your ValueObjects are created in.
This should help
xdoclet find the necessary classes.
Joris Verbogt
Cirrus International
BV
T: +31 15 2517575
F: +31 15 2517579
