The ORB singleton does not support portable interceptors (nor should it). The ORB singleton is
only there to act as a typecode factory for IDL generated stubs.
You must make sure that the ORBInitializer property is set before the ORB is initialized.
A system property should work, or you can call ORB.init( String[], Properties ) and
pass the ORBInitializer as a property.
[Message sent by forum member 'kcavanaugh' (kcavanaugh)]
http://forums.java.net/jive/thread.jspa?messageID=352440