The name-value pair syntax
(e.g. name="foo" value="bar")
in ejbdoclet is broken in combination with the @ejb:pk-
field tag. The generated PK source pastes the raw
syntax where parameters should go without any parsing.
I got this in my PK class for example:
public ActivityEntityPK(type="java.lang.String"
name="gameId")
of course I wanted
public ActivityEntityPK(java.lang.String gameId)
/DE
Nobody/Anonymous
Doclet
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2001-09-13 20:03 | ara_e_w |
| resolution_id | None | 2001-09-13 20:03 | ara_e_w |
| close_date | - | 2001-09-13 20:03 | ara_e_w |