Ticket #61 (closed defect: fixed)
Hibernate "PersistenceSet" instances are escaping.
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-M3 |
| Component: | Remoting | Version: | 3.0-M1 |
| Keywords: | iteration6 | Cc: |
Description
ProxyCleanupFilter? removes all non-initialized Hibernate proxies (instances of PeristenceSet? for collections) but does not replace all sets with java.util.* instances. It must, otherwise the client must have hibernate.jar on the classpath.
Additional Comment #1 From Josh Moore 2006-05-02 09:00
[r621] Wrapping Hibernate implementations of Set and List in HashSet? and ArrayList?
- Not most performant solution; for that, use own (ome.util.*) wrapper class
- Not catching everything; see PersistentMap? et al.
[r657] Caught another aspect of this : The arrays that were being passed out.
Originally : http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=647
Change History
Note: See
TracTickets for help on using
tickets.
