pkBean = pkHome.findByPrimaryKey(new AComplexPK(true, 10, 100, 1000.0, "Marc"));
} catch (Exception e) {
getLog().debug("not found");
getLog().debug(++test+"- "+"Did not find the instance will create it...");
pkBean = pkHome.create(true, 10,100, 1000.0, "Marc");
}
assertTrue("pkBean != null", pkBean != null);
getLog().debug("ok");