Anonymous | Login | Signup for a new account | 12-17-2024 08:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002515 | [Resin] | minor | always | 03-11-08 09:33 | 03-24-08 12:31 | ||||
Reporter | emil | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.5 | ||||||
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_ ! |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 27 unique queries executed. |