| Mantis - Resin | |||||
| Viewing Issue Advanced Details | |||||
|  | |||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 3537 | minor | always | 05-30-09 12:13 | 08-27-09 10:14 | |
|  | |||||
| Reporter: | voodude | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.2 | ||
|  | |||||
| 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 | ||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|  | |||||
| 
 | 
 | ||||