Bug #1385 (closed)
Opened 15 years ago
Closed 15 years ago
ISession.updateSession can't be called with two different groups.
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Cc: | carlos@… |
Sprint: | n.a. | ||
Total Remaining Time: | n.a. |
Description
btw, I can't change the group (could be "can't update session") twice for the same connection, it seems learned it the hard way just try to set 2 different groups and call updateSession twice gives you that error I pasted before also if you have created a new group
Change History (2)
comment:1 Changed 15 years ago by jmoore
comment:2 Changed 15 years ago by jmoore
- Priority changed from minor to major
- Resolution set to fixed
- Status changed from new to closed
r4508 allows the test above to pass without commenting. The bug was that a SessionContext was being bassed back through the Executor.execute method, rather than something that ProxyCleanupHandler could parse. Refactored to pass back a list of "primivites (sessions, experimenters, groups, etc.).
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
In the following block:
the marked line throws:
Commenting it out, works. The groupExperimenterMap counts map inside of a CGLIB-based experimenter is throwing the exception.