Hi,

I am having problems with Value Objects. I have a set of VOs which inherit from 
self-written classes (done via the 'extends' attribute). Now the super class really 
needs to have a chance to initialize itself, but the generated value objects do not 
call any constructors of the super class (not even the default constructor).

I cannot use merge points, because I need to actually change the present constructors, 
not add new ones. I can hack xdoclet titself, but I'd rather not do that, because I 
will then have to hack again with every new xdoclet release.

Now, given my approach is ok (and I don't see how it is not, because calling the 
parent classes default constructor is never a bad idea :), are there chances for this 
patch to make it into the cvs? Who do I need to contact?


many thanks in advance,
Andreas


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to