Bug #194 (closed)
Stateful services cannot use ProxyCleanupFilter
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Cc: | cxallan |
Sprint: | n.a. | ||
Total Remaining Time: | n.a. |
Description
Becase the session for stateful services is kept open, using ProxyCleanupFilter will cause lots of IllegalStateExceptions to be thrown as unloaded objects seap into the session.
Change History (4)
comment:1 Changed 18 years ago by jmoore
- Priority changed from blocker to major
- Status changed from new to assigned
comment:2 Changed 18 years ago by jmoore
r745 improves the ShallowCopy class (i.e. it works and does the setting of values faster) but for strange Java5 reasons, we have to use reflection for the moment. Will have to look into that, and refactor and document.
comment:3 Changed 18 years ago by jmoore
- Resolution set to fixed
- Status changed from assigned to closed
Calls to ProxyCleanupFilter? have been removed (In fact, most handlers now specifically test for Stateful or Stateless services), so closing. Also adding a new ticket to clean up ShallowCopy? reflection (#198). Otherwise, this seems to be working fine.
r744 contains a solution. This needs to be refactored, but gets us pass the block. Lowering priority.