Each protocol will extend the container to override Handle creation.
138139140141142143144145146147148149
try { thread.setContextClassLoader(_classLoader); Environment.init(); EJBServer ejbServer = new EJBServer(); ejbServer.init(); Environment.addChildLoaderListener(new ListenerPersistenceEnvironment()); _classLoader.scanRoot(); } finally {