Bug #260 (closed)
Opened 13 years ago
Closed 13 years ago
QuantumFactory still references OmeroContext
| Reported by: | jamoore | Owned by: | cxallan |
|---|---|---|---|
| Priority: | major | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
QuantumFactory.getFamile(String) still references OmeroContext so:
public static Family getFamily(String value)
{
OmeroContext ctx = OmeroContext.getInternalServerContext();
IQuery iQuery = (IQuery) ctx.getBean("queryService");
return (Family) iQuery.findByString(Family.class, "value", value);
}
queryService is no longer a valid Spring bean name.
Change History (3)
comment:1 Changed 13 years ago by cxallan
- Keywords set to iteration3
- Status changed from new to assigned
comment:2 Changed 13 years ago by cxallan
- Keywords changed from iteration3 to iteration4
- Status changed from assigned to new
Assigning this to me and moving to iteration4.
comment:3 Changed 13 years ago by cxallan
- Resolution set to fixed
- Status changed from new to closed
Fixed in r1048.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
You've fixed this up, right Josh?