WRT: http://jira.jboss.com/jira/browse/JBAS-5430I've implemented a "SerializableORB" class such that we can add the ORBto the naming environment and still serialize the environment.https://svn.jboss.org/repos/jbossas/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.javaThis is basically a wrapper that knows how to "readResolve" the singleton configuredon the ORBInitialContextFactory. It just delegates to the real ORB.