users@glassfish.java.net

Re: Client side RequestInterceptor configuration

From: <glassfish_at_javadesktop.org>
Date: Mon, 22 Jun 2009 20:52:13 PDT

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