Bug #599 (closed)
Opened 12 years ago
Closed 12 years ago
IAdmin.removeGroups throws Hibernate exception
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
The map.child().removeGroupExperimenterMap(...) calls are leaving the graph in a Hibernate-unfriendly state.
Change History (3)
comment:1 Changed 12 years ago by jmoore
- Keywords changed from admin to admin, iteration3
comment:2 Changed 12 years ago by jmoore
comment:3 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r1375 fixes. Couldn't pass in an unloaded element, but it sufficed to use the unlinkExperimenter() method.