439440441442443444445446447448449
fail("Did not throw expected exception"); throw e; } } PojoRecursive pojo; pojo = (PojoRecursive) repository.create("recursiveSetter"); assertNotNull(pojo); pojo = (PojoRecursive) repository.create("recursiveInitMethod");
505506507508509510511512513514515
425426427428429430431432433434435