133134135136137138139140141142143
} catch (Exception e) { // Bean wasn't found create it try { ejbTest = testHome.create("test1"); } catch (Exception e2) { log.debug("****Create exception: " + e2);