5051525354555657585960
{ try { long start = System.currentTimeMillis(); Session bean = lookupSession(); bean.create(low, high); long end = System.currentTimeMillis(); log.debug("create ran in: "+(end - start)); } catch (CreateException ce) {
7980818283848586878889
Session bean = home.create(CLIENT_ENTITY); getLog().debug("Created ClientSession"); try { bean.create(0, getBeanCount()); } catch(javax.ejb.CreateException e) { getLog().debug("Exception while creating entities: ", e); }