Share

EJBDoclet

Tracker: Bugs

5 name-value pair syntax broken - ID: 461185
Last Update: Settings changed ( ara_e_w )

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


David Ekholm ( davidekholm ) - 2001-09-13 12:31

5

Closed

Fixed

Nobody/Anonymous

Doclet

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 3 )

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