[Xdoclet-devel] @value-object

2005-09-19 Thread Robert Upshall
I posted this to the xdoclet-user list but didn't get a response so I hope that somebody here might be able to point me in the proper direction. Is it possible to disable the generation of the read only class that gets generated with the value-object tag? Or have the getPrimaryKey() method ge

RE: [Xdoclet-devel] Value object documentation

2003-02-12 Thread Jeff Gregory
oh yeah, the featured documentation kicks ass :), the tag descriptions are just not there :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcus Brito Sent: Wednesday, February 12, 2003 3:08 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-devel] Value

Re: [Xdoclet-devel] Value object documentation

2003-02-12 Thread Marcus Brito
Jeff Gregory wrote: When is the value object documentation excepted to be complete? "When it's done". In other words... when I or someone else has time to finish it. As a side note, I think the current state of the VO documentation is pretty good. -- MB ---

[Xdoclet-devel] Value object documentation

2003-02-11 Thread Jeff Gregory
When is the value object documentation excepted to be complete? Thanks, Jeff --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com

[Xdoclet-devel] Value object questions

2003-01-16 Thread Michal Maczka
Header of Value Object template ('valueobject.xdt' in ejb module) -START /* * Generated file - Do not edit! */ package ; import java.util.*; ---END Is there any particular reason why import java.util.*;

[Xdoclet-devel] Value object - setter method

2003-01-15 Thread Michal Maczka
How can I force ejbdoclet (if it is possible) to generate setters method in my EJB for value object It does create getter methods... Is there a way of controling this behaviour? I know that /** * @ejb.interface-method */ public abstract void setCustomerValue(CustomerValue value); probably