Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2515 | minor | always | 03-11-08 09:33 | 03-24-08 12:31 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.6 | ||
|
|||||
Summary: | 0002515: Amber/Hessian serialization | ||||
Description: |
(Reported by Riccardo Cohen) I have an entity bean on the server : @Entity @Table(name="user") public class user implements Serializable { @Id @Column(name="id") @GeneratedValue int id; @Basic @Column(name="name") String name; @Basic @Column(name="pass") String pass; @Basic @Column(name="email") String email; .... I found the data in my object with ObjectUtils.toString(event.result) : (Object)\0 __amber_id = 1 __amber_name = "vvname" __amber_pass = "vv" __amber_email = "vv@vv.vv" id = 0 name = (null) pass = (null) email = (null) That's why I could not get the email : I have to add __amber_ ! |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|