Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003537 [Resin] minor always 05-30-09 12:13 08-27-09 10:14
Reporter voodude View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003537: EntityManager.getDelegate() returns null until transaction is started
Description When using Hibernate (and probably Amber, although I haven't checked), the EntityManager.getDelegate() method always returns null until some other method on the EM has been called:

Object delegate = em.getDelegate();
// delegate is null
em.getFlushMode();
delegate = this.em.getDelegate();
// delegate is now the hibernate EntityManagerImpl
Additional Information
Attached Files

- Relationships

- Notes
(0004177)
ferg
08-27-09 10:14

support/0610
 

- Issue History
Date Modified Username Field Change
05-30-09 12:13 voodude New Issue
05-30-09 12:14 voodude Issue Monitored: voodude
08-27-09 10:14 ferg Note Added: 0004177
08-27-09 10:14 ferg Assigned To  => ferg
08-27-09 10:14 ferg Status new => closed
08-27-09 10:14 ferg Resolution open => fixed
08-27-09 10:14 ferg Fixed in Version  => 4.0.2


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