Hi, I seem to have a problem generating correct value objects when the primary key object has more than one primary key field.
For example: pk = new com.primstec.ecos.modules.registration.beans.CustomerProfilePK(this.getPevId ()); should be: pk = new com.primstec.ecos.modules.registration.beans.CustomerProfilePK(this.getPevId (), this.getCustomerId()); The actual primary key class is correct so why is the value object not being generated correctly? Am I doing somehting wrong or is this a known bug? Thanks in advance, Michael ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
