Anonymous | Login | Signup for a new account | 12-17-2024 08:56 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 | ||||
0001013 | [Resin] | minor | always | 03-23-06 16:26 | 04-04-06 16:53 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | high | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0001013: amber issue | ||||||||
Description |
(rep by P Budzik) we are currenlty using Resin-Pro 3.0.18 (licence no: 004524) We've noticed important bug in CMP (ejb 2.0) sub-system. code that worked well for months suddenly stoped working. it is situation like this: Domain domain = DomainHome.create(....) it is given full not-null parameter list and creation is successfull (no exceptions), but if we in the next line issue: System.out.prinln(domain.getCrdate()) it prints "null" and actually it is null in database. or even for instance: Domain domain = DomainHome.create(....) domain.setFoo("bar"); System.out.prinln(domain.getFoo(); also results with null. It concerns few fields of the object not all. This happens only at the time of creation. Updates are correct but if in separate transaction. This as I suppose a problem with session vs setters. The state of object is not synchronized agains the database. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |