Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.19 Product Version
  Product Build
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.

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001013)
ferg
04-04-06 16:53

ejb/0am4
 

- Issue History
Date Modified Username Field Change
03-23-06 16:26 ferg New Issue
04-04-06 16:53 ferg Note Added: 0001013
04-04-06 16:53 ferg Assigned To  => ferg
04-04-06 16:53 ferg Status new => closed
04-04-06 16:53 ferg Resolution open => fixed
04-04-06 16:53 ferg Fixed in Version  => 3.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker