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
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
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
---
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
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.*;
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