Ticket #735 (closed defect: fixed)
IPojos.findContainerHierarchies() fails with ValidationException
| Reported by: | dwhitehurst-x | Owned by: | jmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0-Beta2.2 |
| Component: | Client | Version: | 3.0-Beta1 |
| Keywords: | PojoServiceTest fail | Cc: |
Description (last modified by jmoore) (diff)
Client integration tests fail with nested Hibernate error "not null property references a null or transient value" in PojoServiceTest?, method testFindContainerHierarchies rather than the expected Api usage exception.
Test marked as "broken"
try {
results = iPojos.findContainerHierarchies(Dataset.class, ids, empty
.map());
fail("Should fail");
} catch (ApiUsageException e) {
// ok.
}
Change History
Note: See
TracTickets for help on using
tickets.
