133134135136137138139140
gfMap.put(gfProps.getInstanceRoot(), gfImpl); return gfImpl; } catch (GlassFishException e) { throw e; } catch(Exception e) { throw new GlassFishException(e); } }