Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3080 | minor | always | 11-17-08 16:40 | 12-15-08 14:56 | |
|
|||||
Reporter: | dicr | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003080: Resin use new Integer(1) to initialize @Version property with java.sql.Timestamp | ||||
Description: |
@Entity class Test { @Version private java.sql.Timestamp _version; } |
||||
Steps To Reproduce: | |||||
Additional Information: |
In the generated ejb source file Amber use new Integer(1) to initialize _version property of Test bean, but its type is not a number :( ejb-3_0-fr-spec-persistence.pdf 9.1.17 Version Annotation The following types are supported for version properties: int, Integer, short, Short, long, Long, Timestamp. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|