Just guessing, as I don't know your source

You are probably doing

clas foo {

  /** @ejb.pk-field */
  Object getBar();



If you have a one field-pk, then use

/**
 * @ejb.bean primkey="bar"
 */
class foo {
  
  Object getBar();


Or?


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to