118119120121122123124125
NamingContextPool.releaseNamingContext(context) ; } } catch (final NamingContextException nce) { throw new ConnectionException("Unexpected exception while accessing Naming Context pool", nce) ; } }
979899100101102103104
NamingContextPool.releaseNamingContext(context) ; } } catch (final NamingContextException nce) { throw new ConnectionException("Unexpected exception while accessing naming context pool", nce) ; } }