Ticket #523 (new defect)
QueryContainer: refactor implementation
| Reported by: | Marc Englund | Owned by: | Jani Laakso |
|---|---|---|---|
| Priority: | minor | Milestone: | IT Mill Sponsored Backlog |
| Component: | Server-side framework | Version: | 5.0.0 |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
-removed- notes that the exception in QueryContainer?.getContainerProperty(Object itemId, Object propertyId) is not being logged or thrown - failing silently.
try {
result.absolute(((Integer) itemId).intValue());
value = result.getObject((String) propertyId);
} catch (Exception e) {
return null;
}
Change History
Note: See
TracTickets for help on using
tickets.
