XDoclet 1.2, Win2K, JDK 1.4.0

The Big Doc says the tag can be used with the following method patterns:
*       public abstract Foo getX();
*       public abstract boolean isX();
*       public abstract void setX(Foo newVal);

But the source
/**
 * @ejb:persistent-field
 */
public abstract void setName(java.lang.String name);
public abstract String getName();

won't generate cmp-field for the name attribute. If getName move above the
setName, that works fine.

alex



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to