[Xdoclet-user] cmp-field and cmr-field

2003-06-11 Thread Russell Chan
ejbStore for this. The only reason that I ask this is - in certain cases, the foreign key itself is enough information - I don't want to trigger another query to load up the state bean via the relationship. Maybe it would be enough not to have a setStateId(Integer)? But then it would read t

Re: [Xdoclet-user] Move from v1 to XDoclet-v1-1-1 causes duplication in jaws.xml

2002-02-13 Thread Russell Chan
gt; > Regards. > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf > > > Of Russell Chan > > > Sent: mercredi 13 février 2002 5:08 > > > To: [EMAIL PROTECTED] > > > Subje

[Xdoclet-user] Move from v1 to XDoclet-v1-1-1 causes duplication in jaws.xml

2002-02-12 Thread Russell Chan
@jboss:column-name "NAME" */ public abstract java.lang.String getName (); /** * setName - set NAME * * @ejb:interface-method view-type="remote" * @ejb:interface-meth

Re: [Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-02 Thread Russell Chan
code generation. > > cheers > dim > > On Tue, 2 Oct 2001, Russell Chan wrote: > > > On Tue, Oct 02, 2001 at 12:33:45PM +1000, Dmitri Colebatch wrote: > > > On Mon, 1 Oct 2001, Russell Chan wrote: > > [snip] > > > > BTW, In case anyone cares, I ha

Re: WG: [Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-02 Thread Russell Chan
Hmm... Interesting - I'll try this out - thanks. If this is the case, this should probably be documented somewhere. Which application server are you using - jboss? Does anyone know if this behaviour is server specific? On Tue, Oct 02, 2001 at 03:24:12PM +0200, Jan Heise wrote: > hi, > > for

Re: [Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-02 Thread Russell Chan
On Tue, Oct 02, 2001 at 12:33:45PM +1000, Dmitri Colebatch wrote: > On Mon, 1 Oct 2001, Russell Chan wrote: [snip] > > BTW, In case anyone cares, I have some utility classes which will generate > > an xdoclet file from a database schema using metadata. (A template for the > &

Re: [Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-01 Thread Russell Chan
Dim, On Tue, Oct 02, 2001 at 10:20:18AM +1000, Dmitri Colebatch wrote: > Russ, > > On Mon, 1 Oct 2001, Russell Chan wrote: > > > > > > > THis is what my beans javadoc header currently looks like: > > > > /** > > > > * @ejb:bean name="

Re: [Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-01 Thread Russell Chan
Thanks for the quick response... On Tue, Oct 02, 2001 at 08:51:34AM +1000, Dmitri Colebatch wrote: > Russell, > > I assume you're using a (relatively) current version of XDoclet? Yup... I'm using the cvs repository, with the tag xdoclet-1-0. > > On Mon, 1 Oct

[Xdoclet-user] findByPrimaryKey with a java.lang object

2001-10-01 Thread Russell Chan
ger)" unchecked="true" * @ejb:finder signature="Collection findAll()" unchecked="true" * * * * @jboss:table-name "MEMBER" * @jboss:create-table "true" * @jboss:remove-table "true" * @jboss:tuned-updates "true" * @