-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

i  have  declared  and implemented the following property in my entity
bean class:

/**
 * Active
 *
 * @ejb:interface-method
 */
 public void setActive(int active)
 {
    this.active = active;
    [...]
 }

In the CMP class the method was generated:

public abstract void setActive( int active ) ;

Are  there some attributes i have to set to not get generated the line
above ? Or is it fixed somwhere ?

I am using xdoclet-1.2.0-beta1 with j2sdk1.4.1.


best regards

Ingo Bruell

- ---
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648 169E E5FC
Germany      PGP-Public-Key available at pgpkeys.mit.edu

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5i

iQA/AwUBPfiTgo/nxkgWnuX8EQKBSwCg0LtUtLkiFSbJgXofQiHKARB03toAoIw2
zRMYhkLfHguaSkw5Yx4pQdts
=vKkf
-----END PGP SIGNATURE-----




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to