Ant: 1.5.3
XDoclet: 1.2b3
I am having problems generating the primary key class.
In my build.xml, I have:
<entitypk/>
In my class file, at the class level I have:
...
* @ejb.pk
class="com.rynell.guestbook.interfaces.GuestBookPK"
...
In my class file, at the method level I have:
/**
* ==========================================
* CMP fields
* ==========================================
*
* @ejb.interface-method
* @ejb.persistence
* column-name="id"
* @ejb.pk-field
* @ejb.transaction
* type="Supports"
*
* @return test.MyTestPK
*/
public abstract Integer getId ();
Is there something else I need to do to make it
generate the primary key?
TIA.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user